Date: Sun, 12 Mar 2023 00:18:42 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: fb0adac7530c - main - science/siesta: enable building on FreeBSD 13/powerpc64 Message-ID: <202303120018.32C0Ig1N028714@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=fb0adac7530c4483f9646fa5871cc53a4295c46b commit fb0adac7530c4483f9646fa5871cc53a4295c46b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-03-12 00:00:50 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-03-12 00:00:50 +0000 science/siesta: enable building on FreeBSD 13/powerpc64 releng/13.2 has a fix for the build error. --- science/siesta/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/science/siesta/Makefile b/science/siesta/Makefile index ff49fc53f493..14932eafc48d 100644 --- a/science/siesta/Makefile +++ b/science/siesta/Makefile @@ -14,7 +14,6 @@ BROKEN_aarch64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic BROKEN_FreeBSD_12_powerpc= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 BROKEN_FreeBSD_12_powerpc64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 BROKEN_FreeBSD_13_powerpc= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 -BROKEN_FreeBSD_13_powerpc64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 BROKEN_FreeBSD_13_powerpc64le= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic module named 'ieee_arithmetic'", see bug#255890 LIB_DEPENDS= libblas.so:math/blas \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303120018.32C0Ig1N028714>