Date: Sun, 11 Aug 2019 18:34:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508661 - head/math/superlu_mt Message-ID: <201908111834.x7BIYF8B088564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 11 18:34:15 2019 New Revision: 508661 URL: https://svnweb.freebsd.org/changeset/ports/508661 Log: Revert r508261, it's even more BROKEN Reported by: pkg-fallout Modified: head/math/superlu_mt/Makefile head/math/superlu_mt/distinfo Modified: head/math/superlu_mt/Makefile ============================================================================== --- head/math/superlu_mt/Makefile Sun Aug 11 18:15:44 2019 (r508660) +++ head/math/superlu_mt/Makefile Sun Aug 11 18:34:15 2019 (r508661) @@ -1,13 +1,14 @@ -# Created by: Pedro Giffuni +# Created by: Pedro Giffuni <giffunip@asme.org> # $FreeBSD$ PORTNAME= superlu_mt PORTVERSION= 3.1.20160319 PORTREVISION= 6 CATEGORIES= math -MASTER_SITES= https://portal.nersc.gov/project/sparse/superlu/ \ - https://portal.nersc.gov/project/sparse/xiaoye-web/:doc +MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ + http://crd.lbl.gov/~xiaoye/:doc DISTNAME= ${PORTNAME}_3.1 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} simax97.ps.gz:doc DIST_SUBDIR= superlu2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -17,6 +18,7 @@ COMMENT= Routines for performing multithreaded sparse LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt +BROKEN= unfetchable BROKEN_aarch64= fails to build: undefined reference to sbrk BROKEN_powerpc64= fails to build: pstest runs away and consumes all memory BROKEN_sparc64= fails to link @@ -24,7 +26,6 @@ BROKEN_sparc64= fails to link USES= fortran gmake OPTIONS_DEFINE= DOCS -DOCS_DISTFILES= simax97.ps.gz:doc .include <bsd.port.pre.mk> Modified: head/math/superlu_mt/distinfo ============================================================================== --- head/math/superlu_mt/distinfo Sun Aug 11 18:15:44 2019 (r508660) +++ head/math/superlu_mt/distinfo Sun Aug 11 18:34:15 2019 (r508661) @@ -1,3 +1,5 @@ -TIMESTAMP = 1565022927 +TIMESTAMP = 1494706587 +SHA256 (superlu2/superlu_mt_3.1.tar.gz) = 407b544b9a92b2ed536b1e713e80f986824cf3016657a4bfc2f3e7d2a76ecab6 +SIZE (superlu2/superlu_mt_3.1.tar.gz) = 1824440 SHA256 (superlu2/simax97.ps.gz) = 8f8ae10e28dfdeda2fed58b0bcec1bf96f10fa7b1d055aff160d77d7aeb8a983 SIZE (superlu2/simax97.ps.gz) = 158724
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111834.x7BIYF8B088564>