Date: Fri, 24 Jan 2020 15:27:20 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523970 - in head: . math math/superlu_mt Message-ID: <202001241527.00OFRK38094888@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Fri Jan 24 15:27:19 2020 New Revision: 523970 URL: https://svnweb.freebsd.org/changeset/ports/523970 Log: math/superlu_mt: Resurrect. After an upstream reshuffle the documentation had pemrission issues, but the issue has been fixed upstream now. Approved by: thierry (mentor, previous version) Added: head/math/superlu_mt/ - copied from r508261, head/math/superlu_mt/ Modified: head/MOVED head/math/Makefile head/math/superlu_mt/Makefile head/math/superlu_mt/distinfo head/math/superlu_mt/pkg-descr head/math/superlu_mt/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jan 24 15:08:36 2020 (r523969) +++ head/MOVED Fri Jan 24 15:27:19 2020 (r523970) @@ -13230,7 +13230,6 @@ mail/spamdb-curses||2019-10-16|Has expired: Unfetchabl mail/xlbiff||2019-10-16|Has expired: Unfetchable, unmaintained math/algotutor||2019-10-16|Has expired: Unfetchable, unmaintained math/nyh-hoc||2019-10-16|Has expired: Unfetchable, unmaintained -math/superlu_mt||2019-10-16|Has expired: Unfetchable, unmaintained math/testu01||2019-10-16|Has expired: Unfetchable, unmaintained misc/astrolog||2019-10-16|Has expired: Unfetchable, unmaintained misc/chord2html||2019-10-16|Has expired: Unfetchable, unmaintained Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Jan 24 15:08:36 2020 (r523969) +++ head/math/Makefile Fri Jan 24 15:27:19 2020 (r523970) @@ -869,6 +869,7 @@ SUBDIR += suitesparse SUBDIR += sundials SUBDIR += superlu + SUBDIR += superlu_mt SUBDIR += symmetrica SUBDIR += symphony SUBDIR += tablix Modified: head/math/superlu_mt/Makefile ============================================================================== --- head/math/superlu_mt/Makefile Tue Aug 6 16:16:50 2019 (r508261) +++ head/math/superlu_mt/Makefile Fri Jan 24 15:27:19 2020 (r523970) @@ -8,7 +8,7 @@ CATEGORIES= math MASTER_SITES= https://portal.nersc.gov/project/sparse/superlu/ \ https://portal.nersc.gov/project/sparse/xiaoye-web/:doc DISTNAME= ${PORTNAME}_3.1 -DIST_SUBDIR= superlu2 +DIST_SUBDIR= superlu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org @@ -24,7 +24,7 @@ BROKEN_sparc64= fails to link USES= fortran gmake OPTIONS_DEFINE= DOCS -DOCS_DISTFILES= simax97.ps.gz:doc +DOCS_DISTFILES= simax97.pdf:doc .include <bsd.port.pre.mk> @@ -118,7 +118,7 @@ do-install: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/DOC/*.pdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/simax97.ps.gz ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/simax97.pdf ${STAGEDIR}${DOCSDIR} do-test: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} testing) Modified: head/math/superlu_mt/distinfo ============================================================================== --- head/math/superlu_mt/distinfo Tue Aug 6 16:16:50 2019 (r508261) +++ head/math/superlu_mt/distinfo Fri Jan 24 15:27:19 2020 (r523970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565022927 -SHA256 (superlu2/simax97.ps.gz) = 8f8ae10e28dfdeda2fed58b0bcec1bf96f10fa7b1d055aff160d77d7aeb8a983 -SIZE (superlu2/simax97.ps.gz) = 158724 +TIMESTAMP = 1579641376 +SHA256 (superlu/simax97.pdf) = e195d62c4ac6c06c9f2cde1c4d1bf07ffd8b4526ad66961e5abdf93c367fa6b7 +SIZE (superlu/simax97.pdf) = 466898 Modified: head/math/superlu_mt/pkg-descr ============================================================================== --- head/math/superlu_mt/pkg-descr Tue Aug 6 16:16:50 2019 (r508261) +++ head/math/superlu_mt/pkg-descr Fri Jan 24 15:27:19 2020 (r523970) @@ -21,4 +21,4 @@ James Demmel, Univ. of California Berkeley, demmel@ John R. Gilbert, Xerox Palo Alto Research Center, gilbert@parc.xerox.com NOTE: This library has to be linked with BLAS or a thread safe replacement. -WWW: http://crd.lbl.gov/~xiaoye/SuperLU/ +WWW: https://portal.nersc.gov/project/sparse/superlu/#superlu_mt Modified: head/math/superlu_mt/pkg-plist ============================================================================== --- head/math/superlu_mt/pkg-plist Tue Aug 6 16:16:50 2019 (r508261) +++ head/math/superlu_mt/pkg-plist Fri Jan 24 15:27:19 2020 (r523970) @@ -14,5 +14,5 @@ lib/libsuperlu_mt.so lib/libsuperlu_mt_PTHREAD.a lib/libsuperlu_mt_PTHREAD.so lib/libsuperlu_mt_PTHREAD.so.3 -%%PORTDOCS%%%%DOCSDIR%%/simax97.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/simax97.pdf %%PORTDOCS%%%%DOCSDIR%%/ug.pdf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001241527.00OFRK38094888>