From 25251f5d7b68ec350880817eb8db1d0c2c555199 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 28 Sep 2019 12:56:52 +0000 Subject: [PATCH] math/suitesparse: drop GCC RPATH after r499061 USES=fortran was used to ensure linking against suitesparse picks up correct libgcc_s to satisfy dependencies e.g., blas/lapack. PR: 240904 Approved by: fortran (?) --- math/suitesparse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 6569f87c801d..45bde11770f0 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -3,7 +3,7 @@ PORTNAME= suitesparse DISTVERSION= 5.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://faculty.cse.tamu.edu/davis/SuiteSparse/ \ https://mirror.sobukus.de/files/src/suitesparse/ @@ -17,7 +17,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libmetis.so:math/metis -USES= cmake:insource compiler:${OPENMP}c++11-lib fortran gmake localbase:ldflags +USES= cmake:insource,noninja compiler:${OPENMP}c++11-lib gmake localbase:ldflags USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/SuiteSparse ALL_TARGET= library # skip demos