svn commit: r501528 - head/science/hypre
Yuri Victorovich
yuri at FreeBSD.org
Mon May 13 07:58:00 UTC 2019
Author: yuri
Date: Mon May 13 07:57:57 2019
New Revision: 501528
URL: https://svnweb.freebsd.org/changeset/ports/501528
Log:
science/hypre: Update 2.15.1 -> 2.16.0
New github repository is pointed to from their website now.
Modified:
head/science/hypre/Makefile
head/science/hypre/distinfo
head/science/hypre/pkg-plist
Modified: head/science/hypre/Makefile
==============================================================================
--- head/science/hypre/Makefile Mon May 13 07:56:54 2019 (r501527)
+++ head/science/hypre/Makefile Mon May 13 07:57:57 2019 (r501528)
@@ -3,8 +3,7 @@
PORTNAME= hypre
DISTVERSIONPREFIX= v
-DISTVERSION= 2.15.1
-PORTREVISION= 2
+DISTVERSION= 2.16.0
CATEGORIES= science
MAINTAINER= yuri at FreeBSD.org
@@ -17,7 +16,7 @@ BROKEN_powerpc64= fails to compile: ./DistributedMatri
USES= blaslapack fortran gmake localbase # gmake is only for the 'test' target
USE_GITHUB= yes
-GH_ACCOUNT= LLNL
+GH_ACCOUNT= hypre-space
USE_LDCONFIG= yes
WRKSRC_SUBDIR= src
@@ -52,6 +51,8 @@ SHL3= ${PORTVERSION}
SHL2= ${SHL3:R}
SHL1= ${SHL2:R}
+PORTDOCS= *
+
post-patch:
# Avoid conflict with C++20 <version> by ignoring <...> under WRKSRC
@${REINPLACE_CMD} -i .c++20 '/utilities/s/-I/-iquote/' \
@@ -68,7 +69,6 @@ do-install:
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/../docs/*.pdf \
- ${STAGEDIR}${DOCSDIR}
+ ${COPYTREE_SHARE} ${WRKSRC}/docs/usr-manual ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/science/hypre/distinfo
==============================================================================
--- head/science/hypre/distinfo Mon May 13 07:56:54 2019 (r501527)
+++ head/science/hypre/distinfo Mon May 13 07:57:57 2019 (r501528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540047020
-SHA256 (LLNL-hypre-v2.15.1_GH0.tar.gz) = 58d215146e1c7c2c11be4cb1eac0d1663a45584efbe5f603205d8c4766b7579f
-SIZE (LLNL-hypre-v2.15.1_GH0.tar.gz) = 7363029
+TIMESTAMP = 1557728492
+SHA256 (hypre-space-hypre-v2.16.0_GH0.tar.gz) = 33f8a27041e697343b820d0426e74694670f955e21bbf3fcb07ee95b22c59e90
+SIZE (hypre-space-hypre-v2.16.0_GH0.tar.gz) = 5765897
Modified: head/science/hypre/pkg-plist
==============================================================================
--- head/science/hypre/pkg-plist Mon May 13 07:56:54 2019 (r501527)
+++ head/science/hypre/pkg-plist Mon May 13 07:57:57 2019 (r501528)
@@ -62,6 +62,4 @@ include/seq_mv.h
include/temp_multivector.h
lib/libHYPRE.so
lib/libHYPRE.so.2
-lib/libHYPRE.so.2.15
-%%PORTDOCS%%%%DOCSDIR%%/HYPRE_ref_manual.pdf
-%%PORTDOCS%%%%DOCSDIR%%/HYPRE_usr_manual.pdf
+lib/libHYPRE.so.2.16
More information about the svn-ports-head
mailing list