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

Fix SuiteSparse Makefiles for compiler-paths #2003

Merged
merged 1 commit into from
Feb 20, 2023
Merged

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Feb 20, 2023

Fix SuiteSparse Makefiles for compiler-paths containing blanks, parentheses, ... which is the case for default MSVC installations.

find ThirdParty/SuiteSparse/ -name Makefile -exec sed -ri 's/([ \t])(\$\(CC\)) /\1"\2" /' {} \;

Fix SuiteSparse Makefiles for compiler-paths containing blanks, parentheses, ... which is the case for default MSVC installations.

`find ThirdParty/SuiteSparse/ -name Makefile -exec sed -ri 's/([ \t])(\$\(CC\)) /\1"\2" /' {} \;`
@dweindl dweindl requested a review from a team as a code owner February 20, 2023 10:31
@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Merging #2003 (0e67682) into develop (b4ae6aa) will increase coverage by 0.06%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2003      +/-   ##
===========================================
+ Coverage    75.95%   76.01%   +0.06%     
===========================================
  Files           76       76              
  Lines        13005    13005              
===========================================
+ Hits          9878     9886       +8     
+ Misses        3127     3119       -8     
Flag Coverage Δ
cpp 73.13% <ø> (+0.09%) ⬆️
petab 60.03% <ø> (ø)
python 68.86% <ø> (ø)
sbmlsuite ?

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

Impacted Files Coverage Δ
src/exception.cpp 74.28% <0.00%> (ø)
src/solver_cvodes.cpp 70.06% <0.00%> (ø)
src/model.cpp 78.49% <0.00%> (+0.06%) ⬆️
src/sundials_matrix_wrapper.cpp 81.02% <0.00%> (+0.40%) ⬆️
src/amici.cpp 76.00% <0.00%> (+4.00%) ⬆️

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dweindl dweindl merged commit 83cecae into develop Feb 20, 2023
@dweindl dweindl deleted the fix_ss_blanks branch February 20, 2023 12:24
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