build(fourdst): update fourdst component libraries
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = fourdst::libcomposition
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = v2.4.6
|
||||
PROJECT_NUMBER = v2.4.7
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewers a
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
config_p = subproject('libconfig', default_options: [
|
||||
'pkg_config=' + get_option('pkg_config').to_string(),
|
||||
'build_tests=' + get_option('build_tests').to_string(),
|
||||
'build_examples=' + get_option('build_examples').to_string()
|
||||
'build_examples=' + get_option('build_examples').to_string(),
|
||||
'build_python=' + get_option('build_python').to_string()
|
||||
])
|
||||
config_dep = config_p.get_variable('config_dep')
|
||||
|
||||
@@ -3,7 +3,8 @@ const_p = subproject(
|
||||
default_options: [
|
||||
'pkg_config=' + get_option('pkg_config').to_string(),
|
||||
'build_tests=' + get_option('build_tests').to_string(),
|
||||
'build_examples=' + get_option('build_examples').to_string()
|
||||
'build_examples=' + get_option('build_examples').to_string(),
|
||||
'build_python=' + get_option('build_python').to_string()
|
||||
]
|
||||
)
|
||||
const_dep = const_p.get_variable('const_dep')
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
logging_p = subproject('liblogging', default_options: [
|
||||
'pkg_config=' + get_option('pkg_config').to_string(),
|
||||
'build_tests=' + get_option('build_tests').to_string(),
|
||||
'build_examples=' + get_option('build_examples').to_string()
|
||||
'build_examples=' + get_option('build_examples').to_string(),
|
||||
'build_python=' + get_option('build_python').to_string()
|
||||
])
|
||||
|
||||
logging_dep = logging_p.get_variable('logging_dep')
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
# *********************************************************************** #
|
||||
project('libcomposition', 'cpp', version: 'v2.4.6', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
project('libcomposition', 'cpp', version: 'v2.4.7', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
|
||||
# Add default visibility for all C++ targets
|
||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/4D-STAR/libconfig.git
|
||||
revision = v2.2.6
|
||||
revision = v2.2.9
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/4D-STAR/libconstants.git
|
||||
revision = v1.1.2
|
||||
revision = v1.1.6
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/4D-STAR/liblogging.git
|
||||
revision = v1.1.2
|
||||
revision = v1.1.6
|
||||
depth = 1
|
||||
|
||||
[provide]
|
||||
|
||||
Reference in New Issue
Block a user