X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fmath%2Fconfig%2FJamfile.v2;h=a63ea3807e19d60b7e857db57f02330a645b791f;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=46fe98793870822bbd0f6aebbcc2c6484b300e9f;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/math/config/Jamfile.v2 b/ceph/src/boost/libs/math/config/Jamfile.v2 index 46fe98793..a63ea3807 100644 --- a/ceph/src/boost/libs/math/config/Jamfile.v2 +++ b/ceph/src/boost/libs/math/config/Jamfile.v2 @@ -11,6 +11,10 @@ local gmp_path = [ modules.peek : GMP_PATH ] ; local e_float_path = [ modules.peek : E_FLOAT_PATH ] ; lib quadmath ; +lib fftw3 ; +lib fftw3f ; +lib fftw3l ; +lib fftw3q ; obj has_long_double_support : has_long_double_support.cpp ; obj has_mpfr_class : has_mpfr_class.cpp : @@ -24,6 +28,7 @@ obj has_gcc_visibility : has_gcc_visibility.cpp : gcc:-fvisibility=hidden gcc:-Werror ; obj has_e_float : has_e_float.cpp : $(e_float_path) ; exe has_float128 : has_float128.cpp quadmath ; +exe has_fftw3 : has_fftw3.cpp fftw3 fftw3f fftw3l ; exe has_intel_quad : has_intel_quad.cpp : -Qoption,cpp,--extended_float_type ; obj has_128bit_floatmax_t : has_128bit_floatmax_t.cpp ; @@ -36,4 +41,6 @@ explicit has_gcc_visibility ; explicit has_e_float ; explicit has_float128 ; explicit has_intel_quad ; -explicit has_128bit_floatmax_t ; \ No newline at end of file +explicit has_128bit_floatmax_t ; +explicit has_fftw3 ; +