# | Line 1 | Line 1 | |
---|---|---|
1 | < | ### RPM external boost 1.34.1-CMS21 |
1 | > | ### RPM external boost 1.37.0 |
2 | %define boostver _%(echo %realversion | tr . _) | |
3 | Source: http://internap.dl.sourceforge.net/sourceforge/%{n}/%{n}%{boostver}.tar.gz | |
4 | + | Patch0: boost-1.37.0-gccxml-intrinsics |
5 | ||
6 | Requires: boost-build python bz2lib | |
7 | %if "%cmsplatf" != "slc4onl_ia32_gcc346" | |
# | Line 9 | Line 10 | Requires: zlib | |
10 | ||
11 | %prep | |
12 | %setup -n %{n}%{boostver} | |
13 | + | %patch0 -p1 |
14 | ||
15 | %build | |
16 | # Note that some targets will fail to build (the test programs have |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |