Date: Mon, 15 Mar 2021 16:55:26 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568472 - head/math/openblas Message-ID: <202103151655.12FGtQIt013126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Mar 15 16:55:25 2021 New Revision: 568472 URL: https://svnweb.freebsd.org/changeset/ports/568472 Log: Do not force GCC when OPENMP is selected. PR: 254284 Submitted by: /me Approved by: phd_kimberlite (maintainer) Modified: head/math/openblas/Makefile Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Mon Mar 15 16:43:07 2021 (r568471) +++ head/math/openblas/Makefile Mon Mar 15 16:55:25 2021 (r568472) @@ -4,6 +4,7 @@ PORTNAME= openblas DISTVERSIONPREFIX= v DISTVERSION= 0.3.13 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg @@ -17,7 +18,7 @@ COMMENT= Optimized BLAS library based on GotoBLAS2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= fortran gmake perl5 pkgconfig +USES= compiler:c11 fortran gmake perl5 pkgconfig CONFLICTS_INSTALL= cblas lapacke @@ -88,19 +89,7 @@ MAXTHREADS?= 64 MANUAL_PACKAGE_BUILD= Optimizes for the build machine. .endif -.if ${PORT_OPTIONS:MOPENMP} -USES+= compiler:openmp -.else -USES+= compiler:c11 -.endif - .include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MOPENMP} -.if ${CHOSEN_COMPILER_TYPE} == gcc -USE_GCC= yes -.endif -.endif post-extract: cd ${DISTDIR}/${DIST_SUBDIR} ; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103151655.12FGtQIt013126>