From owner-svn-ports-all@freebsd.org Sun Jan 31 01:17:53 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A04524FFC0B; Sun, 31 Jan 2021 01:17:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DStVT42qbz3npd; Sun, 31 Jan 2021 01:17:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D9E31FA09; Sun, 31 Jan 2021 01:17:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10V1Hrxt070921; Sun, 31 Jan 2021 01:17:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10V1HqI4070917; Sun, 31 Jan 2021 01:17:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202101310117.10V1HqI4070917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 31 Jan 2021 01:17:52 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: graphics/colmap graphics/realsr-ncnn-vulkan graphics/waifu2x-ncnn-vulkan math/ceres-solver math/suitesparse X-SVN-Commit-Revision: 563443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2021 01:17:53 -0000 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