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:
@@ -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
|
||||
;
|
||||
|
||||
|
||||
|
||||
6
build/has_long_double_support.cpp
Normal file
6
build/has_long_double_support.cpp
Normal 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
|
||||
Reference in New Issue
Block a user