Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 01:17:52 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563443 - in head: graphics/colmap graphics/realsr-ncnn-vulkan graphics/waifu2x-ncnn-vulkan math/ceres-solver math/suitesparse
Message-ID:  <202101310117.10V1HqI4070917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jan 31 01:17:52 2021
New Revision: 563443
URL: https://svnweb.freebsd.org/changeset/ports/563443

Log:
  aarch64 support OpenMP since FreeBSD 12.2

Modified:
  head/graphics/colmap/Makefile   (contents, props changed)
  head/graphics/realsr-ncnn-vulkan/Makefile   (contents, props changed)
  head/graphics/waifu2x-ncnn-vulkan/Makefile   (contents, props changed)
  head/math/ceres-solver/Makefile   (contents, props changed)
  head/math/suitesparse/Makefile   (contents, props changed)

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Sun Jan 31 01:17:38 2021	(r563442)
+++ head/graphics/colmap/Makefile	Sun Jan 31 01:17:52 2021	(r563443)
@@ -50,7 +50,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: head/graphics/realsr-ncnn-vulkan/Makefile
==============================================================================
--- head/graphics/realsr-ncnn-vulkan/Makefile	Sun Jan 31 01:17:38 2021	(r563442)
+++ head/graphics/realsr-ncnn-vulkan/Makefile	Sun Jan 31 01:17:52 2021	(r563443)
@@ -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: head/graphics/waifu2x-ncnn-vulkan/Makefile
==============================================================================
--- head/graphics/waifu2x-ncnn-vulkan/Makefile	Sun Jan 31 01:17:38 2021	(r563442)
+++ head/graphics/waifu2x-ncnn-vulkan/Makefile	Sun Jan 31 01:17:52 2021	(r563443)
@@ -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: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Sun Jan 31 01:17:38 2021	(r563442)
+++ head/math/ceres-solver/Makefile	Sun Jan 31 01:17:52 2021	(r563443)
@@ -53,7 +53,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: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Sun Jan 31 01:17:38 2021	(r563442)
+++ head/math/suitesparse/Makefile	Sun Jan 31 01:17:52 2021	(r563443)
@@ -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?202101310117.10V1HqI4070917>