[Bug 268510] database/mongodb50 [change request] make AVX/Sandybridge requirement optional
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268510] database/mongodb50 [change request] make AVX/Sandybridge requirement optional"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268510] database/mongodb50: make AVX/Sandybridge requirement optional"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268510] databases/mongodb50: make AVX/Sandybridge requirement optional"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Dec 2022 10:19:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268510 Bug ID: 268510 Summary: database/mongodb50 [change request] make AVX/Sandybridge requirement optional Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: borjam@sarenet.es The developers of MongoDB have decided to require AVX instructions for MongoDB 5.x and upwards. It would be a good idea to make this optimization optional. The optimization option is in SConstruct as part of a list of so called experimental optimizations. ///// experimental_optimizations = [ 'O3', 'builtin-memcmp', 'fnsi', 'nofp', 'nordyn', 'sandybridge', 'tbaa', 'treevec', 'vishidden', ] ///// -- You are receiving this mail because: You are the assignee for the bug.