From b9c3d3ea1dd78ebd78b76438717eb5eb3a2a5c78 Mon Sep 17 00:00:00 2001 From: James Edmondson Date: Thu, 12 Jul 2018 01:32:35 -0400 Subject: [PATCH] * Fixed issue with deb_installer_ia64 and ld loading --- installer/debian/deb_installer_ia64.sh | 2 +- port/java/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/debian/deb_installer_ia64.sh b/installer/debian/deb_installer_ia64.sh index e49c947df..8ef0170b6 100755 --- a/installer/debian/deb_installer_ia64.sh +++ b/installer/debian/deb_installer_ia64.sh @@ -144,7 +144,7 @@ mkdir -p $ROOT_DIR/doc/gams # we want to add the new LD_LIBRARY_PATH echo "Updating ld.so.conf.d" mkdir -p etc/ld.so.conf.d -echo $ROOT_DIR/lib >> etc/ld.so.conf.d/gams.conf +echo /$ROOT_DIR/lib >> etc/ld.so.conf.d/gams.conf # copy the GAMS source includes into the appropriate directory echo "Copying GAMS and EIGEN source trees for developers" diff --git a/port/java/pom.xml b/port/java/pom.xml index 7873a06e9..185b7fc70 100644 --- a/port/java/pom.xml +++ b/port/java/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ai.gams gams - 1.2.1 + 1.2.2 Provides standardized algorithm and platform interfaces for multi-agent robotic systems. Group Autonomy for Mobile Systems http://gams.ai