2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-29 07:42:11 +00:00
Files
math/performance/Jamfile.v2
John Maddock 8056009e4b Merge changes from Trunk:
Minor update to docs, with graphics regenerated.
Fix some minor inspection script errors.
Improve performance of a few of the algorithms.
Fix a few compiler warnings etc.

[SVN r60643]
2010-03-16 11:37:39 +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
;