Date: Sun, 30 Oct 2022 20:12:00 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0e853a10fc56 - main - science/octopus: Add USE_GCC=11 Message-ID: <202210302012.29UKC02U025219@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e853a10fc56a3e2d827db16629dde19374a0de2 commit 0e853a10fc56a3e2d827db16629dde19374a0de2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-30 20:10:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-30 20:11:58 +0000 science/octopus: Add USE_GCC=11 octopus isn't yet compatible with gcc-12. PR: 266196 Reported by: salvadore@ --- science/octopus/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/octopus/Makefile b/science/octopus/Makefile index c8b55f7e3dbd..321a424cda14 100644 --- a/science/octopus/Makefile +++ b/science/octopus/Makefile @@ -35,6 +35,7 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \ USES= compiler:c++14-lang fortran gmake jpeg libtool localbase:ldflags perl5 python shebangfix USE_CXXSTD= c++14 USE_LDCONFIG= yes +USE_GCC= 11 # pending resolution of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266196 (see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266196) SHEBANG_FILES= src/fdep/fortran_dependencies.pl testsuite/performance/create_combinations.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210302012.29UKC02U025219>