git: 15ace930f6cf - main - math/gismo: Replace USE_GCC=any with USE_GCC=yes
Gerald Pfeifer
gerald at FreeBSD.org
Fri Sep 3 18:02:37 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=15ace930f6cfd368517018d6bc132ac2c4145ae8
commit 15ace930f6cfd368517018d6bc132ac2c4145ae8
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-09-03 18:01:29 +0000
Commit: Gerald Pfeifer <gerald at 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
More information about the dev-commits-ports-all
mailing list