boost-lutin/GLD_boost-math-c99f.json

62 lines
2.0 KiB
JSON
Raw Normal View History

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-math-c99f library",
"licence":"boost-v1.0",
"licence-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"source": [
2021-11-03 22:32:09 +01:00
"boost/libs/math/build/../src/tr1/acoshf.cpp",
"boost/libs/math/build/../src/tr1/asinhf.cpp",
"boost/libs/math/build/../src/tr1/atanhf.cpp",
"boost/libs/math/build/../src/tr1/cbrtf.cpp",
"boost/libs/math/build/../src/tr1/copysignf.cpp",
"boost/libs/math/build/../src/tr1/erfcf.cpp",
"boost/libs/math/build/../src/tr1/erff.cpp",
"boost/libs/math/build/../src/tr1/expm1f.cpp",
"boost/libs/math/build/../src/tr1/fmaxf.cpp",
"boost/libs/math/build/../src/tr1/fminf.cpp",
"boost/libs/math/build/../src/tr1/fpclassifyf.cpp",
"boost/libs/math/build/../src/tr1/hypotf.cpp",
"boost/libs/math/build/../src/tr1/lgammaf.cpp",
"boost/libs/math/build/../src/tr1/llroundf.cpp",
"boost/libs/math/build/../src/tr1/log1pf.cpp",
"boost/libs/math/build/../src/tr1/lroundf.cpp",
"boost/libs/math/build/../src/tr1/nextafterf.cpp",
"boost/libs/math/build/../src/tr1/nexttowardf.cpp",
"boost/libs/math/build/../src/tr1/roundf.cpp",
"boost/libs/math/build/../src/tr1/tgammaf.cpp",
"boost/libs/math/build/../src/tr1/truncf.cpp"
],
"compilation-version": {
2021-11-10 23:50:26 +01:00
"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",
2021-11-03 22:32:09 +01:00
"boost-include",
"pthread"
]
}