1 |
< |
### RPM external geant4 8.3.p01-CMS10 |
1 |
> |
### RPM external geant4 8.3.p01-CMS18 |
2 |
|
%define downloadv %(echo %v | cut -d- -f1) |
3 |
|
## INITENV SET G4NDL_PATH %i/data/G4NDL%{g4NDLVersion} |
4 |
|
## INITENV SET G4EMLOW_PATH %i/data/G4EMLOW%{g4EMLOWVersion} |
94 |
|
mkdir -p %i/etc |
95 |
|
cp G4BuildConf.sh %i/etc |
96 |
|
mv %i/lib/$(uname)-g++/*.$so %i/lib |
97 |
< |
mv %i/lib/$(uname)-g++/libname.map %i/lib |
97 |
> |
# The following file does not appear to exist after this spec file was |
98 |
> |
# switched # to use the subsystem libraries instead of the individual ones, |
99 |
> |
# so comment # it for now |
100 |
> |
#mv %i/lib/$(uname)-g++/libname.map %i/lib |
101 |
|
rm -rf %i/lib/$(uname)-g++ |
102 |
|
# Build already installed into prefix |
103 |
|
mkdir -p %i/data |