Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 21:55:55 +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: r528081 - in head: graphics/colmap graphics/waifu2x-ncnn-vulkan math/ceres-solver math/suitesparse
Message-ID:  <202003082155.028Ltt9I044811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Mar  8 21:55:54 2020
New Revision: 528081
URL: https://svnweb.freebsd.org/changeset/ports/528081

Log:
  Document OpenMP from base system cannot be used in some cases

Modified:
  head/graphics/colmap/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 Mar  8 21:45:38 2020	(r528080)
+++ head/graphics/colmap/Makefile	Sun Mar  8 21:55:54 2020	(r528081)
@@ -53,7 +53,7 @@ OPENMP_USES=		compiler:openmp
 OPENMP_CMAKE_BOOL=	OPENMP_ENABLED
 .if ${MACHINE_ARCH} == i386 || !exists(/usr/include/omp.h)
 # XXX base/230888 via #pragma omp atomic
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
 OPENMP_VARS=		OPENMP=gcc-
 .endif
 

Modified: head/graphics/waifu2x-ncnn-vulkan/Makefile
==============================================================================
--- head/graphics/waifu2x-ncnn-vulkan/Makefile	Sun Mar  8 21:45:38 2020	(r528080)
+++ head/graphics/waifu2x-ncnn-vulkan/Makefile	Sun Mar  8 21:55:54 2020	(r528081)
@@ -24,7 +24,7 @@ PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	*
 
 .if !exists(/usr/include/omp.h)
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
 OPENMP=		gcc-
 .endif
 

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Sun Mar  8 21:45:38 2020	(r528080)
+++ head/math/ceres-solver/Makefile	Sun Mar  8 21:55:54 2020	(r528081)
@@ -53,7 +53,7 @@ GFLAGS_CMAKE_BOOL=	GFLAGS
 OPENMP_USES=		compiler:openmp
 OPENMP_CMAKE_BOOL=	OPENMP
 .if !exists(/usr/include/omp.h)
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, armv6, armv7 yet
 OPENMP_VARS=		OPENMP=gcc-
 .endif
 

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Sun Mar  8 21:45:38 2020	(r528080)
+++ head/math/suitesparse/Makefile	Sun Mar  8 21:55:54 2020	(r528081)
@@ -48,7 +48,7 @@ OPENBLAS_USES=		blaslapack:openblas
 OPENMP_USES=		compiler:openmp
 OPENMP_MAKE_ENV_OFF=	CFOPENMP=
 .if !exists(/usr/include/omp.h)
-# XXX ports/199603 + ports/210337
+# XXX ports/199603: LLVM openmp in base doesn't support aarch64, 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?202003082155.028Ltt9I044811>