aboutsummaryrefslogtreecommitdiff
path: root/academic/getdp/getdp.SlackBuild
diff options
context:
space:
mode:
authorFellype do Nascimento <fellype (at) gmail (dot) com>2022-04-29 16:05:42 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:58 +0700
commitbfd4c97ea9a98950b2578ea0a47327f7174c9e53 (patch)
tree7d38ee93355ef9c057d8315202d5b37672ea2cd7 /academic/getdp/getdp.SlackBuild
parentb52a56d4e0b0e37b1e01f49ac7afa691165c1718 (diff)
academic/getdp: Update README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/getdp/getdp.SlackBuild')
-rw-r--r--academic/getdp/getdp.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/academic/getdp/getdp.SlackBuild b/academic/getdp/getdp.SlackBuild
index 861e21effd2f0..0763576717243 100644
--- a/academic/getdp/getdp.SlackBuild
+++ b/academic/getdp/getdp.SlackBuild
@@ -87,13 +87,14 @@ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DENABLE_BUILD_SHARED=ON \
+ -DENABLE_GMSH=ON \
-DENABLE_PETSC=OFF \
-DENABLE_SLEPC=OFF \
..
-# only demos/ and templates/ folders will be leaved in the /usr/share/getdp dir
+# only demos/ and templates/ folders will be left in the /usr/share/getdp dir
make
-make install DESTDIR=$PKG
+make -j1 install DESTDIR=$PKG
cd -
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \