- Update to boost-1.33.0

- Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de>
-
This commit is contained in:
Benjamin Kosnik 2005-08-19 16:10:05 +00:00
parent 78bcf4ad26
commit 2dd8b29ee0
2 changed files with 14 additions and 6 deletions

View File

@ -1,6 +1,15 @@
# Makefile for source rpm: boost
# $Id$
NAME := boost
SPECFILE = $(firstword $(wildcard *.spec))
# Top level Makefile for module boost
all : CVS/Root common-update
@cvs update
include ../common/Makefile.common
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;

View File

@ -51,7 +51,6 @@ rm -rf $RPM_BUILD_ROOT
(cd tools/build/jam_src && ./build.sh)
#build boost with bjam
BJAM=`find tools/build/jam_src/ -name bjam -a -type f`
#PYTHON_VERSION=`python -V 2>&1 |sed 's,.* \([0-9]\.[0-9]\)\(\.[0-9]\)\?.*,\1,'`
PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')
PYTHON_FLAGS="-sPYTHON_ROOT=/usr -sPYTHON_VERSION=$PYTHON_VERSION"
#$BJAM $PYTHON_FLAGS "-sTOOLS=gcc" "-sBUILD=release <dllversion>1" stage