Skip to content

Commit

Permalink
Merge pull request gnuradio#4 from n-west/boost-source
Browse files Browse the repository at this point in the history
run boost commands from boost source-tree
  • Loading branch information
mbr0wn committed Feb 9, 2016
2 parents 6d164ce + 6f4cafb commit b2c2eec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boost.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
#

category: baseline
configure: ./bootstrap.sh --prefix=$prefix --libdir=$prefix/lib/
configure: cd .. && ./bootstrap.sh --prefix=$prefix --libdir=$prefix/lib/
depends:
- python
- libbzip
install: ./bjam --threading=multi --layout=tagged link=shared -j$makewidth install
install_static: './bjam cxxflags=''-fPIC'' --threading=multi --layout=tagged link=static
-j$makewidth install
install: cd .. && ./bjam --threading=multi --layout=tagged link=shared -j$makewidth install --build-dir=build
install_static: 'cd .. && ./bjam cxxflags=''-fPIC'' --threading=multi --layout=tagged link=static
-j$makewidth install --build-dir=build
'
satisfy:
deb: (libboost1.53-dev && libboost-date-time1.53-dev && libboost-filesystem1.53-dev
Expand Down

0 comments on commit b2c2eec

Please sign in to comment.