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

Update OpenBLAS include dir seach paths for static library #1533

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

s-trinh
Copy link
Contributor

@s-trinh s-trinh commented Jan 3, 2025

When using make -j$(nproc) install PREFIX=$(pwd)/install:

  • static and shared libraries are created: libopenblas.a and libopenblas.so
  • install/include contains
cblas.h  f77blas.h  lapacke_config.h  lapacke.h  lapacke_mangling.h  lapacke_utils.h  lapack.h  openblas_config.h

When using ccmake instead, the openblas folder is created and only in static build libopenblas.a:

  • install/include/openblas
cblas.h  lapacke_config.h  lapacke_example_aux.h  lapacke.h  lapacke_mangling.h  lapacke_utils.h  lapack.h  openblas_config.h

Copy link

codecov bot commented Jan 4, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 54.01%. Comparing base (c5a1d37) to head (ef5fc77).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
modules/tracker/mbt/src/vpMbGenericTracker.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1533      +/-   ##
==========================================
- Coverage   54.01%   54.01%   -0.01%     
==========================================
  Files         441      441              
  Lines       53858    53859       +1     
==========================================
- Hits        29093    29092       -1     
- Misses      24765    24767       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fspindle
Copy link
Contributor

fspindle commented Jan 4, 2025

@s-trinh Thanks

@fspindle fspindle merged commit b38f92e into lagadic:master Jan 4, 2025
78 checks passed
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