Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 20:19:26 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512983 - head/math/suitesparse
Message-ID:  <201909262019.x8QKJQxS026385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909262019.x8QKJQxS026385>