Skip to content

BuildTools based buildsystem#18

Open
svigerske wants to merge 2 commits into
coin-or:masterfrom
svigerske:autotools
Open

BuildTools based buildsystem#18
svigerske wants to merge 2 commits into
coin-or:masterfrom
svigerske:autotools

Conversation

@svigerske

Copy link
Copy Markdown
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

brianborchers commented Aug 12, 2022 via email

Copy link
Copy Markdown
Contributor

@svigerske

Copy link
Copy Markdown
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