⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jamfile.v2

📁 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
💻 V2
字号:
# copyright John Maddock 2008# 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.import testing ;C99_SOURCES = acoshasinhatanhcbrtcopysignerfcerfexpm1fmaxfminfpclassifyhypotlgammallroundlog1plroundnextafternexttowardroundtgammatrunc ;TR1_SOURCES = assoc_laguerreassoc_legendrebetacomp_ellint_1comp_ellint_2comp_ellint_3cyl_bessel_icyl_bessel_jcyl_bessel_kcyl_neumannellint_1ellint_2ellint_3expinthermitelaguerrelegendreriemann_zetasph_besselsph_legendresph_neumann;compile has_long_double_support.cpp ;lib boost_math_tr1 : ../src/tr1/$(TR1_SOURCES).cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_tr1f : ../src/tr1/$(TR1_SOURCES)f.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_tr1l : ../src/tr1/$(TR1_SOURCES)l.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1 	     <dependency>has_long_double_support   ;lib boost_math_c99 : ../src/tr1/$(C99_SOURCES).cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_c99f : ../src/tr1/$(C99_SOURCES)f.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_c99l : ../src/tr1/$(C99_SOURCES)l.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1 	     <dependency>has_long_double_support   ;boost-install boost_math_c99 boost_math_c99f boost_math_c99l boost_math_tr1 boost_math_tr1f boost_math_tr1l ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -