Date: Sat, 20 Oct 2018 18:04:42 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482609 - in head/math: . py-gau2grid Message-ID: <201810201804.w9KI4gWC029197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201804.w9KI4gWC029197>