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

Commit 7724ddf

Browse files
committed
Augmenting
1 parent e601685 commit 7724ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux_install_scripts/gams.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +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}"
10+
ENV LD_LIBRARY_PATH="${PREFIX}/GAMS_${GAMS_VERSION}/${GAMS_DIR}:${LD_LIBRARY_PATH}"
1111
# Note that removing GMSPython causes newer versions (certainly 29.1.0)
1212
# to fail to run
1313
RUN mkdir ${PREFIX}/GAMS_${GAMS_VERSION} && \

0 commit comments

Comments
 (0)