From 335a156080dbc662d330f1921897d7d66f42c578 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 31 Jan 2021 01:19:05 +0000 Subject: [PATCH] MFH: r563443 aarch64 support OpenMP since FreeBSD 12.2 --- graphics/colmap/Makefile | 2 +- graphics/realsr-ncnn-vulkan/Makefile | 2 +- graphics/waifu2x-ncnn-vulkan/Makefile | 2 +- math/ceres-solver/Makefile | 2 +- math/suitesparse/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 78257496f145..7ca68e43af89 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -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 diff --git a/graphics/realsr-ncnn-vulkan/Makefile b/graphics/realsr-ncnn-vulkan/Makefile index 6f66ef9d1a87..351313a88855 100644 --- a/graphics/realsr-ncnn-vulkan/Makefile +++ b/graphics/realsr-ncnn-vulkan/Makefile @@ -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 diff --git a/graphics/waifu2x-ncnn-vulkan/Makefile b/graphics/waifu2x-ncnn-vulkan/Makefile index 4d13c67bdd95..d9ff5abe5614 100644 --- a/graphics/waifu2x-ncnn-vulkan/Makefile +++ b/graphics/waifu2x-ncnn-vulkan/Makefile @@ -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 diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 3472cd9297ce..21e7d5daa35d 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -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 diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 723e59a8270f..1c0a132054fd 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -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