mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
MFH: r563443
aarch64 support OpenMP since FreeBSD 12.2
This commit is contained in:
parent
e7cd7fec2a
commit
335a156080
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=563445
@ -49,7 +49,7 @@ DOCS_PORTDOCS= *
|
||||
OPENMP_USES= compiler:openmp
|
||||
OPENMP_CMAKE_BOOL= OPENMP_ENABLED
|
||||
.if !exists(/usr/include/omp.h)
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
|
||||
OPENMP_VARS= OPENMP=gcc-
|
||||
.endif
|
||||
|
||||
|
@ -26,7 +26,7 @@ PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDATA= *
|
||||
|
||||
.if !exists(/usr/include/omp.h)
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
|
||||
OPENMP= gcc-
|
||||
.endif
|
||||
|
||||
|
@ -25,7 +25,7 @@ PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDATA= *
|
||||
|
||||
.if !exists(/usr/include/omp.h)
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
|
||||
OPENMP= gcc-
|
||||
.endif
|
||||
|
||||
|
@ -52,7 +52,7 @@ GFLAGS_CMAKE_BOOL= GFLAGS
|
||||
OPENMP_USES= compiler:openmp
|
||||
OPENMP_CMAKE_ON= -DCERES_THREADING_MODEL:STRING="OPENMP"
|
||||
.if !exists(/usr/include/omp.h)
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
|
||||
OPENMP_VARS= OPENMP=gcc-
|
||||
.endif
|
||||
|
||||
|
@ -50,7 +50,7 @@ OPENBLAS_USES= blaslapack:openblas
|
||||
|
||||
OPENMP_MAKE_ENV_OFF= CFOPENMP=
|
||||
.if !exists(/usr/include/omp.h)
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
|
||||
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
|
||||
OPENMP_VARS= OPENMP=gcc-
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user