Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 21:02:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534202 - head/math/openblas
Message-ID:  <202005062102.046L2O1Y091651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed May  6 21:02:24 2020
New Revision: 534202
URL: https://svnweb.freebsd.org/changeset/ports/534202

Log:
  math/openblas: Unbreak some users because some functions were broken with OPENMP=OFF
  
  Change the default to OPENMP=ON
  
  For example, erkale (science/erkale) was breaking:
  OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
  
  Approved by:	portmgr (unbreak)

Modified:
  head/math/openblas/Makefile

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Wed May  6 20:41:19 2020	(r534201)
+++ head/math/openblas/Makefile	Wed May  6 21:02:24 2020	(r534202)
@@ -4,6 +4,7 @@
 PORTNAME=	openblas
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.9
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	math
 MASTER_SITES=	NL/lapack/timing/:lapack_tmg
@@ -36,6 +37,7 @@ TEST_TARGET=	tests
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 OPTIONS_DEFINE=			DYNAMIC_ARCH INTERFACE64 OPENMP
+OPTIONS_DEFAULT=		OPENMP
 OPTIONS_DEFINE_i386=		AVX AVX2
 OPTIONS_DEFINE_amd64=		AVX AVX2
 OPTIONS_DEFINE_powerpc64=	POWER6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005062102.046L2O1Y091651>