Skip to content

Commit

Permalink
databases/mongodb70: enable non-AVX CPUs by default
Browse files Browse the repository at this point in the history
Similar to the change in mongodb50.
People use these CPUs with MongoDB.

PR:	277990
  • Loading branch information
Ronald Klop authored and Ronald Klop committed May 16, 2024
1 parent 4fef706 commit fe16603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databases/mongodb70/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 7.0.9
PORTREVISION= 1
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}

Expand Down Expand Up @@ -75,7 +76,7 @@ GROUPS= mongodb

OPTIONS_DEFINE= LTO SASL SSL NOAVX
OPTIONS_DEFINE_aarch64= ARMV80A
OPTIONS_DEFAULT= SASL SSL
OPTIONS_DEFAULT= SASL SSL NOAVX

# MongoDB on non-LSE ARM cpu like Raspberry Pi can work but is unsupported upstream.
# Can give corruption on high concurrency.
Expand Down

0 comments on commit fe16603

Please sign in to comment.