Replies: 1 comment 1 reply
-
|
Not so far. It's somewhat following https://coin-or.github.io/Ipopt/INSTALL.html#SYSTEMPACKAGES_MSYS for the setup and doing source /etc/config.site
enable_relocatable=yes
enable_msvc=yes
with_metis_lflags="/path/to/metis.lib"
with_metis_cflags="-I/path/to/metis/include/"
MKLDIR=/path/to/mkl-static
with_lapack="$MKLDIR/mkl_core.lib $MKLDIR/mkl_intel_lp64.lib $MKLDIR/mkl_intel_thread.lib libiomp5md.lib"
case $PWD in
*ThirdParty-ASL* ) enable_shared=no
;;
esac |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to replicate the official binary release on my Windows machine. Is there any reproducible build script?
Beta Was this translation helpful? Give feedback.
All reactions