Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv11875
Modified Files:
boost1.46..info boost1.46.patch
Log Message:
got from Snaggle
Index: boost1.46..info
===================================================================
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/boost1.46..info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- boost1.46..info 5 Jul 2011 13:55:25 -0000 1.1
+++ boost1.46..info 29 Jul 2011 02:02:17 -0000 1.2
@@ -1,12 +1,18 @@
Info2: <<
Package: boost1.46.%type_pkg[python]
Version: 1.46.1
-Revision: 0.1
-Type: python (nopython systempython python2.3 python2.4 python2.5 python2.6
python2.7)
-Distribution: (%type_pkg[python] = python23) 10.4, (%type_pkg[python] =
python24) 10.4, (%type_pkg[python] = python24) 10.5
+Revision: 9
+Type: python (nopython systempython python2.5 python2.6 python2.7 python3.2)
+Distribution: 10.5, 10.6
+
License: BSD
+
Depends: %N-shlibs (= %v-%r)
-BuildDepends: boost-jam, (%type_num[python]) %type_pkg[python], fink (>=
0.27.2)
+BuildDepends: <<
+ boost-jam,
+ fink (>= 0.27.2),
+ (%type_num[python]) %type_pkg[python]
+<<
BuildDependsOnly: True
#BuildConflicts: (%type_pkg[python] != nopython) python
Conflicts: <<
@@ -15,17 +21,14 @@
boost1.34.python23,
boost1.34.python24,
boost1.34.python25,
- boost1.35.nopython,
- boost1.35.systempython,
- boost1.35.python23,
- boost1.35.python24,
- boost1.35.python25,
- boost1.35.python26,
- boost1.35.python27,
+ (%type_pkg[python] != nopython) boost1.35.systempython,
+ (%type_pkg[python] != nopython) boost1.35.python23,
+ (%type_pkg[python] != nopython) boost1.35.python24,
+ (%type_pkg[python] != nopython) boost1.35.python25,
+ (%type_pkg[python] != nopython) boost1.35.python26,
+ (%type_pkg[python] != nopython) boost1.35.python27,
boost1.41.cmake,
(%type_pkg[python] != nopython) boost1.46.systempython,
- (%type_pkg[python] != nopython) boost1.46.python23,
- (%type_pkg[python] != nopython) boost1.46.python24,
(%type_pkg[python] != nopython) boost1.46.python25,
(%type_pkg[python] != nopython) boost1.46.python26,
(%type_pkg[python] != nopython) boost1.46.python27
@@ -45,79 +48,85 @@
boost1.35.python27,
boost1.35.nopython,
boost1.41.cmake,
- boost1.46.systempython,
- boost1.46.python23,
- boost1.46.python24,
- boost1.46.python25,
- boost1.46.python26,
- boost1.46.python27,
- boost1.46.nopython
+ boost1.46.systempython, boost1.46.python25, boost1.46.python26,
boost1.46.python27, boost1.46.nopython
<<
-Source: mirror:sourceforge:boost/boost_1_46_1.tar.gz
+Source: mirror:sourceforge:boost/boost_1_46_1.tar.bz2
SourceDirectory: boost_1_46_1
-Source-MD5: 341e5d993b19d099bf1a548495ea91ec
+Source-MD5: 7375679575f4c8db605d426fc721d506
PatchFile: %{ni}patch
-PatchFile-MD5: 5893cabafae37953a6c7e762ffbae551
-PatchScript: patch -p1 < %{PatchFile}
+PatchFile-MD5: 6eeddb97f80a0e5164b7ceb551993dac
+PatchScript:<<
+#!/bin/sh -ex
+ patch -p1 < %{PatchFile}
+# don't link to libpython, we will use -undefined dynamic_lookup
+# perl -pi -e 's|windows cygwin darwin|windows cygwin|'
tools/build/v2/tools/python.jam
+# don't build debug target nor runtime-link-static, otherwise complete
+ perl -pi -e 's|debug release|release|;s|\<runtime-link\>shared
\<runtime-link\>static|\<runtime-link\>shared|' Jamroot
+ perl -pi -e 's|g\+\+|g++-4.0|' tools/build/v2/tools/darwin.jam
+# /usr/bin/sed -i '.bak' -e '/isysroot/d' tools/build/v2/tools/darwin.jam
+<<
GCC: 4.0
CompileScript: <<
#!/bin/sh -ex
- # don't link to libpython, we will use -undefined dynamic_lookup
- perl -pi -e 's|windows cygwin darwin|windows cygwin|'
tools/build/v2/tools/python.jam
- # don't build debug target nor runtime-link-static, otherwise complete
- perl -pi -e 's|debug release|release|;s|\<runtime-link\>shared
\<runtime-link\>static|\<runtime-link\>shared|' Jamroot
- perl -pi -e 's|g\+\+|g++-4.0|' tools/build/v2/tools/darwin.jam
- # /usr/bin/sed -i '.bak' -e '/isysroot/d' tools/build/v2/tools/darwin.jam
USEPYTHON='--with-python'
UNDEFINED='--undefined=-Wl,-flat_namespace,-undefined,dynamic_lookup'
case %type_pkg[python] in
nopython)
UNDEFINED=''
- USEPYTHON='--without-python' ;;
+ USEPYTHON='--without-python'
+ export PYTHON='' ;;
+ systempython)
+ echo "using python : : /usr/bin/python ; " >>
tools/build/v2/user-config.jam
+ UNDEFINED=''
+ USEPYTHON='--with-python'
+ export CXXFLAGS='-I/System/Library/Frameworks/Python.framework/Headers'
+ export PYTHON='/usr/bin/python'
+ LIBDIR='--libdir=%p/lib' ;;
python*)
echo "using python : : %p/bin/%type_raw[python] ; " >>
tools/build/v2/user-config.jam
+ export PYTHON='%p/bin/%type_raw[python]'
LIBDIR='--libdir=%p/lib/%type_raw[python]/site-packages' ;;
*) ;;
esac
- bjam --toolset=darwin $USEPYTHON --prefix=%p $LIBDIR $UNDEFINED
--layout=versioned --build-type=complete
+ PYTHON=$PYTHON bjam -d2 --toolset=darwin $USEPYTHON --prefix=%p $LIBDIR
$UNDEFINED --compatibility_version=1.46.0 --current_version=1.46.1
--build-type=complete --layout=tagged variant=release threading=single,multi
link=shared
<<
InstallScript: <<
#!/bin/sh -ex
[ '%type_pkg[python]' == 'nopython' ] && USEPYTHON='--without-python' ||
USEPYTHON='--with-python'
- bjam --toolset=darwin $USEPYTHON --prefix=%i install --layout=versioned
--build-type=complete
-
+ bjam -d2 --toolset=darwin $USEPYTHON --prefix=%i $LIBDIR $UNDEFINED
--compatibility_version=1.46.0 --current_version=1.46.1 --build-type=complete
--layout=tagged variant=release threading=single,multi link=shared install
- ln -s boost-1_46/boost %i/include/boost
+ ln -s boost %i/include/boost-1_46
if [ '%type_pkg[python]' == 'nopython' ]; then
- LIBS="date_time filesystem graph iostreams \
- math_c99 math_c99f math_tr1 math_tr1f \
- program_options \
- regex serialization wserialization signals system \
- prg_exec_monitor unit_test_framework \
- thread wave";
+ LIBS="date_time filesystem graph iostreams math_c99 math_c99f \
+ math_tr1 math_tr1f prg_exec_monitor program_options random \
+ regex serialization signals system thread \
+ unit_test_framework wave wserialization";
else
LIBS="python"
fi
+ ### dylibs are created with unversioned name. mv to version name
+ ### and create unversioned symlink
for LIB in $LIBS;
do
if [ $LIB == "thread" ]; then
ln -s libboost_${LIB}-mt.dylib %i/lib/libboost_${LIB}.dylib
- else
- ln -s libboost_${LIB}-1_46_1.dylib %i/lib/libboost_${LIB}.dylib
+ else
+ mv %i/lib/libboost_${LIB}.dylib %i/lib/libboost_${LIB}-1_46.dylib
+ ln -s libboost_${LIB}-1_46.dylib %i/lib/libboost_${LIB}.dylib
fi
- ln -s libboost_${LIB}-mt-1_46_1.dylib %i/lib/libboost_${LIB}-mt.dylib
+ mv %i/lib/libboost_${LIB}-mt.dylib %i/lib/libboost_${LIB}-mt-1_46.dylib
+ ln -s libboost_${LIB}-mt-1_46.dylib %i/lib/libboost_${LIB}-mt.dylib
done
if [ -n '%type_num[python]' ]; then
+ ### move Fink python libs to site-packages directory
mkdir -p %i/lib/%type_raw[python]/site-packages
- mv %i/lib/libboost*1_46.dylib %i/lib/%type_raw[python]/site-packages
- ln -sf %type_raw[python]/site-packages/libboost_python-1_46.dylib
%i/lib/libboost_python.dylib
- ln -sf %type_raw[python]/site-packages/libboost_python-mt-1_46.dylib
%i/lib/libboost_python-mt.dylib
+ mv %i/lib/libboost*.dylib %i/lib/%type_raw[python]/site-packages
fi
# install the examples, docs, tools, etc by hand
mkdir -p %i/lib/boost-1_46
@@ -131,91 +140,92 @@
Depends: ( %type_num[python] ) %type_pkg[python]-shlibs
Files: <<
- ( %type_raw[python] = systempython ) lib/libboost_python-1_46_1.dylib
- ( %type_raw[python] = systempython ) lib/libboost_python-mt-1_46_1.dylib
- ( %type_num[python] )
lib/%type_raw[python]/site-packages/libboost_python-1_46_1.dylib
- ( %type_num[python] )
lib/%type_raw[python]/site-packages/libboost_python-mt-1_46_1.dylib
- ( %type_raw[python] = nopython ) lib/libboost_*-1_46_1.dylib
+ ( %type_raw[python] = systempython ) lib/libboost_python-1_46.dylib
+ ( %type_raw[python] = systempython ) lib/libboost_python-mt-1_46.dylib
+ ( %type_num[python] )
lib/%type_raw[python]/site-packages/libboost_python-1_46.dylib
+ ( %type_num[python] )
lib/%type_raw[python]/site-packages/libboost_python-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_date_time-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_filesystem-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_graph-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_iostreams-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_c99-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_c99f-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_tr1-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_tr1f-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_program_options-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_random-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_regex-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_serialization-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_wserialization-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_signals-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_system-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_prg_exec_monitor-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_unit_test_framework-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_wave-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_date_time-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_filesystem-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_graph-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_iostreams-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_c99-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_c99f-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_tr1-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_math_tr1f-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_program_options-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_random-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_regex-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_serialization-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_wserialization-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_signals-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_system-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_prg_exec_monitor-mt-1_46.dylib
+ ( %type_raw[python] = nopython )
lib/libboost_unit_test_framework-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_thread-mt-1_46.dylib
+ ( %type_raw[python] = nopython ) lib/libboost_wave-mt-1_46.dylib
<<
Shlibs: <<
- ( %type_raw[python] = systempython ) %p/lib/libboost_python-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = systempython ) %p/lib/libboost_python-mt-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_date_time-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_date_time-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_date_time-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_date_time-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_filesystem-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_filesystem-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_filesystem-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_filesystem-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_graph-xgcc40-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_graph-xgcc40-d-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_graph-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_graph-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_iostreams-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_iostreams-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_iostreams-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_iostreams-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99f-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99f-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99f-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_c99f-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1f-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1f-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1f-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_math_tr1f-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_prg_exec_monitor-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_prg_exec_monitor-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_prg_exec_monitor-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_prg_exec_monitor-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>=
1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_program_options-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_program_options-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_program_options-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_program_options-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>=
1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_random-xgcc40-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_random-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_random-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_random-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_regex-xgcc40-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_regex-xgcc40-d-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_regex-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_regex-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_serialization-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_serialization-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_serialization-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_serialization-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_signals-xgcc40-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_signals-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_signals-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_signals-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_system-xgcc40-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_system-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_system-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_system-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_thread-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_thread-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_unit_test_framework-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_unit_test_framework-xgcc40-d-1_46_1.dylib 1.46.0 %n (>=
1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_unit_test_framework-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>=
1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_unit_test_framework-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>=
1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_wave-xgcc40-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_wave-xgcc40-d-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython ) %p/lib/libboost_wave-xgcc40-mt-1_46_1.dylib
1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_wave-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_wserialization-xgcc40-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_wserialization-xgcc40-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_wserialization-xgcc40-mt-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- ( %type_raw[python] = nopython )
%p/lib/libboost_wserialization-xgcc40-mt-d-1_46_1.dylib 1.46.0 %n (>= 1.46.1-1)
- <<
+ ( %type_raw[python] = systempython ) %p/lib/libboost_python-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = systempython ) %p/lib/libboost_python-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_num[python] )
%p/lib/%type_raw[python]/site-packages/libboost_python-1_46.dylib 1.46.0 %n (>=
1.46.1-1)
+ ( %type_num[python] )
%p/lib/%type_raw[python]/site-packages/libboost_python-mt-1_46.dylib 1.46.0 %n
(>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_date_time-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_filesystem-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_graph-1_46.dylib 1.46.0 %n
(>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_iostreams-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99f-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1f-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_program_options-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_random-1_46.dylib 1.46.0 %n
(>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_regex-1_46.dylib 1.46.0 %n
(>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_serialization-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_wserialization-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_signals-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_system-1_46.dylib 1.46.0 %n
(>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_prg_exec_monitor-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython )
%p/lib/libboost_unit_test_framework-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_wave-1_46.dylib 1.46.0 %n
(>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_date_time-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_filesystem-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_graph-mt-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_iostreams-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_c99f-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_math_tr1f-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython )
%p/lib/libboost_program_options-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_random-mt-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_regex-mt-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_serialization-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython )
%p/lib/libboost_wserialization-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_signals-mt-1_46.dylib
1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_system-mt-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython )
%p/lib/libboost_prg_exec_monitor-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython )
%p/lib/libboost_unit_test_framework-mt-1_46.dylib 1.46.0 %n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_thread-mt-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+ ( %type_raw[python] = nopython ) %p/lib/libboost_wave-mt-1_46.dylib 1.46.0
%n (>= 1.46.1-1)
+<<
DocFiles: LICENSE_1_0.txt
Description: Boost C++ Libraries (shared libs)
DescUsage: <<
@@ -265,7 +275,7 @@
they are compatible.
The nopython variant contains all others except the python libraries,
- so if you want a complete set of boost libraries, install
+ so of you want a complete set of boost libraries, install
the nopython variant and one of the python variants.
The systempython variant uses the system Python framework and installs the
@@ -296,7 +306,7 @@
Also remove -isysroot, because not all libraries in the SDKs are 64bit.
<<
DescPackaging: <<
- Earlier versions by Mark Treiber, Mart libraries in the SDKs are
64bit. e %n (>= 1.46.1-1) = 1.46.1-1) 6.1-1) 1) .1
--build-type=complete --layout=tagged variant=release threading=single,multi
link=shared
install hared èµÕ©+ Ðkpÿ ØÕ©+ à`pÿ °_pÿ ë
Ô©+ 6
è è! è! `kpÿ Ðkpÿ x¤µÕ©+ àapÿ "ñÔ©+ Ô©+ `kpÿ ððÔ©+ kpÿ ÀÖ©+ óøÔ©+ Ö©+ ØÖ©+ ¨Ö©+ yÔ©+ x¤µÕ©+ àapÿ °`pÿ ë
Ô©+ à! à! `kpÿ Ðkpÿ ÈmÕ©+ Àbpÿ "ñÔ©+ Ô©+ `kpÿ ððÔ©+ kpÿ kpÿ kpÿ ºÔ©+ p Ðkpÿ óøÔ©+ yÔ©+ Àbpÿ apÿ ë
Ô©+ G H I J K M N O P `kpÿ Ðkpÿ H%lÕ©+ `dpÿ "ñÔ©+ Ô©+ `kpÿ 0Ö©+ óøÔ©+ °µÕ©+ YIÕ©+ Ö©+ ØÖ©+ ¨Ö©+ yÔ©+ H%lÕ©+ `dpÿ bpÿ ë
Ô©+ 8%lÕ©+ `dpÿ Ðbpÿ ë
Ô©+ (%lÕ©+ `dpÿ cpÿ ë
Ô©+ %lÕ©+ `dpÿ 0cpÿ ë
Ô©+
¨Ö©+ óøÔ©+ ¨Ö©+ °]pÿ ¨IÕ©+ æ÷Ô©+ ØÖ©+ Ðcpÿ y¨IÕ©+ æ÷Ô©+ Ö©+ dpÿ Z¨IÕ©+ æ÷Ô©+ ØTIÕ©+ °µÕ©+ YIÕ©+ Ö©+ Ø´µÕ©+ ØÖ©+ ¨Ö©+ yÔ©+
ºÔ©+ -Õ©+ Ðkpÿ pëHÕ©+ °epÿ dpÿ ë
Ô©+ 5 6 7 8 : <