aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2019-09-22 20:49:50 +0800
committerthierry <thierry@FreeBSD.org>2019-09-22 20:49:50 +0800
commit8a05547ac8b46b0e336cbf9510e40fa837581cc3 (patch)
tree36eda7d86f9ff928b919fc9410aa889d8968143b
parent66e4a61e479787a50242ec61358a65f095dec4d9 (diff)
downloadfreebsd-ports-gnome-8a05547ac8b46b0e336cbf9510e40fa837581cc3.tar.gz
freebsd-ports-gnome-8a05547ac8b46b0e336cbf9510e40fa837581cc3.tar.zst
freebsd-ports-gnome-8a05547ac8b46b0e336cbf9510e40fa837581cc3.zip
Explicitely depend on OMP.
-rw-r--r--math/suitesparse/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index c63b299eee0d..2ace34a43c0f 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -3,6 +3,7 @@
PORTNAME= suitesparse
DISTVERSION= 5.4.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://faculty.cse.tamu.edu/davis/SuiteSparse/ \
https://mirror.sobukus.de/files/src/suitesparse/
@@ -15,6 +16,7 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
LIB_DEPENDS= libmetis.so:math/metis \
+ libomp.so:devel/openmp \
liblapack.so:math/lapack
USES= cmake:insource compiler:c++0x fortran gmake