ipopt-sys 0.3.1

Raw unsafe Rust bindings to the Ipopt non-linear optimization library.
docs.rs failed to build ipopt-sys-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ipopt-sys-0.4.0

ipopt-sys

This package provides unsafe Rust bindings to the Ipopt non-linear optimization library.

This build script builds Ipopt from source. This means you need a BLAS library, a fortran compiler and a linear solver installed on your system. MKL is supported and tested on macOS.

In addition you will need libclang.

It has currently only been tested on macOS.