Search Criteria
Package Details: mongodb44 4.4.29-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/mongodb44.git (read-only, click to copy) |
---|---|
Package Base: | mongodb44 |
Description: | A high-performance, open source, schema-free document-oriented database (last version to support non-avx CPUs) |
Upstream URL: | https://www.mongodb.com/ |
Licenses: | Apache, custom:SSPL1 |
Conflicts: | mongodb |
Provides: | mongodb |
Submitter: | JstKddng |
Maintainer: | drankinatty |
Last Packager: | drankinatty |
Votes: | 3 |
Popularity: | 0.82 |
First Submitted: | 2022-08-03 19:21 (UTC) |
Last Updated: | 2024-11-03 02:38 (UTC) |
Dependencies (15)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libstemmer (libstemmer-gitAUR)
- pcre
- snappy (snappy-gitAUR)
- yaml-cpp
- boost (boost-gitAUR) (make)
- python-cheetah3 (make)
- python-psutil (make)
- python-regex (python-regex-gitAUR) (make)
- python-requests (make)
- python-setuptools (make)
- python-yaml (python-yaml-gitAUR) (make)
- mongodb-toolsAUR (percona-server-mongodb-binAUR, mongodb36-binAUR, mongodb-tools-gitAUR, mongodb-tools-binAUR) (optional) – mongoimport, mongodump, mongotop, etc
- mongoshAUR (mongosh-gitAUR, mongosh-binAUR) (optional) – interactive shell to connect with MongoDB
Required by (29)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- camlistore (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- grasscutter-git (requires mongodb) (optional)
- graylog (requires mongodb) (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- nemesyst-git (requires mongodb) (optional)
- nodejs-generator-scalatra (requires mongodb) (optional)
- omada-controller (requires mongodb)
- omada-controller-rxy (requires mongodb)
- pritunl-git (requires mongodb) (optional)
- pump.io (requires mongodb) (optional)
- pumpio-git (requires mongodb) (optional)
- python-ezdb-git (requires mongodb) (optional)
- python-ivre (requires mongodb) (optional)
- python-ivre-git (requires mongodb) (optional)
- Show 11 more...
Sources (14)
- mongodb-4.4.1-boost.patch
- mongodb-4.4.1-gcc11.patch
- mongodb-4.4.10-boost-1.79.patch
- mongodb-4.4.10-boost-1.81.patch
- mongodb-4.4.10-no-force-lld.patch
- mongodb-4.4.15-adjust-cache-alignment-assumptions.patch.arm64
- mongodb-4.4.29-boost-1.86.patch
- mongodb-4.4.29-fix-scons.patch
- mongodb-4.4.29-no-enterprise.patch
- mongodb-4.4.29-redudant-std-move.patch
- mongodb-4.4.8-no-compass.patch
- mongodb.sysusers
- mongodb.tmpfiles
- mongodb44-4.4.29.tar.gz
Latest Comments
drankinatty commented on 2024-11-02 01:22 (UTC) (edited on 2024-11-02 07:39 (UTC) by drankinatty)
Adopted package, Updated to final 4.4.29 version. Patched to build against boost 1.86 and cleaned up redundant
std::move()
warnings. Disabled unnecessary preprocessor#warning message
output (e.g. theFORTIFY_SOURCE
messages) and suppressedchar8_t
warnings from the 3rd-party fmt package (-Wno-c++20-compat
). The package now builds cleanly.Since 4.4.29 was the final release of the 4.4 branch, this shouldn't change much except for dependency changes upstream. The 4.4 branch was the last branch built without
AVX
intrinsics enabled so it will run on any hardware or within VMs. It works quite well.JstKddng commented on 2023-10-06 05:46 (UTC)
disowning since mongodb 7 kinda supports armv8
archerdm commented on 2022-12-29 17:03 (UTC)
Can we change the provides line to:
provides=(mongodb="$pkgver")
Thanks
JstKddng commented on 2022-08-04 00:22 (UTC)
Binary builds for x86_64 are available:
https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb44
Binary builds for aarch64 are not available for now.