1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

science/dftbplus: fix BROKEN message

This commit is contained in:
Piotr Kubaj 2021-05-25 11:06:44 +00:00
parent 5ef3c7e697
commit 5001a29cb8

View File

@ -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 \