Date: Sun, 31 Jan 2021 01:19:06 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563445 - in branches/2021Q1: graphics/colmap graphics/realsr-ncnn-vulkan graphics/waifu2x-ncnn-vulkan math/ceres-solver math/suitesparse Message-ID: <202101310119.10V1J69G071204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Jan 31 01:19:05 2021 New Revision: 563445 URL: https://svnweb.freebsd.org/changeset/ports/563445 Log: MFH: r563443 aarch64 support OpenMP since FreeBSD 12.2 Modified: branches/2021Q1/graphics/colmap/Makefile branches/2021Q1/graphics/realsr-ncnn-vulkan/Makefile branches/2021Q1/graphics/waifu2x-ncnn-vulkan/Makefile branches/2021Q1/math/ceres-solver/Makefile branches/2021Q1/math/suitesparse/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/colmap/Makefile ============================================================================== --- branches/2021Q1/graphics/colmap/Makefile Sun Jan 31 01:18:25 2021 (r563444) +++ branches/2021Q1/graphics/colmap/Makefile Sun Jan 31 01:19:05 2021 (r563445) @@ -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 Modified: branches/2021Q1/graphics/realsr-ncnn-vulkan/Makefile ============================================================================== --- branches/2021Q1/graphics/realsr-ncnn-vulkan/Makefile Sun Jan 31 01:18:25 2021 (r563444) +++ branches/2021Q1/graphics/realsr-ncnn-vulkan/Makefile Sun Jan 31 01:19:05 2021 (r563445) @@ -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 Modified: branches/2021Q1/graphics/waifu2x-ncnn-vulkan/Makefile ============================================================================== --- branches/2021Q1/graphics/waifu2x-ncnn-vulkan/Makefile Sun Jan 31 01:18:25 2021 (r563444) +++ branches/2021Q1/graphics/waifu2x-ncnn-vulkan/Makefile Sun Jan 31 01:19:05 2021 (r563445) @@ -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 Modified: branches/2021Q1/math/ceres-solver/Makefile ============================================================================== --- branches/2021Q1/math/ceres-solver/Makefile Sun Jan 31 01:18:25 2021 (r563444) +++ branches/2021Q1/math/ceres-solver/Makefile Sun Jan 31 01:19:05 2021 (r563445) @@ -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 Modified: branches/2021Q1/math/suitesparse/Makefile ============================================================================== --- branches/2021Q1/math/suitesparse/Makefile Sun Jan 31 01:18:25 2021 (r563444) +++ branches/2021Q1/math/suitesparse/Makefile Sun Jan 31 01:19:05 2021 (r563445) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101310119.10V1J69G071204>