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 |
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 |
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 |
|
|