diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-24 01:38:54 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-24 01:39:02 +0800 |
commit | 0f7d3a41d42e9bc6651ec21d02ac3b0d16e0d233 (patch) | |
tree | dd5d153d18f25745e050c3777bbf414e9a2d000d /databases/py-tiledb | |
parent | graphics/vulkan-utility-libraries: update to 1.3.281 (diff) |
databases/py-tiledb: Relax i386 build
NOT_FOR_ARCHS=i386 was added in 2699094ebed89302893305524aecae10e8dfded6 for py-tiledb 0.4.1.
At least it builds fine now.
Tested on: 14.0-RELEASE-p5 i386
Diffstat (limited to 'databases/py-tiledb')
-rw-r--r-- | databases/py-tiledb/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index e4e2e4cef44b..5d1c2104c77c 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -11,9 +11,6 @@ WWW= https://github.com/TileDB-Inc/TileDB-Py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON= is currently 64-bit only - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0<3.0:lang/cython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ |