Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2019 12:49:50 +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: r512582 - head/math/suitesparse
Message-ID:  <201909221249.x8MCnoxJ014032@repo.freebsd.org>

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



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