mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
math/dune-istl: update 2.8.0 → 2.11.0
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= dune-istl
|
||||
DISTVERSION= 2.8.0
|
||||
PORTREVISION= 13
|
||||
DISTVERSION= 2.11.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@@ -22,15 +21,19 @@ USE_GITLAB= yes
|
||||
|
||||
GL_SITE= https://gitlab.dune-project.org
|
||||
GL_ACCOUNT= core
|
||||
GL_TAGNAME= fffb544a61d2c65a0d2fc7c751f36909f06be8f5
|
||||
GL_TAGNAME= 2e4db0b47b7adae3b824d36709b947b867e730a6
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CMAKE_OFF= DUNE_ENABLE_PYTHONBINDINGS
|
||||
|
||||
PLIST_SUB+= DUNE_ISTL_CMAKE_HASH=fb00f9855333dc21fd1e00ed8438c9ac
|
||||
|
||||
OPTIONS_DEFINE= DOCS PARMETIS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS
|
||||
DOCS_BUILD_DEPENDS= doxygen:devel/doxygen \
|
||||
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
|
||||
|
||||
PARMETIS_DESC= Install PerMetis # needed in headers, but license prohibits packaging
|
||||
PARMETIS_BUILD_DEPENDS= ParMetis>0:math/parmetis
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1630950387
|
||||
SHA256 (core-dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5_GL0.tar.gz) = 6f511ac59d7e7000cba7dc9fa142f50c971aa2be354836635c954e650338c6d9
|
||||
SIZE (core-dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5_GL0.tar.gz) = 409673
|
||||
TIMESTAMP = 1774915221
|
||||
SHA256 (core-dune-istl-2e4db0b47b7adae3b824d36709b947b867e730a6_GL0.tar.gz) = a3fe9b2d7e69672cd97a2f1000f7a2be491cce1fb58fdb89ddde9e96c9821b98
|
||||
SIZE (core-dune-istl-2e4db0b47b7adae3b824d36709b947b867e730a6_GL0.tar.gz) = 438743
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
--- CMakeLists.txt.orig 2021-08-31 13:58:37 UTC
|
||||
--- CMakeLists.txt.orig 2024-01-01 00:00:00 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -25,7 +25,9 @@ dune_project()
|
||||
|
||||
@@ -43,7 +43,9 @@ dune_default_include_directories(duneistl INTERFACE)
|
||||
add_subdirectory(cmake/modules)
|
||||
add_subdirectory(dune)
|
||||
+if (FREEBSD_INSTALL_DOCS)
|
||||
add_subdirectory(doc)
|
||||
+endif()
|
||||
|
||||
# if Python bindings are enabled, include necessary sub directories.
|
||||
if( DUNE_ENABLE_PYTHONBINDINGS )
|
||||
add_subdirectory(src)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
include/dune-istl-config.hh
|
||||
include/dune/istl/allocator.hh
|
||||
include/dune/istl/basearray.hh
|
||||
include/dune/istl/bccsmatrix.hh
|
||||
@@ -8,9 +9,9 @@ include/dune/istl/blocklevel.hh
|
||||
include/dune/istl/btdmatrix.hh
|
||||
include/dune/istl/bvector.hh
|
||||
include/dune/istl/cholmod.hh
|
||||
include/dune/istl/colcompmatrix.hh
|
||||
include/dune/istl/common/counter.hh
|
||||
include/dune/istl/common/registry.hh
|
||||
include/dune/istl/dilu.hh
|
||||
include/dune/istl/eigenvalue/arpackpp.hh
|
||||
include/dune/istl/eigenvalue/poweriteration.hh
|
||||
include/dune/istl/foreach.hh
|
||||
@@ -79,6 +80,8 @@ include/dune/istl/umfpack.hh
|
||||
include/dune/istl/vbvector.hh
|
||||
lib/cmake/dune-istl/dune-istl-config-version.cmake
|
||||
lib/cmake/dune-istl/dune-istl-config.cmake
|
||||
lib/cmake/dune-istl/dune-istl-scoped-targets-%%DUNE_ISTL_CMAKE_HASH%%.cmake
|
||||
lib/cmake/dune-istl/dune-istl-targets.cmake
|
||||
lib/dunecontrol/dune-istl/dune.module
|
||||
libdata/pkgconfig/dune-istl.pc
|
||||
%%DATADIR%%/config.h.cmake
|
||||
|
||||
Reference in New Issue
Block a user