Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Additional tests to increase code coverage ([!141](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/141)). - GKFS_ENABLE_UNUSED_FUNCTIONS added to disable code to increase code coverage. - Updated Parallax version to new API (parallax option needs kv_format.parallax in the path, and the database in a device with O_DIRECT) ### Changed Loading scripts/profiles/0.9.2/install/parallax.install +3 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ pkg_install() { .. make -j"${CORES}" make install # We need to copy this file as it is not installed cp ${CURR}/lib/include/parallax/structures.h ${INSTALL_DIR}/include/ } pkg_check() { Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Additional tests to increase code coverage ([!141](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/141)). - GKFS_ENABLE_UNUSED_FUNCTIONS added to disable code to increase code coverage. - Updated Parallax version to new API (parallax option needs kv_format.parallax in the path, and the database in a device with O_DIRECT) ### Changed Loading
scripts/profiles/0.9.2/install/parallax.install +3 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ pkg_install() { .. make -j"${CORES}" make install # We need to copy this file as it is not installed cp ${CURR}/lib/include/parallax/structures.h ${INSTALL_DIR}/include/ } pkg_check() { Loading