File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
66Source: 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}
2828cd ../build
2929ninja %{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
You can’t perform that action at this time.
0 commit comments