pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

suitesparce: some beginning for cleanup



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Sun May 23 23:32:52 2021 +0200
Changeset:	ff7cb5f67b9ba999a4f35baa34bba41dbfcbcf79

Modified Files:
	suitesparse/Makefile
	suitesparse/buildlink3.mk

Log Message:
suitesparce: some beginning for cleanup

There is an open problem with current OpenBLAS and
orrible performance. That should be figured out along
with the needed update of suitesparse.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ff7cb5f67b9ba999a4f35baa34bba41dbfcbcf79

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 suitesparse/Makefile      | 13 ++-----------
 suitesparse/buildlink3.mk |  2 +-
 2 files changed, 3 insertions(+), 12 deletions(-)

diffs:
diff --git a/suitesparse/Makefile b/suitesparse/Makefile
index f4af53def7..c40fe4ad7e 100644
--- a/suitesparse/Makefile
+++ b/suitesparse/Makefile
@@ -1,21 +1,15 @@
 # $NetBSD: Makefile,v 1.12 2012/11/28 21:43:05 outpaddling Exp $
-# FreeBSD Id: ports/math/suitesparse/Makefile,v 1.38 2011/07/20 16:17:35 bf Exp
 
-# DISTNAME=	SuiteSparse-3.6.1
-# PKGNAME=	suitesparse-3.6.1
 DISTNAME=	SuiteSparse-4.0.2
 PKGNAME=	suitesparse-4.0.2
 PKGREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	http://faculty.cse.tamu.edu/davis/SuiteSparse/
-#MASTER_SITES=	http://www.cise.ufl.edu/research/sparse/SuiteSparse/
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://www.cise.ufl.edu/research/sparse/SuiteSparse/
 COMMENT=	SuiteSparse is a set of packages for sparse matrices calculation
-# Actually uses a combination of gpl and lgpl
-# Not sure how to specify 2 licenses, so just listing the stricter one
-LICENSE=	gnu-gpl-v2
+LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -34,9 +28,6 @@ LIB=		-lm
 LIB=		-lm -lrt
 .endif
 
-# /home/bacon/Pkgsrc/pkgsrc-1/mk/pkgformat/pkg/list-dependencies: line 52: -e: command not found
-# Problem is ${SED} is empty
-# TOOLS_PLATFORM.gsed=	#empty
 USE_TOOLS+=	gmake gsed
 
 USE_LANGUAGES=	c c++ fortran77
@@ -124,6 +115,6 @@ do-install:
 #		j=$${i##*/} ;  ${LN} -sf $${j%.a}.so.${SVERSION} ${DESTDIR}${PREFIX}/lib/$${j%.a}.so ; \
 #	done
 
-.include "../../wip/mk/blas.buildlink3.mk"
+.include "../../mk/blas.buildlink3.mk"
 .include "../../math/metis/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/suitesparse/buildlink3.mk b/suitesparse/buildlink3.mk
index 596bb65876..7676a52fbd 100644
--- a/suitesparse/buildlink3.mk
+++ b/suitesparse/buildlink3.mk
@@ -8,7 +8,7 @@ SUITESPARSE_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.suitesparse+=	suitesparse>=3.6.1
 BUILDLINK_PKGSRCDIR.suitesparse?=	../../wip/suitesparse
 
-.include "../../wip/mk/blas.buildlink3.mk"
+.include "../../mk/blas.buildlink3.mk"
 .include "../../math/metis/buildlink3.mk"
 .endif	# SUITESPARSE_BUILDLINK3_MK
 


Home | Main Index | Thread Index | Old Index