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

BuildTools based buildsystem #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

svigerske
Copy link
Member

This replaces the CSDP Makefile by an autotools-based buildsystem (see also https://coin-or-tools.github.io/BuildTools/).

I seem to have done this after the COIN-OR workshop in Minneapolis in 2018, but looks like it got forgotten after that.
Probably I should have created a pull request already a while ago.

- based on COIN-OR BuildTools/trun
- build library and executables, run test, install executables
- renamed some C macros
@brianborchers
Copy link
Contributor

brianborchers commented Aug 12, 2022 via email

@svigerske
Copy link
Member Author

The buildsystem just tries a few common candidates, which are essentially MKL and -llapack -lblas.
With some Linux distributions, one gets OpenBLAS from the latter.

But eventually it is up to the user to provide a decent BLAS. Flag --with-lapack can be used to specify this (there is no check for BLAS alone anymore).

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

Successfully merging this pull request may close these issues.

2 participants