Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Problems #52

Open
Stampede00 opened this issue Sep 8, 2024 · 2 comments
Open

Installation Problems #52

Stampede00 opened this issue Sep 8, 2024 · 2 comments

Comments

@Stampede00
Copy link

Hello!
I need the bonmin solver for optimization problems in Python. I am newbee in GNU Autotools. I have installed all the necessary environment and the build via GNU Autotools does not return errors. But I cannot find the bin folder where the .exe itself is located in order to register it in &PATH and use the solver in Python.
What do I need to do?
image

./configure --prefix=D:/Software/Bonmin/bin did not help.
Used msys2 mingw64 for installation

@svigerske
Copy link
Member

The executable is only built if an installation of coin-or-tools/ThirdParty-ASL has been found, since the executable is used to process AMPL .nl files.

@tkralphs
Copy link
Member

tkralphs commented Sep 9, 2024

Are you using coinbrew? Sorry, the README has not been updated, but if you're not already using it, you can follow the installation instructions here: https://coin-or.github.io/user_introduction.html. It should pull in ASL and build the executable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants