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.5 by eulisse, Tue Apr 11 14:52:58 2006 UTC vs.
Revision 1.11 by elmer, Tue May 30 16:57:46 2006 UTC

# Line 1 | Line 1
1 < ### RPM lcg root 5.10.00b
1 > ### RPM lcg root 5.10.00c
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 < Requires: gccxml python qt gsl
5 > Requires: gccxml python qt gsl rfio openssl
6   Patch0: root
7   %prep
8   %setup -n root
# Line 20 | Line 20 | CONFIG_ARGS="--enable-table
20               --enable-reflex  
21               --enable-cintex
22               --enable-minuit2
23 <             --enable-roofit"
23 >             --enable-roofit
24 >             --disable-ldap
25 >             --disable-krb5
26 >             --with-ssl-incdir=${OPENSSL_ROOT}/include
27 >             --with-ssl-libdir=${OPENSSL_ROOT}/lib
28 >             --with-shift-incdir=${RFIO_ROOT}/include
29 >             --with-shift-libdir=${RFIO_ROOT}/lib
30 >             --disable-pgsql
31 >             --disable-xml"
32  
33   case $(uname)-$(uname -m) in
34    Linux-x86_64)
35      ./configure linuxx8664gcc $CONFIG_ARGS;;
36    Linux*)
37      ./configure linux $CONFIG_ARGS;;
38 <  Darwin)
38 >  Darwin*)
39      ./configure macosx $CONFIG_ARGS;;
40   esac
41  
# Line 45 | Line 53 | else
53    cp="cp -pPR"
54   fi
55  
56 < export ROOTSYS=%i
56 > export ROOTSYS=%i/root
57   make INSTALL="$cp" INSTALLDATA="$cp" install
58 < mkdir -p %i/lib/python
59 < cp -r reflex/python/genreflex %i/lib/python
58 > mkdir -p %i/root/lib/python
59 > cp -r reflex/python/genreflex %i/root/lib/python

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines