Package Details: mongodb44 4.4.29-6

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)

Required by (29)

Sources (14)

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. the FORTIFY_SOURCE messages) and suppressed char8_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.