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

CMake: Try FindBLAS if no other information was provided #2104

Merged
merged 1 commit into from
May 23, 2023
Merged

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented May 23, 2023

Let CMake's FindBLAS try to find BLAS libraries in case the user didn't provide any other information via environment variables.

Relates to #2103

Let CMake's FindBLAS try to find BLAS libraries in case the user didn't provide any other information via environment variables.

Relates to #2103
@dweindl dweindl mentioned this pull request May 23, 2023
@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Merging #2104 (d28685d) into develop (4d767e7) will decrease coverage by 0.07%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2104      +/-   ##
===========================================
- Coverage    76.54%   76.48%   -0.07%     
===========================================
  Files           81       81              
  Lines        14850    14850              
===========================================
- Hits         11367    11358       -9     
- Misses        3483     3492       +9     
Flag Coverage Δ
cpp 73.49% <ø> (-0.10%) ⬇️
petab 54.40% <ø> (ø)
python 76.82% <ø> (ø)
sbmlsuite ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 4 files with indirect coverage changes

@dweindl dweindl marked this pull request as ready for review May 23, 2023 08:27
@dweindl dweindl requested a review from a team as a code owner May 23, 2023 08:27
@dweindl dweindl self-assigned this May 23, 2023
@dweindl dweindl added this pull request to the merge queue May 23, 2023
Merged via the queue into develop with commit 451440c May 23, 2023
@dweindl dweindl deleted the find_blas branch May 23, 2023 16:19
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