HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #375

Ticket #375: boost-1.42.0.bep

File boost-1.42.0.bep, 598 bytes (added by michaelvoliveira, 5 years ago)

still not error free for Haikuporter, but it's better than actual

Line 
1DESCRIPTION="boost"
2HOMEPAGE="http://www.boost.org/"
3SRC_URI="http://sourceforge.net/projects/boost/files/boost/1.42.0/boost_1_42_0.tar.bz2/download"
4CHECKSUM_MD5="7bf3b4eb841b62ffb0ade2b82218ebe6"
5REVISION="1"
6STATUS_HAIKU="broken"
7MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
8DEPEND=""
9BUILD {
10        cd boost_1_42_0
11        PYTHON_ROOT= \
12        PYTHON_VERSION= \
13        EXPAT_INCLUDE="${includedir}" \
14        EXPAT_LIBPATH="${libdir}" \
15        ./bootstrap.sh
16        bjam \
17        -d2 \
18        --toolset=gcc \
19        variant=release \
20        debug-symbols=on \
21        inlining=on \
22        link=shared \
23        threading=multi \
24}
25
26INSTALL {
27       
28}

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/