svn commit: r482027 - head/benchmarks/hpl

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 14 06:02:10 UTC 2018


Author: yuri
Date: Sun Oct 14 06:02:08 2018
New Revision: 482027
URL: https://svnweb.freebsd.org/changeset/ports/482027

Log:
  benchmarks/hpl: Change from net/mpich2 to net/mpich; Update to 2.2
  
  PR:		231638
  Approved by:	oliver (maintainer's timeout; 20 days)

Modified:
  head/benchmarks/hpl/Makefile
  head/benchmarks/hpl/distinfo

Modified: head/benchmarks/hpl/Makefile
==============================================================================
--- head/benchmarks/hpl/Makefile	Sun Oct 14 05:45:10 2018	(r482026)
+++ head/benchmarks/hpl/Makefile	Sun Oct 14 06:02:08 2018	(r482027)
@@ -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 at 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

Modified: head/benchmarks/hpl/distinfo
==============================================================================
--- head/benchmarks/hpl/distinfo	Sun Oct 14 05:45:10 2018	(r482026)
+++ head/benchmarks/hpl/distinfo	Sun Oct 14 06:02:08 2018	(r482027)
@@ -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


More information about the svn-ports-head mailing list