Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 07:18:17 +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: r512392 - head/math/suitesparse
Message-ID:  <201909200718.x8K7IHhO004014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri Sep 20 07:18:17 2019
New Revision: 512392
URL: https://svnweb.freebsd.org/changeset/ports/512392

Log:
  Fix on -CURRENT.
  
  PR:		240672
  Reported by:	ohartmann (at) walstatt.org

Modified:
  head/math/suitesparse/Makefile

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Fri Sep 20 07:17:05 2019	(r512391)
+++ head/math/suitesparse/Makefile	Fri Sep 20 07:18:17 2019	(r512392)
@@ -17,7 +17,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	libmetis.so:math/metis \
 		liblapack.so:math/lapack
 
-USES=		cmake:insource compiler:openmp fortran gmake
+USES=		cmake:insource compiler:c++0x 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?201909200718.x8K7IHhO004014>