math/dune-istl: Update 2.7.1 -> 2.8.0
This commit is contained in:
parent
2714538b75
commit
9f53da1bc7
@ -1,6 +1,5 @@
|
||||
PORTNAME= dune-istl
|
||||
DISTVERSION= 2.7.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.8.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -21,7 +20,7 @@ USE_GITLAB= yes
|
||||
|
||||
GL_SITE= https://gitlab.dune-project.org
|
||||
GL_ACCOUNT= core
|
||||
GL_COMMIT= 761b28aa1deaa786ec55584ace99667545f1b493
|
||||
GL_COMMIT= fffb544a61d2c65a0d2fc7c751f36909f06be8f5
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1617891504
|
||||
SHA256 (core-dune-istl-761b28aa1deaa786ec55584ace99667545f1b493_GL0.tar.gz) = aecec493195afc26f339ae725789cbf59ae6074e98c7b70a1966e4783c2dd8ba
|
||||
SIZE (core-dune-istl-761b28aa1deaa786ec55584ace99667545f1b493_GL0.tar.gz) = 387383
|
||||
TIMESTAMP = 1630950387
|
||||
SHA256 (core-dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5_GL0.tar.gz) = 6f511ac59d7e7000cba7dc9fa142f50c971aa2be354836635c954e650338c6d9
|
||||
SIZE (core-dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5_GL0.tar.gz) = 409673
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- CMakeLists.txt.orig 2020-03-14 18:22:22 UTC
|
||||
--- CMakeLists.txt.orig 2021-08-31 13:58:37 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -25,7 +25,9 @@ dune_project()
|
||||
|
||||
@ -7,6 +7,6 @@
|
||||
+if (FREEBSD_INSTALL_DOCS)
|
||||
add_subdirectory(doc)
|
||||
+endif()
|
||||
add_subdirectory(lib)
|
||||
|
||||
# finalize the dune project, e.g. generating config.h etc.
|
||||
# if Python bindings are enabled, include necessary sub directories.
|
||||
if( DUNE_ENABLE_PYTHONBINDINGS )
|
||||
|
@ -1,7 +1,10 @@
|
||||
include/dune/istl/allocator.hh
|
||||
include/dune/istl/basearray.hh
|
||||
include/dune/istl/bccsmatrix.hh
|
||||
include/dune/istl/bccsmatrixinitializer.hh
|
||||
include/dune/istl/bcrsmatrix.hh
|
||||
include/dune/istl/bdmatrix.hh
|
||||
include/dune/istl/blocklevel.hh
|
||||
include/dune/istl/btdmatrix.hh
|
||||
include/dune/istl/bvector.hh
|
||||
include/dune/istl/cholmod.hh
|
||||
@ -10,6 +13,7 @@ include/dune/istl/common/counter.hh
|
||||
include/dune/istl/common/registry.hh
|
||||
include/dune/istl/eigenvalue/arpackpp.hh
|
||||
include/dune/istl/eigenvalue/poweriteration.hh
|
||||
include/dune/istl/foreach.hh
|
||||
include/dune/istl/gsetc.hh
|
||||
include/dune/istl/ildl.hh
|
||||
include/dune/istl/ilu.hh
|
||||
@ -51,7 +55,6 @@ include/dune/istl/paamg/renumberer.hh
|
||||
include/dune/istl/paamg/smoother.hh
|
||||
include/dune/istl/paamg/transfer.hh
|
||||
include/dune/istl/paamg/twolevelmethod.hh
|
||||
include/dune/istl/pardiso.hh
|
||||
include/dune/istl/preconditioner.hh
|
||||
include/dune/istl/preconditioners.hh
|
||||
include/dune/istl/repartition.hh
|
||||
@ -61,6 +64,7 @@ include/dune/istl/schwarz.hh
|
||||
include/dune/istl/solver.hh
|
||||
include/dune/istl/solvercategory.hh
|
||||
include/dune/istl/solverfactory.hh
|
||||
include/dune/istl/solverregistry.hh
|
||||
include/dune/istl/solvers.hh
|
||||
include/dune/istl/solvertype.hh
|
||||
include/dune/istl/spqr.hh
|
||||
@ -76,7 +80,6 @@ include/dune/istl/vbvector.hh
|
||||
lib/cmake/dune-istl/dune-istl-config-version.cmake
|
||||
lib/cmake/dune-istl/dune-istl-config.cmake
|
||||
lib/dunecontrol/dune-istl/dune.module
|
||||
lib/duneistlam2cmake.lib
|
||||
libdata/pkgconfig/dune-istl.pc
|
||||
%%DATADIR%%/config.h.cmake
|
||||
share/dune/cmake/modules/AddARPACKPPFlags.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user