pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/superlu
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 26 16:29:43 UTC 2020
Modified Files:
pkgsrc/math/superlu: Makefile PLIST buildlink3.mk distinfo
Log Message:
superlu: update to 5.2.1.
Changes not found, previous version was from 2003.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/superlu/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/superlu/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/superlu/buildlink3.mk \
pkgsrc/math/superlu/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/superlu/Makefile
diff -u pkgsrc/math/superlu/Makefile:1.28 pkgsrc/math/superlu/Makefile:1.29
--- pkgsrc/math/superlu/Makefile:1.28 Sun Aug 11 13:17:49 2019
+++ pkgsrc/math/superlu/Makefile Wed Feb 26 16:29:43 2020
@@ -1,32 +1,18 @@
-# $NetBSD: Makefile,v 1.28 2019/08/11 13:17:49 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2020/02/26 16:29:43 wiz Exp $
-DISTNAME= superlu_3.0
-PKGNAME= superlu-3.0.1
-PKGREVISION= 7
+DISTNAME= superlu-5.2.1
CATEGORIES= math
-MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=xiaoyeli/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://crd.lbl.gov/~xiaoye/SuperLU/
-COMMENT= ANSI C routine library for the solution of sparse linear systems
-
-# /usr/bin/ar: ../libsuperlu.a: Error reading dlamch.o: File truncated
-MAKE_JOBS_SAFE= no
+HOMEPAGE= https://portal.nersc.gov/project/sparse/superlu/
+COMMENT= Library for solving large, sparse, nonsymmetric systems of linear equations
DEPENDS+= blas-[0-9]*:../../math/blas
-DIST_SUBDIR= ${PKGNAME_NOREV}
-WRKSRC= ${WRKDIR}/SuperLU_3.0
-BUILD_TARGET= superlulib
-TEST_DIRS= TESTING/MATGEN TESTING
-TEST_TARGET= all
-INSTALLATION_DIRS= lib
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${DESTDIR}${PREFIX}/lib
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/superlu
- ${INSTALL_DATA} ${WRKSRC}/SRC/*.h ${DESTDIR}${PREFIX}/include/superlu
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/superlu
- ${INSTALL_DATA} ${WRKSRC}/INSTALL/ug.ps ${DESTDIR}${PREFIX}/share/doc/superlu
+USE_CMAKE= yes
+USE_LANGUAGES= c fortran
+TEST_TARGET= test
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/superlu/PLIST
diff -u pkgsrc/math/superlu/PLIST:1.3 pkgsrc/math/superlu/PLIST:1.4
--- pkgsrc/math/superlu/PLIST:1.3 Sun Jun 14 18:05:49 2009
+++ pkgsrc/math/superlu/PLIST Wed Feb 26 16:29:43 2020
@@ -1,13 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:05:49 joerg Exp $
-include/superlu/Cnames.h
-include/superlu/colamd.h
-include/superlu/csp_defs.h
-include/superlu/dcomplex.h
-include/superlu/dsp_defs.h
-include/superlu/scomplex.h
-include/superlu/ssp_defs.h
-include/superlu/supermatrix.h
-include/superlu/util.h
-include/superlu/zsp_defs.h
+@comment $NetBSD: PLIST,v 1.4 2020/02/26 16:29:43 wiz Exp $
+include/slu_Cnames.h
+include/slu_cdefs.h
+include/slu_dcomplex.h
+include/slu_ddefs.h
+include/slu_scomplex.h
+include/slu_sdefs.h
+include/slu_util.h
+include/slu_zdefs.h
+include/superlu_enum_consts.h
+include/supermatrix.h
lib/libsuperlu.a
-share/doc/superlu/ug.ps
Index: pkgsrc/math/superlu/buildlink3.mk
diff -u pkgsrc/math/superlu/buildlink3.mk:1.8 pkgsrc/math/superlu/buildlink3.mk:1.9
--- pkgsrc/math/superlu/buildlink3.mk:1.8 Sun Aug 11 13:17:49 2019
+++ pkgsrc/math/superlu/buildlink3.mk Wed Feb 26 16:29:43 2020
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2019/08/11 13:17:49 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2020/02/26 16:29:43 wiz Exp $
BUILDLINK_TREE+= superlu
.if !defined(SUPERLU_BUILDLINK3_MK)
SUPERLU_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.superlu+= superlu>=2.0nb2
-BUILDLINK_ABI_DEPENDS.superlu?= superlu>=3.0.1nb7
+BUILDLINK_API_DEPENDS.superlu+= superlu>=5.0
+
BUILDLINK_PKGSRCDIR.superlu?= ../../math/superlu
BUILDLINK_DEPMETHOD.superlu?= build
.endif # SUPERLU_BUILDLINK3_MK
Index: pkgsrc/math/superlu/distinfo
diff -u pkgsrc/math/superlu/distinfo:1.8 pkgsrc/math/superlu/distinfo:1.9
--- pkgsrc/math/superlu/distinfo:1.8 Wed Nov 25 12:51:42 2015
+++ pkgsrc/math/superlu/distinfo Wed Feb 26 16:29:43 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/25 12:51:42 jperkin Exp $
+$NetBSD: distinfo,v 1.9 2020/02/26 16:29:43 wiz Exp $
-SHA1 (superlu-3.0.1/superlu_3.0.tar.gz) = 662803e2c2ec6c604884ba356219dec98eae0976
-RMD160 (superlu-3.0.1/superlu_3.0.tar.gz) = eb570724216ae09fd53931caffce62ce5160e347
-SHA512 (superlu-3.0.1/superlu_3.0.tar.gz) = 40bba86999105172656c6825789e9f4808007687e4fc4316873add68ad2113d54a2e0cb1ac8ef2596d3894bb9f128518c75ae892ac2f5c12410c071fc8191f09
-Size (superlu-3.0.1/superlu_3.0.tar.gz) = 1116795 bytes
-SHA1 (patch-aa) = fd3c02f94989c8eb4a83193faaec3f67607f0634
+SHA1 (superlu-5.2.1.tar.gz) = cbccbb36a2c351d25e0a064be663c0a70c849bee
+RMD160 (superlu-5.2.1.tar.gz) = 01de8ed1f56c6bcdd43e1137c1f145b829d8d848
+SHA512 (superlu-5.2.1.tar.gz) = c5f9ca6055b6861dcc89e31c446c9f57a4e16333f9f24f109e8f375eded878005fa520ab39d2c1dd0ce12f289f9e251aef47da58c975bf5b1f09ca7539194e90
+Size (superlu-5.2.1.tar.gz) = 2468374 bytes
Home |
Main Index |
Thread Index |
Old Index