mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
math/kamis: Disable gcc on omp-less architectures
... to see if it now would build successfully. gcc-13 fails on armv7: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature; use library traits instead
This commit is contained in:
parent
97e2f097df
commit
a4281a1398
@ -10,14 +10,14 @@ WWW= https://karlsruhemis.github.io/
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_armv7= gcc13 fails: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278630
|
||||
#BROKEN_armv7= gcc13 fails: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278630
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if !exists(/usr/include/omp.h)
|
||||
USES+= compiler:gcc-c++11-lib
|
||||
.endif
|
||||
#.if !exists(/usr/include/omp.h)
|
||||
#USES+= compiler:gcc-c++11-lib
|
||||
#.endif
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KarlsruheMIS
|
||||
|
Loading…
Reference in New Issue
Block a user