File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,16 @@ rm -rf ThirdParty/SCIP
142142rm -rf ThirdParty/SoPlex
143143rm -rf ThirdParty/Glpk
144144
145+ echo " #########################################################################"
146+ echo " # Use novariadic metis 4.0.3 if available #"
147+ echo " #########################################################################"
145148if [ -f $IDAES_EXT /../metis-4.0-novariadic.tar.gz ]; then
149+ echo " Found metis-4.0-novariadic.tar.gz"
146150 rm -rf ./ThirdParty/Metis/metis-4.0/*
147151 cp $IDAES_EXT /../metis-4.0-novariadic.tar.gz ./ThirdParty/Metis/metis-4.0/
148152 cd ThirdParty/Metis/metis-4.0
149153 tar -zxvf metis-4.0-novariadic.tar.gz
150154 rm metis-4.0-novariadic.tar.gz
151- echo " #########################################################################"
152- echo " # Use novariadic metis 4.0.3 #"
153- echo " #########################################################################"
154155 make $PARALLEL
155156 cd $IDAES_EXT /coinbrew
156157fi
@@ -165,6 +166,7 @@ echo "# Get coinhsl.zip if available #"
165166echo " #########################################################################"
166167# If we have the HSL stuff copy and extract it in the right place
167168if [ -f $IDAES_EXT /../coinhsl.zip ]; then
169+ echo " Found coinhsl.zip"
168170 # if the HSL source zip is in place...
169171 mkdir ThirdParty/HSL/coinhsl
170172 cp $IDAES_EXT /../coinhsl.zip ThirdParty/HSL/coinhsl/
You can’t perform that action at this time.
0 commit comments