forked from mirrors/nixpkgs
ipopt: build with AMPL by default on darwin
This commit is contained in:
parent
e3b3156995
commit
a4f0975a2c
|
@ -5,7 +5,7 @@
|
|||
, blas
|
||||
, lapack
|
||||
, gfortran
|
||||
, enableAMPL ? stdenv.isLinux, libamplsolver
|
||||
, enableAMPL ? true, libamplsolver
|
||||
}:
|
||||
|
||||
assert (!blas.isILP64) && (!lapack.isILP64);
|
||||
|
|
Loading…
Reference in a new issue