svn commit: r512983 - head/math/suitesparse
Thierry Thomas
thierry at FreeBSD.org
Thu Sep 26 20:19:26 UTC 2019
Author: thierry
Date: Thu Sep 26 20:19:25 2019
New Revision: 512983
URL: https://svnweb.freebsd.org/changeset/ports/512983
Log:
Revert to r512240.
Reported by: jbeich
Modified:
head/math/suitesparse/Makefile
Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile Thu Sep 26 19:47:30 2019 (r512982)
+++ head/math/suitesparse/Makefile Thu Sep 26 20:19:25 2019 (r512983)
@@ -16,10 +16,9 @@ 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
+USES= cmake:insource compiler:openmp fortran gmake
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/SuiteSparse
More information about the svn-ports-head
mailing list