From owner-svn-ports-head@freebsd.org Mon Mar 15 16:55:26 2021 Return-Path: Delivered-To: svn-ports-head@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 AF5895A8DE2; Mon, 15 Mar 2021 16:55:26 +0000 (UTC) (envelope-from thierry@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 4DzjGQ4Gzfz3MNH; Mon, 15 Mar 2021 16:55:26 +0000 (UTC) (envelope-from thierry@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 7F61313EC8; Mon, 15 Mar 2021 16:55:26 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12FGtQbS013127; Mon, 15 Mar 2021 16:55:26 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12FGtQIt013126; Mon, 15 Mar 2021 16:55:26 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202103151655.12FGtQIt013126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 15 Mar 2021 16:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568472 - head/math/openblas X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/math/openblas X-SVN-Commit-Revision: 568472 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2021 16:55:26 -0000 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 - -.if ${PORT_OPTIONS:MOPENMP} -.if ${CHOSEN_COMPILER_TYPE} == gcc -USE_GCC= yes -.endif -.endif post-extract: cd ${DISTDIR}/${DIST_SUBDIR} ; \