ipopt: fix build with Linux clang (#3995)
This commit is contained in:
parent
eaa50d3b7c
commit
3b32e008ec
@ -61,6 +61,7 @@ def install(self, spec, prefix):
|
||||
"--with-mumps-incdir=%s" % mumps_dir.include,
|
||||
"--with-mumps-lib=%s" % mumps_libcmd,
|
||||
"--enable-shared",
|
||||
"coin_skip_warn_cxxflags=yes",
|
||||
"--with-blas-incdir=%s" % blas_dir.include,
|
||||
"--with-blas-lib=%s" % blas_lib,
|
||||
"--with-lapack-incdir=%s" % lapack_dir.include,
|
||||
|
Loading…
Reference in New Issue
Block a user