boost-lutin/GLD_boost-numpy39.json

51 lines
1.2 KiB
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-numpy39 library",
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"enable-condition":{
"dependency-exist": [
"python3",
"python3-numpy"
]
},
"source": [
"boost/libs/python/src/numpy/dtype.cpp",
"boost/libs/python/src/numpy/matrix.cpp",
"boost/libs/python/src/numpy/ndarray.cpp",
"boost/libs/python/src/numpy/numpy.cpp",
"boost/libs/python/src/numpy/scalars.cpp",
"boost/libs/python/src/numpy/ufunc.cpp"
],
"compilation-version": {
"c++": 2011
},
"path": [
"boost"
],
"flag": {
"c++": [
"-DBOOST_ALL_NO_LIB=1",
"-DBOOST_NUMPY_SOURCE",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"dependency": [
"z",
"m",
"boost-include",
"pthread",
"python3-numpy",
"boost-python39"
]
}