boost-lutin/GLD_boost-graph.json

46 lines
1.0 KiB
JSON
Raw Normal View History

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-graph library",
"licence":"boost-v1.0",
"licence-file":"file://boost/LICENCE_1_0.txt",
"maintainer":"UNKNOW",
"author":"UNKNOW",
"version":"file://version.txt",
"source": [
'boost/libs/graph/src/read_graphviz_new.cpp',
'boost/libs/graph/src/graphml.cpp'
],
"compilation-version": {
"language": "c++",
"version": 2011
},
"flag": {
"c++": [
"-DBOOST_ALL_NO_LIB=1",
"-DBOOST_GRAPH_DYN_LINK=1",
"-DBOOST_HAS_ICU=1",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"path": {
"c++": [
"boost/libs/graph/src"
]
},
"dependency": [
"z",
"m",
"boost-include"
"pthread",
"boost-regex"
]
}