Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 15:54:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501712 - head/databases/py-tiledb
Message-ID:  <201905151554.x4FFsGH2087326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 15 15:54:16 2019
New Revision: 501712
URL: https://svnweb.freebsd.org/changeset/ports/501712

Log:
  Add NOT_FOR_ARCHS
  
  TileDB is currently only available as a 64-bit library.

Modified:
  head/databases/py-tiledb/Makefile

Modified: head/databases/py-tiledb/Makefile
==============================================================================
--- head/databases/py-tiledb/Makefile	Wed May 15 15:53:24 2019	(r501711)
+++ head/databases/py-tiledb/Makefile	Wed May 15 15:54:16 2019	(r501712)
@@ -13,6 +13,9 @@ COMMENT=	Python interface to the TileDB array storage 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	is currently 64-bit only
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0.30:devel/py-wheel@${PY_FLAVOR} \
 		${RUN_DEPENDS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905151554.x4FFsGH2087326>