Magellan Linux

Diff of /branches/magellan-next/extras/boost/boost-1.40.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/extras/boost/boost-1.40.0-r1.smage2 revision 3700 by niro, Fri Oct 30 14:47:26 2009 UTC branches/magellan-next/extras/boost/boost-1.40.0-r1.smage2 revision 6938 by niro, Fri Sep 24 16:32:09 2010 UTC
# Line 43  src_compile() Line 43  src_compile()
43   ${bjam} || die   ${bjam} || die
44    
45   # build boost libraries   # build boost libraries
46     # --layout=tagged will add the "-mt" suffix for multithreaded libraries
47     # and installs includes in /usr/include/boost.
48     # --layout=system no longer adds the -mt suffix for multi-threaded libs.
49   cd ${SRCDIR}   cd ${SRCDIR}
50   ${bjam} \   ${bjam} \
51   release \   release \
# Line 54  src_compile() Line 57  src_compile()
57   -sPYTHON_VERSION=$(get_python_version) \   -sPYTHON_VERSION=$(get_python_version) \
58   -sTOOLS=gcc \   -sTOOLS=gcc \
59   --prefix=${BINDIR}/usr \   --prefix=${BINDIR}/usr \
60   --layout=system \   --layout=tagged \
61   || die   || die
62    
63   # build pyste   # build pyste
# Line 81  src_install () Line 84  src_install ()
84   -sTOOLS=gcc \   -sTOOLS=gcc \
85   --prefix=${BINDIR}/usr \   --prefix=${BINDIR}/usr \
86   --libdir=${BINDIR}/usr/$(mlibdir) \   --libdir=${BINDIR}/usr/$(mlibdir) \
87   --layout=system \   --layout=tagged \
88   install \   install \
89   || die   || die
90    

Legend:
Removed from v.3700  
changed lines
  Added in v.6938