git: dd63f5340f0d - main - science/libint2-psi4: Broken on i386 and armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 03:11:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd63f5340f0dda64acc48698b8e7c0ab5259a4bb commit dd63f5340f0dda64acc48698b8e7c0ab5259a4bb 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:09:48 +0000 science/libint2-psi4: Broken on i386 and armv7 Reported by: https://portsfallout.com/ --- 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