diff --git a/meson.build b/meson.build index 179a0d9..0b5f467 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('fourdst', 'cpp', version: 'v0.5.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('fourdst', 'cpp', version: 'v0.5.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') add_project_arguments('-fvisibility=default', language: 'cpp') diff --git a/readme.md b/readme.md index b74168e..06fadbf 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,7 @@ # fourdst A hub repository for 4D-STAR utility projects (such as libcomposition, libconfig, and liblogging) + +The primary aims of this repository are two fold + +1. Provide a unified location for 4D-STAR lib* repository versioning. That is to say that all projects which depend on lib* repositories in the 4D-STAR collaboration can depend on a specific version of fourdst which will itself depend on specific lib* repository versions. +2. Provide a set of unified python bindings for the lib* repositories. These are defined in `src-python` and can be installed with `pip install .` and then accessed as `from fourdst.composition import Composition`, etc... diff --git a/subprojects/libcomposition.wrap b/subprojects/libcomposition.wrap index 3983d0b..d7c82f5 100644 --- a/subprojects/libcomposition.wrap +++ b/subprojects/libcomposition.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://github.com/4D-STAR/libcomposition.git -revision = v1.5.1 +revision = v1.5.2 depth = 1