Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 079b64c

Browse files
authored
Merge pull request #13 from Pyomo/fix_gams_env
Adding LD_LIBRARY_PATH to GAMS installer bash script
2 parents 84ca714 + 7724ddf commit 079b64c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux_install_scripts/gams.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ARG TARGET="linux_x64_64_sfx.exe"
77
ARG GAMS_DIR="gams29.1_linux_x64_64_sfx"
88
ENV GAMS_VERSION="29.1.0"
99
ENV PATH="${PREFIX}/GAMS_${GAMS_VERSION}/${GAMS_DIR}:${PATH}"
10+
ENV LD_LIBRARY_PATH="${PREFIX}/GAMS_${GAMS_VERSION}/${GAMS_DIR}:${LD_LIBRARY_PATH}"
1011
# Note that removing GMSPython causes newer versions (certainly 29.1.0)
1112
# to fail to run
1213
RUN mkdir ${PREFIX}/GAMS_${GAMS_VERSION} && \

0 commit comments

Comments
 (0)