git: 11b9cd2ee971 - 2024Q1 - science/libint2-psi4: Broken on i386 and armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 03:12:01 UTC
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=11b9cd2ee971d3eb9be177c489311756c9a3d60c commit 11b9cd2ee971d3eb9be177c489311756c9a3d60c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 03:09:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 03:11:57 +0000 science/libint2-psi4: Broken on i386 and armv7 Reported by: https://portsfallout.com/ (cherry picked from commit dd63f5340f0dda64acc48698b8e7c0ab5259a4bb) --- science/libint2-psi4/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/libint2-psi4/Makefile b/science/libint2-psi4/Makefile index 72eaf8c685fe..2296937a3cbe 100644 --- a/science/libint2-psi4/Makefile +++ b/science/libint2-psi4/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= compilation fails: runaway processes and out-of-memory conditions +BROKEN_i386= compilation fails: clang runs out of memory +BROKEN_armv7= compilation fails: clang runs out of memory LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libgmpxx.so:math/gmp