BuildTools based buildsystem#18
Open
svigerske wants to merge 2 commits into
Open
Conversation
- based on COIN-OR BuildTools/trun - build library and executables, run test, install executables - renamed some C macros
Contributor
|
Stefan; Thanks for working on this. I'll take a look.
One important issue is that you need a good multithreaded BLAS with OpenMP
support. (e.g. OpenBLAS or MKL.)
…On Fri, Aug 12, 2022 at 9:03 AM Stefan Vigerske ***@***.***> wrote:
Assigned #18 <#18> to @brianborchers
<https://github.com/brianborchers>.
—
Reply to this email directly, view it on GitHub
<#18 (comment)>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWWBEURM66JMNSLN2FS55DVYZRT7ANCNFSM56L7C5YQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
--
Brian Borchers ***@***.***
Department of Mathematics http://euler.nmt.edu/~brian/
New Mexico Tech Phone: (575) 322-2592
Socorro, NM 87801 FAX: (575) 835-5366
|
Member
Author
|
The buildsystem just tries a few common candidates, which are essentially MKL and But eventually it is up to the user to provide a decent BLAS. Flag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.