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.5 by eulisse, Tue Apr 11 14:52:58 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines