MFH: r563443

aarch64 support OpenMP since FreeBSD 12.2
This commit is contained in:
Jan Beich 2021-01-31 01:19:05 +00:00
parent e7cd7fec2a
commit 335a156080
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=563445
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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