diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-14 06:02:08 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-14 06:02:08 +0000 |
commit | 411549be5516e347d37b2a1d5ccbe27caafc6128 (patch) | |
tree | 1e834394fe859b27490f7ec89fd9ae234b55c9a3 /benchmarks | |
parent | New port: benchmarks/libcelero: C++ benchmark authoring library/framework (diff) |
benchmarks/hpl: Change from net/mpich2 to net/mpich; Update to 2.2
PR: 231638
Approved by: oliver (maintainer's timeout; 20 days)
Notes
Notes:
svn path=/head/; revision=482027
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hpl/Makefile | 8 | ||||
-rw-r--r-- | benchmarks/hpl/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index a42d7d0c8d5f..471632214937 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hpl -PORTVERSION= 2.1 -PORTREVISION= 10 +DISTVERSION= 2.2 CATEGORIES= benchmarks MASTER_SITES= NETLIB/benchmark/hpl @@ -11,7 +10,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= High Performance Computing Linpack Benchmark LIB_DEPENDS= libblas.so:math/blas \ - libmpich.so:net/mpich2 + libmpich.so:net/mpich USES= fortran USE_LDCONFIG= yes @@ -32,7 +31,8 @@ post-patch: s|ARCH[ )]|_&|g ; \ s|^HPL_OPTS[ ]*=.*$$|HPL_OPTS =| ; \ s|^LAlib[ ]*=.*$$|LAlib = $$\(LAdir\)/lib/libblas.a| ; \ - s|libpmpich.a|libmpl.a -lpthread|' \ + s|libmpich.a|libmpich.so -lpthread| ; \ + s|libpmpich.a|libmpl.so -lpthread|' \ ${WRKSRC}/setup/Make.${HPL_ARCH} @${REINPLACE_CMD} -e 's|HPL\.dat|${PREFIX}/etc/${PORTNAME}/&|' \ ${WRKSRC}/testing/ptest/HPL_pdinfo.c diff --git a/benchmarks/hpl/distinfo b/benchmarks/hpl/distinfo index 1184044073bf..8325a6022937 100644 --- a/benchmarks/hpl/distinfo +++ b/benchmarks/hpl/distinfo @@ -1,2 +1,3 @@ -SHA256 (hpl-2.1.tar.gz) = dd437dd34a098c51092319983addff1d8076fc8dd692d19c488252477363af15 -SIZE (hpl-2.1.tar.gz) = 527433 +TIMESTAMP = 1539479109 +SHA256 (hpl-2.2.tar.gz) = ac7534163a09e21a5fa763e4e16dfc119bc84043f6e6a807aba666518f8df440 +SIZE (hpl-2.2.tar.gz) = 539979 |