ipopt: fix build with Linux clang (#3995)

This commit is contained in:
futuretristan 2017-04-26 10:42:48 +02:00 committed by Todd Gamblin
parent eaa50d3b7c
commit 3b32e008ec

View File

@ -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,