svn commit: r512582 - head/math/suitesparse
Thierry Thomas
thierry at FreeBSD.org
Sun Sep 22 12:49:51 UTC 2019
Author: thierry
Date: Sun Sep 22 12:49:50 2019
New Revision: 512582
URL: https://svnweb.freebsd.org/changeset/ports/512582
Log:
Explicitely depend on OMP.
Modified:
head/math/suitesparse/Makefile
Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile Sun Sep 22 12:33:33 2019 (r512581)
+++ head/math/suitesparse/Makefile Sun Sep 22 12:49:50 2019 (r512582)
@@ -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
More information about the svn-ports-all
mailing list