Skip to content

Commit 2f261a9

Browse files
committed
Add missing fix to clhep
1 parent 42a9535 commit 2f261a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

clhep.spec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### RPM external clhep 2.4.7.2
22
## INCLUDE cpp-standard
3-
%define tag 61b2b231c7329f3b2cb388d0e08308085180bba9
3+
%define tag fa41009631cf8ec83eb4f2de65af461f5818a52f
44
%define branch cms/v%{realversion}
55
%define github_user cms-externals
66
Source: git+https://github.com/%github_user/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
@@ -28,9 +28,8 @@ ninja -v %{makeprocesses}
2828
cd ../build
2929
ninja %{makeprocesses} install
3030

31-
# TODO: geant4 configuration fails if we remove extra libraries
32-
#case $(uname) in Darwin ) so=dylib ;; * ) so=so ;; esac
33-
#rm -f %i/lib/libCLHEP-[A-Z]*-%realversion.$so
31+
case $(uname) in Darwin ) so=dylib ;; * ) so=so ;; esac
32+
rm -f %i/lib/libCLHEP-[A-Z]*-%realversion.$so
3433

3534
%post
3635
%{relocateConfig}bin/Evaluator-config

0 commit comments

Comments
 (0)