File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 110110SKIP_PKGS=' ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Metis ThirdParty/Mumps'
111111bash coinbrew fetch Clp --no-prompt --skip " $SKIP_PKGS "
112112bash coinbrew fetch Cbc --no-prompt --skip " $SKIP_PKGS "
113+ SKIP_PKGS=' ThirdParty/Lapack ThirdParty/Blas ThirdParty/Glpk ThirdParty/Mumps'
113114SKIP_PKGS=" $SKIP_PKGS Cbc Clp Cgl Osi"
114115bash coinbrew fetch Bonmin --no-prompt --skip " $SKIP_PKGS "
115116bash coinbrew fetch Couenne --no-prompt --skip " $SKIP_PKGS "
@@ -173,6 +174,16 @@ make $PARALLEL
173174make install
174175cd $IDAES_EXT /coinbrew
175176
177+ echo " #########################################################################"
178+ echo " # Thirdparty/Metis #"
179+ echo " #########################################################################"
180+ cd ThirdParty/Metis
181+ ./configure --disable-shared --enable-static --prefix=$IDAES_EXT /coinbrew/dist \
182+ --prefix=$IDAES_EXT /coinbrew/dist FFLAGS=" -fPIC" CFLAGS=" -fPIC" CXXFLAGS=" -fPIC"
183+ make $PARALLEL
184+ make install
185+ cd $IDAES_EXT /coinbrew
186+
176187echo " #########################################################################"
177188echo " # Thirdparty/HSL #"
178189echo " #########################################################################"
You can’t perform that action at this time.
0 commit comments