Skip to content

Commit 7c56e29

Browse files
authored
Metis flags
1 parent 2ab7ad8 commit 7c56e29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/compile_solvers.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ echo "#########################################################################"
189189
if [ $build_hsl = "YES" ]; then
190190
cd ThirdParty/HSL
191191
./configure --disable-shared --enable-static --with-metis \
192-
--with-metis-lflags="-L/usr/lib64 -lmetis" --with-metis-cflags="-I/usr/include" \
193192
--prefix=$IDAES_EXT/coinbrew/dist FFLAGS="-fPIC" CFLAGS="-fPIC" CXXFLAGS="-fPIC"
194193
make $PARALLEL
195194
make install

0 commit comments

Comments
 (0)