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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit