diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-22 22:15:17 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-22 22:46:34 +0300 |
commit | c0c74694502b9cc2fc3ad3930f17f58dbe2a4af2 (patch) | |
tree | 96c0b1c6fe88141229a09a7b5acb27b53434b074 /math/py-piranha | |
parent | 438591f172de4c31eeae37ea78fcc003cc2b1e81 (diff) | |
download | freebsd-ports-c0c74694502b9cc2fc3ad3930f17f58dbe2a4af2.zip |
math/py-piranha: mark BROKEN: does not build
Approved by: portmgr blanket
Diffstat (limited to 'math/py-piranha')
-rw-r--r-- | math/py-piranha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-piranha/Makefile b/math/py-piranha/Makefile index 5a494abcc902..b6405c93351d 100644 --- a/math/py-piranha/Makefile +++ b/math/py-piranha/Makefile @@ -8,6 +8,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for Piranha, the computer algebra system +BROKEN= does not build: src/real.hpp:811:11: error: expected unqualified-id + LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.gpl3 |