Skip to content

Commit

Permalink
Merge pull request #128 from ProvideQ/chore/update-gams
Browse files Browse the repository at this point in the history
feat: Update to new gams library
  • Loading branch information
koalamitice authored Feb 3, 2025
2 parents 8330ae3 + 6ba9f31 commit 77c5d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-gams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ conda create --name gams python=3.10 --yes
source /opt/conda/bin/activate gams

# install GAMS links for python
pip install gams[core,connect] --find-links /opt/gams/gams${GAMS_VERSION_RELEASE_MAJOR}_linux_x64_64_sfx/api/python/bdist
pip install gamsapi[core,connect] --find-links /opt/gams/gams${GAMS_VERSION_RELEASE_MAJOR}_linux_x64_64_sfx/api/python/bdist

# make GAMS use our python version
echo "export GMSPYTHONLIB=/opt/conda/envs/gams/lib/libpython3.10.so" >> ~/.bashrc

0 comments on commit 77c5d8a

Please sign in to comment.