mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
math/gismo: Replace USE_GCC=any with USE_GCC=yes
Since commit 96c17633d9
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
This commit is contained in:
parent
6e256ec530
commit
15ace930f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user