boost-lutin/GLD_boost-math-tr1l.json

65 lines
2.2 KiB
JSON
Raw Normal View History

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-math-tr1l library",
"licence":"boost-v1.0",
"licence-file":"file://boost/LICENCE_1_0.txt",
"maintainer":"UNKNOW",
"author":"UNKNOW",
"version":"file://version.txt",
"source": [
'boost/libs/math/build/../src/tr1/assoc_laguerrel.cpp',
'boost/libs/math/build/../src/tr1/assoc_legendrel.cpp',
'boost/libs/math/build/../src/tr1/betal.cpp',
'boost/libs/math/build/../src/tr1/comp_ellint_1l.cpp',
'boost/libs/math/build/../src/tr1/comp_ellint_2l.cpp',
'boost/libs/math/build/../src/tr1/comp_ellint_3l.cpp',
'boost/libs/math/build/../src/tr1/cyl_bessel_il.cpp',
'boost/libs/math/build/../src/tr1/cyl_bessel_jl.cpp',
'boost/libs/math/build/../src/tr1/cyl_bessel_kl.cpp',
'boost/libs/math/build/../src/tr1/cyl_neumannl.cpp',
'boost/libs/math/build/../src/tr1/ellint_1l.cpp',
'boost/libs/math/build/../src/tr1/ellint_2l.cpp',
'boost/libs/math/build/../src/tr1/ellint_3l.cpp',
'boost/libs/math/build/../src/tr1/expintl.cpp',
'boost/libs/math/build/../src/tr1/hermitel.cpp',
'boost/libs/math/build/../src/tr1/laguerrel.cpp',
'boost/libs/math/build/../src/tr1/legendrel.cpp',
'boost/libs/math/build/../src/tr1/riemann_zetal.cpp',
'boost/libs/math/build/../src/tr1/sph_bessell.cpp',
'boost/libs/math/build/../src/tr1/sph_legendrel.cpp',
'boost/libs/math/build/../src/tr1/sph_neumannl.cpp'
],
"compilation-version": {
"language": "c++",
"version": 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"
]
}