diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-03 12:46:58 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-03 12:46:58 +0800 |
commit | 621e86d97faceccddf1a8cc9b76a4b1f0ef78ed8 (patch) | |
tree | 1ea0115ea4e47fbc8dc049f5327c3423576977b2 /science/hypre | |
parent | 56531aaec3594395465ab146ff712db2eabfbd68 (diff) | |
download | freebsd-ports-gnome-621e86d97faceccddf1a8cc9b76a4b1f0ef78ed8.tar.gz freebsd-ports-gnome-621e86d97faceccddf1a8cc9b76a4b1f0ef78ed8.tar.zst freebsd-ports-gnome-621e86d97faceccddf1a8cc9b76a4b1f0ef78ed8.zip |
science/hypre: Update 2.16.0 -> science/hypre
Reported by: portscout
Diffstat (limited to 'science/hypre')
-rw-r--r-- | science/hypre/Makefile | 9 | ||||
-rw-r--r-- | science/hypre/distinfo | 6 | ||||
-rw-r--r-- | science/hypre/pkg-plist | 20 |
3 files changed, 9 insertions, 26 deletions
diff --git a/science/hypre/Makefile b/science/hypre/Makefile index 45ad62a0266a..b2fbafb29def 100644 --- a/science/hypre/Makefile +++ b/science/hypre/Makefile @@ -3,15 +3,16 @@ PORTNAME= hypre DISTVERSIONPREFIX= v -DISTVERSION= 2.16.0 -PORTREVISION= 1 +DISTVERSION= 2.18.2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Scalable Linear Solvers and Multigrid Methods -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/../COPYING.LESSER +LICENSE= APACHE20 MIT +LICENSE_COMB= dual +LICENSE_FILE_MIT= ${WRKSRC}/../LICENSE-APACHE +LICENSE_FILE_APACHE20= ${WRKSRC}/../LICENSE-MIT BROKEN_powerpc64= fails to compile: ./DistributedMatrixPilutSolver.h:97:20: expected ')' before '->' token diff --git a/science/hypre/distinfo b/science/hypre/distinfo index 1f4430afde92..72fe8ae29de3 100644 --- a/science/hypre/distinfo +++ b/science/hypre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557728492 -SHA256 (hypre-space-hypre-v2.16.0_GH0.tar.gz) = 33f8a27041e697343b820d0426e74694670f955e21bbf3fcb07ee95b22c59e90 -SIZE (hypre-space-hypre-v2.16.0_GH0.tar.gz) = 5765897 +TIMESTAMP = 1578026320 +SHA256 (hypre-space-hypre-v2.18.2_GH0.tar.gz) = 28007b5b584eaf9397f933032d8367788707a2d356d78e47b99e551ab10cc76a +SIZE (hypre-space-hypre-v2.18.2_GH0.tar.gz) = 5699792 diff --git a/science/hypre/pkg-plist b/science/hypre/pkg-plist index cbf68f79f621..36117972a461 100644 --- a/science/hypre/pkg-plist +++ b/science/hypre/pkg-plist @@ -1,10 +1,7 @@ include/HYPRE.h include/HYPRE_DistributedMatrixPilutSolver_protos.h include/HYPRE_DistributedMatrixPilutSolver_types.h -include/HYPRE_FEI.h -include/HYPRE_FEI_includes.h include/HYPRE_IJ_mv.h -include/HYPRE_LinSysCore.h include/HYPRE_MatvecFunctions.h include/HYPRE_config.h include/HYPRE_error_f.h @@ -20,11 +17,6 @@ include/HYPRE_struct_ls.h include/HYPRE_struct_mv.h include/HYPRE_utilities.h include/HYPREf.h -include/LLNL_FEI_Fei.h -include/LLNL_FEI_Impl.h -include/LLNL_FEI_LSCore.h -include/LLNL_FEI_Matrix.h -include/LLNL_FEI_Solver.h include/_hypre_IJ_mv.h include/_hypre_parcsr_ls.h include/_hypre_parcsr_mv.h @@ -33,21 +25,11 @@ include/_hypre_sstruct_mv.h include/_hypre_struct_ls.h include/_hypre_struct_mv.h include/_hypre_utilities.h -include/cfei-hypre.h -include/cfei.h -include/cfei_hypre.h include/csr_block_matrix.h include/csr_matmultivec.h include/distributed_matrix.h -include/fei_Data.hpp -include/fei_LinearSystemCore.hpp -include/fei_Lookup.hpp -include/fei_bool.h -include/fei_defs.h -include/fei_mpi.h include/fortran.h include/fortran_matrix.h -include/hypre_cfei.h include/hypre_hopscotch_hash.h include/interpreter.h include/krylov.h @@ -62,4 +44,4 @@ include/seq_mv.h include/temp_multivector.h lib/libHYPRE.so lib/libHYPRE.so.2 -lib/libHYPRE.so.2.16 +lib/libHYPRE.so.2.18 |