Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 15:15:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422629 - head/math/openblas
Message-ID:  <201609221515.u8MFFL7q060897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 22 15:15:21 2016
New Revision: 422629
URL: https://svnweb.freebsd.org/changeset/ports/422629

Log:
  Even if upstream thinks clang does not support openmp we will soon know how to
  make it works :)

Modified:
  head/math/openblas/Makefile

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Thu Sep 22 15:14:36 2016	(r422628)
+++ head/math/openblas/Makefile	Thu Sep 22 15:15:21 2016	(r422629)
@@ -120,6 +120,7 @@ post-patch:
 	-e 's+%%XARGS%%+${XARGS}+' \
 	-e 's+%%REINPLACE_CMD%%+${REINPLACE_CMD}+' \
 	-e 's+$${CROSS_SUFFIX}+${LOCALBASE}/bin/+' \
+	-e '/Clang.*OpenMP/g' \
 		${WRKSRC}/Makefile.system
 .if ${PORT_OPTIONS:MOPENMP}
 	${REINPLACE_CMD} -e "s+OPENBLAS_NUM_THREADS+OMP_NUM_THREADS+g" \



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