git: 9ae1229d11fd - main - databases/tiledb: AVX2 available only for amd64/i386 arch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 18:01:30 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ae1229d11fd543f837e9c3d5bf337eab4754510
commit 9ae1229d11fd543f837e9c3d5bf337eab4754510
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-25 18:00:04 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-25 18:00:04 +0000
databases/tiledb: AVX2 available only for amd64/i386 arch
Approved by: portmgr blanket (trivial fix build)
---
databases/tiledb/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile
index e9bd191ede04..331034b51ca6 100644
--- a/databases/tiledb/Makefile
+++ b/databases/tiledb/Makefile
@@ -63,7 +63,8 @@ GH_ACCOUNT= TileDB-Inc
GH_PROJECT= TileDB
USE_GITHUB= yes
-OPTIONS_DEFINE= AVX2
+OPTIONS_DEFINE_amd64= AVX2
+OPTIONS_DEFINE_i386= AVX2
AVX2_DESC= AVX2 instructions support
AVX2_CMAKE_BOOL= COMPILER_SUPPORTS_AVX2