Skip to content

Commit

Permalink
* Fixed issue with deb_installer_ia64 and ld loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Jul 12, 2018
1 parent 8d985a2 commit b9c3d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/debian/deb_installer_ia64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion port/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ai.gams</groupId>
<artifactId>gams</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Provides standardized algorithm and platform interfaces for multi-agent robotic systems.</description>
<name>Group Autonomy for Mobile Systems</name>
<url>http://gams.ai</url>
Expand Down

0 comments on commit b9c3d3e

Please # to comment.