summaryrefslogtreecommitdiffstats
path: root/science/netgen/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'science/netgen/DEPENDS')
-rwxr-xr-xscience/netgen/DEPENDS14
1 files changed, 12 insertions, 2 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" \