File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ if [ -f $IDAES_EXT/../coinhsl.tar.gz ]; then
160160 mkdir -p ThirdParty/HSL/
161161 cp $IDAES_EXT /../coinhsl.tar.gz ThirdParty/HSL/
162162 cd ThirdParty/HSL/
163- tar --ignore-zeros - xvf coinhsl.tar.gz
163+ tar -xvf coinhsl.tar.gz
164164 cd $IDAES_EXT /coinbrew
165165fi
166166
@@ -173,6 +173,16 @@ make $PARALLEL
173173make install
174174cd $IDAES_EXT /coinbrew
175175
176+ echo " #########################################################################"
177+ echo " # Thirdparty/Metis #"
178+ echo " #########################################################################"
179+ cd ThirdParty/Metis
180+ ./configure --disable-shared --enable-static --prefix=$IDAES_EXT /coinbrew/dist \
181+ --prefix=$IDAES_EXT /coinbrew/dist FFLAGS=" -fPIC" CFLAGS=" -fPIC" CXXFLAGS=" -fPIC"
182+ make $PARALLEL
183+ make install
184+ cd $IDAES_EXT /coinbrew
185+
176186echo " #########################################################################"
177187echo " # Thirdparty/HSL #"
178188echo " #########################################################################"
You can’t perform that action at this time.
0 commit comments