62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"org.boost",
|
|
"description":"boost:boost-math-tr1 library",
|
|
"license":"boost-v1.0",
|
|
"license-file":"file://boost/LICENCE_1_0.txt",
|
|
"version":"file://version.txt",
|
|
"source": [
|
|
"boost/libs/math/src/tr1/assoc_laguerre.cpp",
|
|
"boost/libs/math/src/tr1/assoc_legendre.cpp",
|
|
"boost/libs/math/src/tr1/beta.cpp",
|
|
"boost/libs/math/src/tr1/comp_ellint_1.cpp",
|
|
"boost/libs/math/src/tr1/comp_ellint_2.cpp",
|
|
"boost/libs/math/src/tr1/comp_ellint_3.cpp",
|
|
"boost/libs/math/src/tr1/cyl_bessel_i.cpp",
|
|
"boost/libs/math/src/tr1/cyl_bessel_j.cpp",
|
|
"boost/libs/math/src/tr1/cyl_bessel_k.cpp",
|
|
"boost/libs/math/src/tr1/cyl_neumann.cpp",
|
|
"boost/libs/math/src/tr1/ellint_1.cpp",
|
|
"boost/libs/math/src/tr1/ellint_2.cpp",
|
|
"boost/libs/math/src/tr1/ellint_3.cpp",
|
|
"boost/libs/math/src/tr1/expint.cpp",
|
|
"boost/libs/math/src/tr1/hermite.cpp",
|
|
"boost/libs/math/src/tr1/laguerre.cpp",
|
|
"boost/libs/math/src/tr1/legendre.cpp",
|
|
"boost/libs/math/src/tr1/riemann_zeta.cpp",
|
|
"boost/libs/math/src/tr1/sph_bessel.cpp",
|
|
"boost/libs/math/src/tr1/sph_legendre.cpp",
|
|
"boost/libs/math/src/tr1/sph_neumann.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2011
|
|
},
|
|
"flag": {
|
|
"c++": [
|
|
"-DBOOST_ALL_NO_LIB=1",
|
|
"-DBOOST_BUILD_PCH_ENABLED",
|
|
"-DBOOST_MATH_TR1_DYN_LINK=1",
|
|
"-DNDEBUG"
|
|
],
|
|
"c": [
|
|
"-fvisibility-inlines-hidden",
|
|
"-finline-functions",
|
|
"-Wno-inline",
|
|
"-Wall",
|
|
"-fvisibility=hidden",
|
|
"-Winvalid-pch"
|
|
]
|
|
},
|
|
"path": {
|
|
"c++": [
|
|
"boost/libs/math/src/tr1"
|
|
]
|
|
},
|
|
"dependency": [
|
|
"z",
|
|
"m",
|
|
"boost-include",
|
|
"pthread"
|
|
]
|
|
}
|