svn commit: r422629 - head/math/openblas

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 22 15:15:22 UTC 2016


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" \


More information about the svn-ports-all mailing list