[DEV] integrate GLD
This commit is contained in:
parent
2e3f7c4145
commit
d3a016f0bd
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-atomic library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-chrono library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-container library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-context library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-contract library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/contract/src/contract.cpp"
|
||||
@ -25,6 +25,9 @@
|
||||
"-fvisibility=hidden"
|
||||
]
|
||||
},
|
||||
"path": [
|
||||
"boost"
|
||||
],
|
||||
"dependency": [
|
||||
"z",
|
||||
"m",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-coroutine library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/coroutine/src/detail/coroutine_context.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-date-time library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/date_time/src/gregorian/greg_month.cpp"
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-fiber library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/fiber/src/algo/algorithm.cpp",
|
||||
@ -49,7 +49,6 @@
|
||||
"-DNDEBUG"
|
||||
],
|
||||
"c": [
|
||||
,
|
||||
"-fvisibility-inlines-hidden",
|
||||
"-finline-functions",
|
||||
"-Wno-inline",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-filesystem library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/filesystem/src/codecvt_error_category.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-graph library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/graph/src/read_graphviz_new.cpp",
|
||||
|
@ -2,15 +2,19 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost include library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
},
|
||||
"path": [
|
||||
"boost"
|
||||
],
|
||||
"header":[
|
||||
{
|
||||
"path":"boost/boost/*",
|
||||
"path":"boost/boost",
|
||||
"filter": "*",
|
||||
"recursive":true,
|
||||
"to":"boost"
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-iostreams library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/iostreams/src/file_descriptor.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-json library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/json/src/src.cpp",
|
||||
@ -39,9 +39,7 @@
|
||||
"-DBOOST_JSON_DYN_LINK=1",
|
||||
"-DBOOST_JSON_SOURCE",
|
||||
"-DNDEBUG"
|
||||
],
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
"dependency": [
|
||||
"z",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-locale library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/locale/src/encoding/codepage.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-log-setup library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/log/src/setup/parser_utils.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-log library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/log/src/attribute_name.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-math-c99 library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/math/build/../src/tr1/acosh.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-math-c99f library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/math/build/../src/tr1/acoshf.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-math-c99l library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/math/build/../src/tr1/acoshl.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-math-tr1 library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/math/build/../src/tr1/assoc_laguerre.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-math-tr1f library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/math/build/../src/tr1/assoc_laguerref.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-math-tr1l library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/math/build/../src/tr1/assoc_laguerrel.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-nowide library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/nowide/src/cstdio.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-numpy39 library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/python/src/numpy/dtype.cpp",
|
||||
@ -16,6 +16,9 @@
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
},
|
||||
"path": [
|
||||
"boost"
|
||||
],
|
||||
"flag": {
|
||||
"c++": [
|
||||
"-DBOOST_ALL_NO_LIB=1",
|
||||
@ -30,17 +33,12 @@
|
||||
"-fvisibility=hidden"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"c++": [
|
||||
"/usr/include/python3.9",
|
||||
"/usr/lib/python3.9/site-packages/numpy/core/include"
|
||||
]
|
||||
},
|
||||
"dependency": [
|
||||
"z",
|
||||
"m",
|
||||
"boost-include",
|
||||
"pthread",
|
||||
"python3-numpy",
|
||||
"boost-python39"
|
||||
]
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-prg-exec-monitor library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/test/src/execution_monitor.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-program-options library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/program_options/src/cmdline.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-python39 library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/python/src/list.cpp",
|
||||
@ -51,15 +51,11 @@
|
||||
"-fvisibility=hidden"
|
||||
]
|
||||
},
|
||||
"path": {
|
||||
"c++": [
|
||||
"/usr/include/python3.9"
|
||||
]
|
||||
},
|
||||
"dependency": [
|
||||
"z",
|
||||
"m",
|
||||
"boost-include",
|
||||
"pthread"
|
||||
"pthread",
|
||||
"python3"
|
||||
]
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-random library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/random/src/random_device.cpp"
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-regex library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/regex/build/../src/posix_api.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-serialization library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/serialization/src/archive_exception.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-stacktrace-addr2line library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/stacktrace/build/../src/addr2line.cpp"
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-stacktrace-basic library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/stacktrace/build/../src/basic.cpp"
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-stacktrace-noop library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/stacktrace/build/../src/noop.cpp"
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-system library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/system/src/error_code.cpp"
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-thread library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-timer library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/timer/src/auto_timers_construction.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-type-erasure library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/type_erasure/src/dynamic_binding.cpp"
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-unit-test-framework library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/test/src/compiler_log_formatter.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-wave library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/wave/src/instantiate_cpp_exprgrammar.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"LIBRARY",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost:boost-wserialization library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"source": [
|
||||
"boost/libs/serialization/src/basic_text_wiprimitive.cpp",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"type":"PACKAGE",
|
||||
"group-id":"org.boost",
|
||||
"description":"boost PACKAGE library",
|
||||
"licence":"boost-v1.0",
|
||||
"licence-file":"file://boost/LICENCE_1_0.txt",
|
||||
"license":"boost-v1.0",
|
||||
"license-file":"file://boost/LICENCE_1_0.txt",
|
||||
"version":"file://version.txt",
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
|
@ -108,8 +108,8 @@ def genrate_lutin_file(lib_name, list_of_files, list_of_flags):
|
||||
out += " \"type\":\"LIBRARY\",\n";
|
||||
out += " \"group-id\":\"org." + global_lib_name + "\",\n";
|
||||
out += " \"description\":\"" + global_lib_name + ":" + lib_name.replace("_","-") + " library\",\n";
|
||||
out += " \"licence\":\"boost-v1.0\",\n";
|
||||
out += " \"licence-file\":\"file://boost/LICENCE_1_0.txt\",\n";
|
||||
out += " \"license\":\"boost-v1.0\",\n";
|
||||
out += " \"license-file\":\"file://boost/LICENSE_1_0.txt\",\n";
|
||||
#out += " \"maintainer\":\"UNKNOW\",\n";
|
||||
#out += " \"author\":\"UNKNOW\",\n";
|
||||
out += " \"version\":\"file://version.txt\",\n";
|
||||
|
Loading…
Reference in New Issue
Block a user