Skip to content

Commit

Permalink
hide the SNOPT file that prevents compilation (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
wright authored Apr 27, 2020
1 parent 5a5661f commit 8132a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_pyoptsparse_ipopt.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ build_pyoptsparse() {

if [ $INCLUDE_SNOPT = 1 ]; then
cp -a "${SNOPT_DIR}/." ./pyoptsparse/pyoptsparse/pySNOPT/source/.
mv pyoptsparse/pyoptsparse/pySNOPT/source/snopth.f pyoptsparse/pyoptsparse/pySNOPT/source/snopth.f.bak
fi

if [ $BUILD_PYOPTSPARSE = 1 ]; then
Expand Down

0 comments on commit 8132a60

Please sign in to comment.