[med-svn] [Git][med-team/beast2-mcmc][master] include /usr/lib/x86_64-linux-gnu in java.library.path
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Oct 21 17:08:09 BST 2022
Andreas Tille pushed to branch master at Debian Med / beast2-mcmc
Commits:
5913ed28 by Kieran Elmes at 2022-10-14T15:47:06+13:00
include /usr/lib/x86_64-linux-gnu in java.library.path
- - - - -
1 changed file:
- debian/bin/beast2-mcmc
Changes:
=====================================
debian/bin/beast2-mcmc
=====================================
@@ -29,7 +29,9 @@ fi
BEAST_LIB="/usr/share/beast2-mcmc"
+EXTRA_LIBS="/usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH)"
+COMBINED_LIB="$BEAST_LIB:$EXTRA_LIBS"
DEBJAR="/usr/share/java"
-java -Xms64m -Xmx${MAXMEM}m -Djava.library.path="$BEAST_LIB" \
+java -Xms64m -Xmx${MAXMEM}m -Djava.library.path="$COMBINED_LIB" \
-classpath "${CLASSPATH}:${DEBJAR}/jebl.jar:${DEBJAR}/jam.jar:${DEBJAR}/jdom1.jar:${DEBJAR}/colt.jar:${BEAST_LIB}/beast.jar:$BEAST_LIB/launcher.jar" \
beast.app.beastapp.BeastLauncher $*
View it on GitLab: https://salsa.debian.org/med-team/beast2-mcmc/-/commit/5913ed2805d300dceaa7d9806706d220ac56206d
--
View it on GitLab: https://salsa.debian.org/med-team/beast2-mcmc/-/commit/5913ed2805d300dceaa7d9806706d220ac56206d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221021/d0c0d8af/attachment.htm>
More information about the debian-med-commit
mailing list