boost-lutin/GLD_boost-math-c99l.json

62 lines
1.8 KiB
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-math-c99l library",
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"source": [
"boost/libs/math/src/tr1/acoshl.cpp",
"boost/libs/math/src/tr1/asinhl.cpp",
"boost/libs/math/src/tr1/atanhl.cpp",
"boost/libs/math/src/tr1/cbrtl.cpp",
"boost/libs/math/src/tr1/copysignl.cpp",
"boost/libs/math/src/tr1/erfcl.cpp",
"boost/libs/math/src/tr1/erfl.cpp",
"boost/libs/math/src/tr1/expm1l.cpp",
"boost/libs/math/src/tr1/fmaxl.cpp",
"boost/libs/math/src/tr1/fminl.cpp",
"boost/libs/math/src/tr1/fpclassifyl.cpp",
"boost/libs/math/src/tr1/hypotl.cpp",
"boost/libs/math/src/tr1/lgammal.cpp",
"boost/libs/math/src/tr1/llroundl.cpp",
"boost/libs/math/src/tr1/log1pl.cpp",
"boost/libs/math/src/tr1/lroundl.cpp",
"boost/libs/math/src/tr1/nextafterl.cpp",
"boost/libs/math/src/tr1/nexttowardl.cpp",
"boost/libs/math/src/tr1/roundl.cpp",
"boost/libs/math/src/tr1/tgammal.cpp",
"boost/libs/math/src/tr1/truncl.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"
]
}