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

Other adjustments to make setup.py work #51

Open
MatteoBurbu opened this issue May 20, 2020 · 0 comments
Open

Other adjustments to make setup.py work #51

MatteoBurbu opened this issue May 20, 2020 · 0 comments

Comments

@MatteoBurbu
Copy link

Other changes (probably lines 50 to 60) you may have to do consist in removing the coin prefix (e.g. 'coinlapack' -> 'lapack')
Another change is in IPOPT_INC = os.path.join(IPOPT_DIR, 'include/coin/').
You might have to to change it in IPOPT_INC = os.path.join(IPOPT_DIR, 'include/coin-or/')

@MatteoBurbu MatteoBurbu changed the title Other adjustment to make setup.py works Other adjustments to make setup.py work May 20, 2020
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

1 participant