67 lines
2.2 KiB
JSON
67 lines
2.2 KiB
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"org.boost",
|
|
"description":"boost:boost-python39 library",
|
|
"license":"boost-v1.0",
|
|
"license-file":"file://boost/LICENCE_1_0.txt",
|
|
"version":"file://version.txt",
|
|
"enable-condition":{
|
|
"dependency-exist": [
|
|
"python3"
|
|
]
|
|
},
|
|
"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": {
|
|
"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",
|
|
"boost-include",
|
|
"pthread",
|
|
"python3"
|
|
]
|
|
}
|