summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorFlorian Franzmann2021-06-05 23:21:10 +0200
committerFlorian Franzmann2021-06-12 15:00:18 +0200
commit246446b06db6ca0a19d120a2a6626364b2c1fc46 (patch)
treef686dcad7549c648838e593fb911765ce5e494fc /science
parentc9f10fdc59e4142fc78954a4931efb7a1763ac6e (diff)
science/netgen: version 6.2.2103
Diffstat (limited to 'science')
-rwxr-xr-xscience/netgen/DEPENDS14
-rwxr-xr-xscience/netgen/DETAILS4
-rw-r--r--science/netgen/HISTORY3
3 files changed, 17 insertions, 4 deletions
diff --git a/science/netgen/DEPENDS b/science/netgen/DEPENDS
index 4d14434a98..72d4a5bdce 100755
--- a/science/netgen/DEPENDS
+++ b/science/netgen/DEPENDS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends -sub CXX gcc &&
-depends tcl &&
+depends tcl "-DUSE_INTERNAL_TCL=OFF" &&
depends tk &&
depends zlib &&
@@ -26,7 +26,7 @@ optional_depends openmpi \
"use OpenMPI for parallel execution" &&
if is_depends_enabled $SPELL openmpi; then
- depends metis "--with-metis=${TRACK_ROOT}/usr"
+ depends metis "-DMETIS_DIR=${TRACK_ROOT}/usr"
fi &&
optional_depends JPEG \
@@ -34,6 +34,16 @@ optional_depends JPEG \
"-DUSE_JPEG=OFF" \
"allow for snapshots using some jpeg library" &&
+optional_depends python3 \
+ "-DUSE_PYTHON=ON" \
+ "-DUSE_PYTHON=OFF" \
+ "for the python interface" &&
+
+optional_depends spdlog \
+ "-DUSE_SPDLOG=ON" \
+ "-DUSE_SPDLOG=OFF" \
+ "use spdlog for logging?" &&
+
optional_depends LIBAVCODEC \
"-DUSE_MPEG=ON" \
"-DUSE_MPEG=OFF" \
diff --git a/science/netgen/DETAILS b/science/netgen/DETAILS
index 537286e60f..dc12f97913 100755
--- a/science/netgen/DETAILS
+++ b/science/netgen/DETAILS
@@ -1,9 +1,9 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=netgen
- VERSION=6.2.2102
+ VERSION=6.2.2103
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://github.com/NGSolve/netgen/archive/v${VERSION}.tar.gz
- SOURCE_HASH=sha512:2a094bab54c6ca7c3495c501a97a5647a37776d81b6aa962fb0ec0ecd7b54ac55f0670f4fa6ee43e2fabda407f8f4c662e33fa060a2518d3a28ae0b561c4af5d
+ SOURCE_HASH=sha512:001045fd21381a633aff89793e7a76f7e396406d3be9eea8e51075852a1ac18ea2205c5fadfdb71b0f4cf5d0dd738dc904de16fbed29d4a5ee2eeb0cad348026
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://ngsolve.org/"
LICENSE[0]=GPL
diff --git a/science/netgen/HISTORY b/science/netgen/HISTORY
index 27fc5235ed..9b767cbfe1 100644
--- a/science/netgen/HISTORY
+++ b/science/netgen/HISTORY
@@ -1,3 +1,6 @@
+2021-06-05 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS, DEPENDS: version 6.2.2103
+
2021-04-04 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 6.2.2102