# | Line 1 | Line 1 | |
---|---|---|
1 | < | ### RPM external geant4 9.1.p01 |
1 | > | ### RPM external geant4 9.1.p01-CMS1 |
2 | %define downloadv %(echo %v | cut -d- -f1) | |
3 | ||
4 | Requires: clhep | |
# | Line 87 | Line 87 | source G4BuildConf.sh | |
87 | mkdir -p %i | |
88 | tar -cf - config source | tar -C %i -xf - | |
89 | ||
90 | < | make %makeprocesses -C $G4BASE global |
91 | < | make %makeprocesses -C $G4BASE includes |
90 | > | make -C $G4BASE global |
91 | > | make -C $G4BASE includes |
92 | ||
93 | %install | |
94 | case $(uname) in Darwin ) so=dylib ;; * ) so=so ;; esac |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |