boost-lutin/GLD_boost-python39.json

69 lines
2.2 KiB
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-python39 library",
"licence":"boost-v1.0",
"licence-file":"file://boost/LICENCE_1_0.txt",
"maintainer":"UNKNOW",
"author":"UNKNOW",
"version":"file://version.txt",
"source": [
'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": {
"language": "c++",
"version": 2011
},
"flag": {
"c++": [
"-DBOOST_ALL_NO_LIB=1",
"-DBOOST_PYTHON_SOURCE",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"path": {
"c++": [
"/usr/include/python3.9"
]
},
"dependency": [
"z",
"m",
"boost-include"
"pthread"
]
}