svn commit: r542651 - head/math/suitesparse
Mikael Urankar
mikael at FreeBSD.org
Mon Jul 20 15:53:25 UTC 2020
Author: mikael
Date: Mon Jul 20 15:53:23 2020
New Revision: 542651
URL: https://svnweb.freebsd.org/changeset/ports/542651
Log:
math/suitesparse: unbreak on aarch64
We don't have openmp yet
PR: 248100
Approved by: portmgr (tier-2 blanket)
Modified:
head/math/suitesparse/Makefile
Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile Mon Jul 20 15:53:16 2020 (r542650)
+++ head/math/suitesparse/Makefile Mon Jul 20 15:53:23 2020 (r542651)
@@ -36,6 +36,7 @@ LDFLAGS+= -L${WRKSRC}/lib # prevent linking with share
CONFLICTS_INSTALL= mongoose plinkseq # bin/mongoose
OPTIONS_DEFINE= DEMOS DOCS OPENMP TBB
+OPTIONS_EXCLUDE_aarch64= OPENMP
OPTIONS_RADIO= BLAS
OPTIONS_RADIO_BLAS= ATLAS GOTOBLAS NETLIB OPENBLAS
OPTIONS_DEFAULT= OPENBLAS OPENMP TBB
More information about the svn-ports-head
mailing list