IDAES / idaes-ext

IDAES developer repo for those building the idaes binary solvers and related tools.
Other
9 stars 11 forks source link

Manylinux conformant build #83

Closed eslickj closed 2 years ago

eslickj commented 3 years ago

Add a Linux build that conforms to manylinux standards https://github.com/pypa/manylinux. This can probably replace our multiple Linux builds, or at the very least provide a default Linux build that is likely to work for most people.

So far as I know, what we need to do is statically link the Fortran library and figure out the best way to handle BLAS and LAPACK (currently using the system shared libraries).

eslickj commented 2 years ago

I think due to the Fortran and Blas/Lapack dependencies, this may be difficult.