ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/root.spec
(Generate patch)

Comparing COMP/CMSDIST/root.spec (file contents):
Revision 1.1 by eulisse, Tue Feb 21 08:09:59 2006 UTC vs.
Revision 1.4 by eulisse, Thu Apr 6 22:46:49 2006 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.08.00
1 > ### RPM lcg root 5.10.00b
2   # Source: cvs://:pserver:cvs@root.cern.ch:2401/user/cvs?passwd=Ah<Z&tag=-rv%(echo %v | tr . -)&module=root&output=/%{n}_v%{v}.source.tar.gz
3   Source: ftp://root.cern.ch/%n/%{n}_v%{v}.source.tar.gz
4 <
4 > Requires: gccxml python qt gsl
5 > Patch0: root
6   %prep
7   %setup -n root
8 + %patch0
9  
10   %build
11   mkdir -p %i
12   export ROOTSYS=%i
13 < case $(uname) in
14 <  Linux)
15 <    ./configure linux ;;
13 > CONFIG_ARGS="--enable-table
14 >             --with-gccxml=${GCCXML_ROOT}
15 >             --enable-python --with-python-libdir=${PYTHON_ROOT}/lib --with-python-incdir=${PYTHON_ROOT}/include
16 >             --enable-explicitlink
17 >             --enable-qt --with-qt-libdir=${QT_ROOT}/lib --with-qt-incdir=${QT_ROOT}/include
18 >             --enable-mathcore
19 >             --enable-reflex  
20 >             --enable-cintex
21 >             --enable-minuit2
22 >             --enable-roofit"
23 >
24 > case $(uname)-$(uname -m) in
25 >  Linux-x86_64)
26 >    ./configure linuxx8664gcc $CONFIG_ARGS;;
27 >  Linux*)
28 >    ./configure linux $CONFIG_ARGS;;
29    Darwin)
30 <    ./configure macosx ;;
30 >    ./configure macosx $CONFIG_ARGS;;
31   esac
32 < make
32 >
33 > make %makeprocesses
34  
35   %install
36   # Override installers if we are using GNU fileutils cp.  On OS X
# Line 29 | Line 45 | else
45   fi
46  
47   export ROOTSYS=%i
48 < make INSTALL="$cp" INSTALLDATA="$cp" install
48 > make INSTALL="$cp" INSTALLDATA="$cp" install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines