ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/boost-build.spec
Revision: 1.8
Committed: Fri Nov 2 22:21:10 2007 UTC (17 years, 5 months ago) by elmer
Branch: MAIN
CVS Tags: pe20071105c-ports, pe20071105b-ports, pe20071105a-ports, pe20071103e-ports, pe20071103d-ports, pe20071103c-ports, pe20071103b-ports, pe20071103a-ports
Changes since 1.7: +3 -3 lines
Log Message:
Update boost to version 1.34.1
Update boost-build to version 2.0-m12
Update download URL's for booth

File Contents

# User Rev Content
1 elmer 1.8 ### RPM external boost-build 2.0-m12-CMS18
2 elmer 1.5 # Override default realversion since they have a "-" in the realversion
3 elmer 1.8 %define realversion 2.0-m12
4     Source: http://superb-east.dl.sourceforge.net/sourceforge/boost/%{n}-%{realversion}.tar.bz2
5 elmer 1.5
6 argiro 1.1 %prep
7 argiro 1.2 %setup -n boost-build
8 argiro 1.1
9     %build
10 argiro 1.2 cd jam_src
11 argiro 1.1 case $(uname) in
12     Darwin ) sh build.sh darwin ;;
13     * ) sh build.sh gcc ;;
14     esac
15    
16     %install
17     mkdir -p %i
18     cp -r jam_src/bin.* %i/bin