Date: Fri, 3 Sep 2021 18:02:36 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 15ace930f6cf - main - math/gismo: Replace USE_GCC=any with USE_GCC=yes Message-ID: <202109031802.183I2a8f069056@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=15ace930f6cfd368517018d6bc132ac2c4145ae8 commit 15ace930f6cfd368517018d6bc132ac2c4145ae8 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-09-03 18:01:29 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-09-03 18:02:08 +0000 math/gismo: Replace USE_GCC=any with USE_GCC=yes Since commit 96c17633d90386b5bcf8637bcba99a677184db85 in May 2021 USE_GCC=any is just an old (and odd) way of writing USE_GCC=yes and was deprecated even before. Replace it with USE_GCC=yes. PR: 258015 --- math/gismo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/gismo/Makefile b/math/gismo/Makefile index ecb3ef54298a..d00e4bda09bb 100644 --- a/math/gismo/Makefile +++ b/math/gismo/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake:testing compiler:c++14-lang USE_GITHUB= yes -USE_GCC= any # clang-11 crashes: https://bugs.llvm.org/show_bug.cgi?id=51468 +USE_GCC= yes # clang-11 crashes: https://bugs.llvm.org/show_bug.cgi?id=51468 USE_LDCONFIG= yes CMAKE_TESTING_ON= GISMO_BUILD_UNITTESTS # one test is known to fail: https://github.com/gismo/gismo/issues/466
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109031802.183I2a8f069056>