From b20d3467fa80690ac1ba70c54d670e4a22c7df1c Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 22 Oct 2025 15:06:11 -0400 Subject: [PATCH] build(libcomposition): version bump for fourdst to bring in libcomposition v1.9.1 whith major preformance enhancments fourdst version v0.8.4 --- src/include/gridfire/utils/hashing.h | 8 ++++++++ subprojects/fourdst.wrap | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/include/gridfire/utils/hashing.h diff --git a/src/include/gridfire/utils/hashing.h b/src/include/gridfire/utils/hashing.h new file mode 100644 index 00000000..5dcb2df8 --- /dev/null +++ b/src/include/gridfire/utils/hashing.h @@ -0,0 +1,8 @@ +// +// Created by Emily Boudreaux on 10/22/25. +// + +#ifndef GRIDFIRE_HASHING_H +#define GRIDFIRE_HASHING_H + +#endif //GRIDFIRE_HASHING_H diff --git a/subprojects/fourdst.wrap b/subprojects/fourdst.wrap index d772afb0..ebf8dfbb 100644 --- a/subprojects/fourdst.wrap +++ b/subprojects/fourdst.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://github.com/4D-STAR/fourdst -revision = v0.8.3 +revision = v0.8.4 depth = 1