Date: Tue, 25 May 2021 11:05:08 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5001a29cb85d - main - science/dftbplus: fix BROKEN message Message-ID: <202105251105.14PB588P067563@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5001a29cb85d3a178109b7bebe931521f1db8ea6 commit 5001a29cb85d3a178109b7bebe931521f1db8ea6 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-05-25 11:06:44 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-05-25 11:06:44 +0000 science/dftbplus: fix BROKEN message --- science/dftbplus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/dftbplus/Makefile b/science/dftbplus/Makefile index d887bdddf0cb..f5f85d27dd42 100644 --- a/science/dftbplus/Makefile +++ b/science/dftbplus/Makefile @@ -9,7 +9,7 @@ COMMENT= DFTB+: Package for performing fast atomistic simulations LICENSE= GPLv3 # main code is under LGPL3+, the bundled dftd3-lib is under GPLv1+, this makes the result GPLv3 (based on https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility) .for arch in aarch64 powerpc powerpc64 powerpc64le -BROKEN_${arch}= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 +BROKEN_${arch}= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug\#255890 .endfor LIB_DEPENDS= libblas.so:math/blas \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251105.14PB588P067563>