We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7ad8 commit 7c56e29Copy full SHA for 7c56e29
scripts/compile_solvers.sh
@@ -189,7 +189,6 @@ echo "#########################################################################"
189
if [ $build_hsl = "YES" ]; then
190
cd ThirdParty/HSL
191
./configure --disable-shared --enable-static --with-metis \
192
- --with-metis-lflags="-L/usr/lib64 -lmetis" --with-metis-cflags="-I/usr/include" \
193
--prefix=$IDAES_EXT/coinbrew/dist FFLAGS="-fPIC" CFLAGS="-fPIC" CXXFLAGS="-fPIC"
194
make $PARALLEL
195
make install
0 commit comments