ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/jimmy.spec
Revision: 1.14
Committed: Tue Aug 10 15:22:05 2010 UTC (14 years, 8 months ago) by muzaffar
Branch: MAIN
CVS Tags: pe20100830a-for39Xrb, pe20100829a-for39Xrb, pe20100827a-for39Xrb, sm100826a, pe20100826a-for39Xrb, pe20100825b-for39Xrb, pe20100825a-for39Xrb, pe20100824c-for39Xrb, pe20100824b-for39Xrb, sm100824a, pe20100824a-for39Xrb, sm100811b, sm100811a, sm20100810a
Changes since 1.13: +0 -17 lines
Log Message:
cleanup for toolfiles which are now in separate spec files to avoid re-build of the external in case tool definition needs update

File Contents

# User Rev Content
1 elmer 1.10 ### RPM external jimmy 4.2
2 elmer 1.13 ## BUILDIF case $(uname):$(uname -m) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;; Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) false ;; esac
3 andreasp 1.11
4 dlange 1.2 Requires: herwig
5 dlange 1.1 Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
6 elmer 1.6 Patch: jimmy-4.2-gfortran
7    
8 dlange 1.1 %prep
9 muzaffar 1.5 %setup -q -n %{n}/%{realversion}
10 elmer 1.10 case %gccver in
11     4.*)
12 elmer 1.6 %patch -p0
13 elmer 1.10 ;;
14     esac
15 dlange 1.1
16     %build
17 andreasp 1.11 ./configure --with-herwig=$HERWIG_ROOT
18 dlange 1.1 make
19    
20     %install
21     tar -c lib include | tar -x -C %i