pkgsrc-WIP-changes archive

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

superlu: reduce diffs to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Feb 27 15:53:24 2020 +0100
Changeset:	5e7d8f30f3c267fd3559fe33a89925473beedd24

Modified Files:
	superlu/Makefile

Log Message:
superlu: reduce diffs to pkgsrc

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

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

diffstat:
 superlu/Makefile | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diffs:
diff --git a/superlu/Makefile b/superlu/Makefile
index 4407c45b03..e449293276 100644
--- a/superlu/Makefile
+++ b/superlu/Makefile
@@ -1,18 +1,16 @@
 # $NetBSD: Makefile,v 1.28 2019/08/11 13:17:49 wiz Exp $
 
-PORTVERSION=		5.2.1
-DISTNAME=		superlu-${PORTVERSION}
-PKGNAME=		superlu-${PORTVERSION}
-PKGREVISION=		8
+DISTNAME=		superlu-5.2.1
 CATEGORIES=		math
-MASTER_SITES=		-https://github.com/xiaoyeli/superlu/archive/v${PORTVERSION}.tar.gz
+MASTER_SITES=		${MASTER_SITE_GITHUB:=xiaoyeli/}
+GITHUB_TAG=		v${PKGVERSION_NOREV}
 
 MAINTAINER=		thomas.orgis%uni-hamburg.de@localhost
 HOMEPAGE=		https://portal.nersc.gov/project/sparse/superlu/
-COMMENT=		ANSI C routine library for the solution of sparse linear systems
+COMMENT=		Library for solving large, sparse, nonsymmetric systems of linear equations
 
-USE_LANGUAGES=		c fortran
 USE_CMAKE=		yes
+USE_LANGUAGES=		c fortran
 
 CONFIGURE_DIRS=		build
 CMAKE_ARG_PATH=		${WRKSRC}
@@ -27,9 +25,6 @@ CMAKE_ARGS=		-Denable_blaslib=off \
 # openblas does make sense, I suppose, for sparse matrices.
 BLAS_ACCEPTED=		openblas netlib
 
-# /usr/bin/ar: ../libsuperlu.a: Error reading dlamch.o: File truncated
-#MAKE_JOBS_SAFE=		no
-
 TEST_TARGET=		test
 
 post-extract:


Home | Main Index | Thread Index | Old Index