3
0
Fork 0
forked from mirrors/nixpkgs

ipopt: build with AMPL by default on darwin

This commit is contained in:
Grace Dinh 2022-08-23 15:19:22 -07:00
parent e3b3156995
commit a4f0975a2c

View file

@ -5,7 +5,7 @@
, blas , blas
, lapack , lapack
, gfortran , gfortran
, enableAMPL ? stdenv.isLinux, libamplsolver , enableAMPL ? true, libamplsolver
}: }:
assert (!blas.isILP64) && (!lapack.isILP64); assert (!blas.isILP64) && (!lapack.isILP64);