2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Added missing file and reinstated Jamfile.v2.

[SVN r45673]
This commit is contained in:
John Maddock
2008-05-23 10:51:05 +00:00
parent 15840abf4b
commit b8deb3aeeb
2 changed files with 10 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ sph_legendre
sph_neumann
;
#compile has_long_double_support.cpp ;
compile has_long_double_support.cpp ;
lib boost_math_tr1 : ../src/tr1/$(TR1_SOURCES).cpp
:
@@ -64,7 +64,7 @@ lib boost_math_tr1f : ../src/tr1/$(TR1_SOURCES)f.cpp
lib boost_math_tr1l : ../src/tr1/$(TR1_SOURCES)l.cpp
:
<link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1
#<dependency>has_long_double_support
<dependency>has_long_double_support
;
lib boost_math_c99 : ../src/tr1/$(C99_SOURCES).cpp
@@ -80,6 +80,7 @@ lib boost_math_c99f : ../src/tr1/$(C99_SOURCES)f.cpp
lib boost_math_c99l : ../src/tr1/$(C99_SOURCES)l.cpp
:
<link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1
#<dependency>has_long_double_support
<dependency>has_long_double_support
;

View File

@@ -0,0 +1,6 @@
#include <boost/math/tools/config.hpp>
#ifdef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
#error "long double support not enabled"
#endif