boost-lutin/GLD_boost-math-c99.json

62 lines
1.8 KiB
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-math-c99 library",
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"source": [
"boost/libs/math/src/tr1/acosh.cpp",
"boost/libs/math/src/tr1/asinh.cpp",
"boost/libs/math/src/tr1/atanh.cpp",
"boost/libs/math/src/tr1/cbrt.cpp",
"boost/libs/math/src/tr1/copysign.cpp",
"boost/libs/math/src/tr1/erfc.cpp",
"boost/libs/math/src/tr1/erf.cpp",
"boost/libs/math/src/tr1/expm1.cpp",
"boost/libs/math/src/tr1/fmax.cpp",
"boost/libs/math/src/tr1/fmin.cpp",
"boost/libs/math/src/tr1/fpclassify.cpp",
"boost/libs/math/src/tr1/hypot.cpp",
"boost/libs/math/src/tr1/lgamma.cpp",
"boost/libs/math/src/tr1/llround.cpp",
"boost/libs/math/src/tr1/log1p.cpp",
"boost/libs/math/src/tr1/lround.cpp",
"boost/libs/math/src/tr1/nextafter.cpp",
"boost/libs/math/src/tr1/nexttoward.cpp",
"boost/libs/math/src/tr1/round.cpp",
"boost/libs/math/src/tr1/tgamma.cpp",
"boost/libs/math/src/tr1/trunc.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"
]
}