diff options
author | antoine <antoine@FreeBSD.org> | 2019-08-12 02:34:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-08-12 02:34:15 +0800 |
commit | 12d734c2e6e49ae7455762ddc1756d5bb5723dc3 (patch) | |
tree | 4048ec9e5edef731c2695f1f051c13c972fada99 /math/superlu_mt | |
parent | ef9e3f573e3a4a8c2c6f67d8b7e5a36821086918 (diff) | |
download | freebsd-ports-gnome-12d734c2e6e49ae7455762ddc1756d5bb5723dc3.tar.gz freebsd-ports-gnome-12d734c2e6e49ae7455762ddc1756d5bb5723dc3.tar.zst freebsd-ports-gnome-12d734c2e6e49ae7455762ddc1756d5bb5723dc3.zip |
Revert r508261, it's even more BROKEN
Reported by: pkg-fallout
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 9 | ||||
-rw-r--r-- | math/superlu_mt/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index 8e554208bfbd..20a4e577f628 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -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 factorization 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> diff --git a/math/superlu_mt/distinfo b/math/superlu_mt/distinfo index 83cc852397da..20e005bf9129 100644 --- a/math/superlu_mt/distinfo +++ b/math/superlu_mt/distinfo @@ -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 |