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

Comparing COMP/CMSDIST/boost.spec (file contents):
Revision 1.21 by muzaffar, Mon Sep 3 15:28:45 2007 UTC vs.
Revision 1.23 by elmer, Fri Sep 21 21:05:54 2007 UTC

# Line 1 | Line 1
1 < ### RPM external boost 1.33.1-CMS8
1 > ### RPM external boost 1.33.1-CMS3q
2   # Patches and build fudging by Lassi A. Tuura <lat@iki.fi> (FIXME: contribute to boost)
3   %define boostver _%(echo %realversion | tr . _)
4   Requires: boost-build python bz2lib zlib
# Line 23 | Line 23 | BZ2LIBI="BZIP2_INCLUDE=$BZ2LIB_ROOT/incl
23   ZLIBI="ZLIB_INCLUDE=$ZLIB_ROOT/include"
24  
25   case $(uname) in
26 <  Darwin )  bjam -s$PR -s$PV -s$BZ2LIBR -s$ZLIBR -sTOOLS=darwin || true ;;
27 <  * )       bjam -s$PR -s$PV -s$BZ2LIBR -s$ZLIBR -sTOOLS=gcc ;;
26 >  Darwin )  bjam %makeprocesses -s$PR -s$PV -s$BZ2LIBR -s$ZLIBR -sTOOLS=darwin || true ;;
27 >  * )       bjam %makeprocesses -s$PR -s$PV -s$BZ2LIBR -s$ZLIBR -sTOOLS=gcc ;;
28   esac
29  
30   %install
# Line 75 | Line 75 | cat << \EOF_TOOLFILE >%i/etc/scram.d/boo
75   <Environment name=INCLUDE default="$BOOST_BASE/include"></Environment>
76   </Client>
77   <use name=sockets>
78 + <Runtime name=LD_LIBRARY_PATH value="$BOOST_BASE/lib" type=path>
79 + <Runtime name=CMSSW_FWLITE_INCLUDE_PATH value="$BOOST_BASE/include" type=path>
80   </Tool>
81   EOF_TOOLFILE
82  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines