2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00
Files
math/performance/Jamfile.v2
John Maddock 1a5044497d Change cbrt implementation to use a better performing algorithm.
Fix a few warnings along the way.

[SVN r59095]
2010-01-17 17:28:34 +00:00

34 lines
587 B
Plaintext

# Copyright 2006 John Maddock, Paul A. Bristow and Xiaogang Zhang.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt).
exe math_performance :
distributions.cpp
main.cpp
test_cbrt.cpp
test_erf.cpp
test_gamma.cpp
test_ibeta.cpp
test_igamma.cpp
test_polynomial.cpp
test_reference.cpp
/boost/regex//boost_regex
:
<define>BOOST_ALL_NO_LIB
<link>static
;
install dist-bin
:
math_performance
:
<install-type>EXE
<location>./bin
:
release
;