Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2020 14:29:04 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537898 - head/math/openblas
Message-ID:  <202006041429.054ET407035628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Jun  4 14:29:04 2020
New Revision: 537898
URL: https://svnweb.freebsd.org/changeset/ports/537898

Log:
  math/openblas: disable OPENMP for powerpc
  
  Same as on powerpc64, USE_THREAD=1 enables OpenMP, so OpenMP will be always enabled.

Modified:
  head/math/openblas/Makefile

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Thu Jun  4 14:25:13 2020	(r537897)
+++ head/math/openblas/Makefile	Thu Jun  4 14:29:04 2020	(r537898)
@@ -46,6 +46,7 @@ OPTIONS_DEFINE_i386=		AVX AVX2
 OPTIONS_DEFINE_amd64=		AVX AVX2
 OPTIONS_DEFINE_powerpc64=	POWER6
 OPTIONS_EXCLUDE_powerpc64=	OPENMP
+OPTIONS_EXCLUDE_powerpc=	OPENMP
 OPTIONS_SUB=	yes
 
 .if defined(BATCH) || defined(PACKAGE_BUILDING)



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