@@ -12,19 +12,19 @@ packages:
12
12
reference_datetime : " 2011-01-30 00:00:00"
13
13
remotes : []
14
14
files :
15
- - " boost_1_54_0 .tar.bz2"
15
+ - " boost_1_55_0 .tar.bz2"
16
16
- " boost-mingw-gas-cross-compile-2013-03-03.patch"
17
17
script : |
18
18
# Defines
19
19
INSTALLPREFIX="$OUTDIR/staging/boost"
20
20
HOST=i686-w64-mingw32
21
21
# Input Integrity Check
22
- echo "047e927de336af106a24bceba30069980c191529fd76b8dff8eb9a328b48ae1d boost_1_54_0 .tar.bz2" | shasum -c
22
+ echo "fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 boost_1_55_0 .tar.bz2" | shasum -c
23
23
echo "d2b7f6a1d7051faef3c9cf41a92fa3671d905ef1e1da920d07651a43299f6268 boost-mingw-gas-cross-compile-2013-03-03.patch" | shasum -c
24
24
25
25
mkdir -p "$INSTALLPREFIX"
26
- tar xjf boost_1_54_0 .tar.bz2
27
- cd boost_1_54_0
26
+ tar xjf boost_1_55_0 .tar.bz2
27
+ cd boost_1_55_0
28
28
GCCVERSION=$($HOST-g++ -E -dM $(mktemp --suffix=.h) | grep __VERSION__ | cut -d ' ' -f 3 | cut -d '"' -f 2)
29
29
echo "using gcc : $GCCVERSION : $HOST-g++
30
30
:
@@ -48,7 +48,7 @@ script: |
48
48
# Patch Mirror: http://rose.makesad.us/~paulproteus/mirrors/boost-mingw-gas-cross-compile-2013-03-03.patch
49
49
patch -p0 < ../boost-mingw-gas-cross-compile-2013-03-03.patch
50
50
51
- # Bug Workaround: boost-1.54.0 broke the ability to disable zlib
51
+ # Bug Workaround: boost-1.54.0 broke the ability to disable zlib, still broken in 1.55
52
52
# https://svn.boost.org/trac/boost/ticket/9156
53
53
sed -i 's^\[ ac.check-library /zlib//zlib : <library>/zlib//zlib^^' libs/iostreams/build/Jamfile.v2
54
54
sed -i 's^<source>zlib.cpp <source>gzip.cpp \]^^' libs/iostreams/build/Jamfile.v2
@@ -62,5 +62,5 @@ script: |
62
62
cd "$INSTALLPREFIX"
63
63
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
64
64
export FAKETIME=$REFERENCE_DATETIME
65
- zip -r boost-win32-1.54 .0-gitian-r6.zip *
66
- cp boost-win32-1.54 .0-gitian-r6.zip $OUTDIR
65
+ zip -r boost-win32-1.55 .0-gitian-r6.zip *
66
+ cp boost-win32-1.55 .0-gitian-r6.zip $OUTDIR
0 commit comments