Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mongodb | name : mongodb | ||||
| version : 4.2.8 | version : 4.2.8 | ||||
| release : 14 | release : 15 | ||||
| source : | source : | ||||
| - https://fastdl.mongodb.org/src/mongodb-src-r4.2.8.tar.gz : e8880277e3910afd82c71ed61861d518f2040cbc062e00a26d53a3224284db8f | - https://fastdl.mongodb.org/src/mongodb-src-r4.2.8.tar.gz : e8880277e3910afd82c71ed61861d518f2040cbc062e00a26d53a3224284db8f | ||||
| license : SSPL-1.0 | license : SSPL-1.0 | ||||
| component : database | component : database | ||||
| summary : A high-performance, open source, schema-free document-oriented database | summary : A high-performance, open source, schema-free document-oriented database | ||||
| description: | | description: | | ||||
| MongoDB is a high-performance, open source, schema-free document-oriented database | MongoDB is a high-performance, open source, schema-free document-oriented database | ||||
| builddeps : | builddeps : | ||||
| Show All 12 Lines | builddeps : | ||||
| - scons | - scons | ||||
| - snappy-devel | - snappy-devel | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/0000-link-against-system-wiredtiger.patch | %patch -p1 < $pkgfiles/0000-link-against-system-wiredtiger.patch | ||||
| build : | | build : | | ||||
| # --use-system-fmt The inclusion of these two in the build results in error because mongodb uses | # --use-system-fmt The inclusion of these two in the build results in error because mongodb uses | ||||
| # --use-system-icu specific versions of the APIs. | # --use-system-icu specific versions of the APIs. | ||||
| scons install \ | python3 /usr/bin/scons install \ | ||||
| --disable-warnings-as-errors \ | --disable-warnings-as-errors \ | ||||
| --prefix=$installdir/usr \ | --prefix=$installdir/usr \ | ||||
| --release \ | --release \ | ||||
| --use-sasl-client \ | --use-sasl-client \ | ||||
| --use-system-boost \ | --use-system-boost \ | ||||
| --use-system-pcre \ | --use-system-pcre \ | ||||
| --use-system-snappy \ | --use-system-snappy \ | ||||
| --use-system-wiredtiger \ | --use-system-wiredtiger \ | ||||
| Show All 14 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.