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

[11.0.X] Use OpenBlas instead of GSL Blas implementation #5549

Merged
merged 4 commits into from
Feb 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cmssw-tool-conf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Requires: cascade-toolfile
Requires: yoda-toolfile
Requires: fftw3-toolfile
Requires: fftjet-toolfile
Requires: lapack-toolfile
Requires: pyminuit2-toolfile
Requires: professor-toolfile
Requires: professor2-toolfile
Expand Down
6 changes: 6 additions & 0 deletions gsl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,11 @@ rm -f %{i}/lib/*.la
# Look up documentation online.
%define drop_files %{i}/share

#Move away gslcblas library to make sure that one one links against it.
#We want to use the OpenBlas implementation
#https://github.com/cms-sw/cmsdist/issues/5528
mkdir %i/cblas
mv %i/lib/libgslcblas* %i/cblas/

%post
%{relocateConfig}bin/gsl-config
19 changes: 0 additions & 19 deletions lapack-toolfile.spec

This file was deleted.

22 changes: 0 additions & 22 deletions lapack.spec

This file was deleted.

27 changes: 0 additions & 27 deletions photospline-toolfile.spec

This file was deleted.

25 changes: 0 additions & 25 deletions photospline.spec

This file was deleted.

2 changes: 2 additions & 0 deletions root.spec
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ cmake ../%{n}-%{realversion} \
-Dbuiltin_xxhash=ON \
-Darrow=OFF \
-DGSL_ROOT_DIR="${GSL_ROOT}" \
-DGSL_CBLAS_LIBRARY="${OPENBLAS_ROOT}/lib/libopenblas.%{soext}" \
-DGSL_CBLAS_LIBRARY_DEBUG="${OPENBLAS_ROOT}/lib/libopenblas.%{soext}" \
-DCMAKE_CXX_STANDARD=17 \
-Dssl=ON \
-DOPENSSL_ROOT_DIR="${OPENSSL_ROOT}" \
Expand Down
13 changes: 0 additions & 13 deletions suitesparse.spec

This file was deleted.