boost-lutin/GLD_boost-python39.json

62 lines
2.1 KiB
JSON
Raw Normal View History

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-python39 library",
2021-12-15 22:47:12 +01:00
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"source": [
2021-11-03 22:32:09 +01:00
"boost/libs/python/src/list.cpp",
"boost/libs/python/src/long.cpp",
"boost/libs/python/src/dict.cpp",
"boost/libs/python/src/tuple.cpp",
"boost/libs/python/src/str.cpp",
"boost/libs/python/src/slice.cpp",
"boost/libs/python/src/converter/from_python.cpp",
"boost/libs/python/src/converter/registry.cpp",
"boost/libs/python/src/converter/type_id.cpp",
"boost/libs/python/src/object/enum.cpp",
"boost/libs/python/src/object/class.cpp",
"boost/libs/python/src/object/function.cpp",
"boost/libs/python/src/object/inheritance.cpp",
"boost/libs/python/src/object/life_support.cpp",
"boost/libs/python/src/object/pickle_support.cpp",
"boost/libs/python/src/errors.cpp",
"boost/libs/python/src/module.cpp",
"boost/libs/python/src/converter/builtin_converters.cpp",
"boost/libs/python/src/converter/arg_to_python_base.cpp",
"boost/libs/python/src/object/iterator.cpp",
"boost/libs/python/src/object/stl_iterator.cpp",
"boost/libs/python/src/object_protocol.cpp",
"boost/libs/python/src/object_operators.cpp",
"boost/libs/python/src/wrapper.cpp",
"boost/libs/python/src/import.cpp",
"boost/libs/python/src/exec.cpp",
"boost/libs/python/src/object/function_doc_signature.cpp"
],
"compilation-version": {
2021-11-10 23:50:26 +01:00
"c++": 2011
},
"flag": {
"c++": [
"-DBOOST_ALL_NO_LIB=1",
"-DBOOST_PYTHON_SOURCE",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"dependency": [
"z",
"m",
2021-11-03 22:32:09 +01:00
"boost-include",
2021-12-15 22:47:12 +01:00
"pthread",
"python3"
]
}