svn commit: r482609 - in head/math: . py-gau2grid

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 20 18:04:43 UTC 2018


Author: yuri
Date: Sat Oct 20 18:04:42 2018
New Revision: 482609
URL: https://svnweb.freebsd.org/changeset/ports/482609

Log:
  math/py-gau2grid: Undelete because it isn't broken
  
  It isn't broken: it has a bug that it breaks on architectures other than amd64.

Added:
  head/math/py-gau2grid/
     - copied from r481655, head/math/py-gau2grid/
Modified:
  head/math/Makefile
  head/math/py-gau2grid/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Oct 20 17:51:36 2018	(r482608)
+++ head/math/Makefile	Sat Oct 20 18:04:42 2018	(r482609)
@@ -692,6 +692,7 @@
     SUBDIR += py-fiat
     SUBDIR += py-fpconst
     SUBDIR += py-gato
+    SUBDIR += py-gau2grid
     SUBDIR += py-gimmik
     SUBDIR += py-gmpy
     SUBDIR += py-gmpy2

Modified: head/math/py-gau2grid/Makefile
==============================================================================
--- head/math/py-gau2grid/Makefile	Tue Oct  9 20:38:50 2018	(r481655)
+++ head/math/py-gau2grid/Makefile	Sat Oct 20 18:04:42 2018	(r482609)
@@ -12,6 +12,9 @@ COMMENT=	Fast computation of a gaussian and its deriva
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON=	BUG: ValueError: descr is not a valid dtype descriptor: '<f16' (see https://github.com/dgasmith/gau2grid/issues/25)
+
 BUILD_DEPENDS=	${PYNUMPY} \
 		cmake:devel/cmake
 RUN_DEPENDS=	${PYNUMPY}


More information about the svn-ports-all mailing list