aboutsummaryrefslogtreecommitdiff
path: root/subprojects
AgeCommit message (Collapse)Author
2023-12-18Pin Millepede version to V04-13-06Thomas White
Unfortunately, V04-14-00 cannot be compiled with older Meson versions (which we otherwise support) - they apparent confuse the old version of the Fortran dependency scanner with use of #ifdef. There's not currently much for us to gain from a more recent Millepede version, so this is the easiest solution.
2023-08-30Meson: Update wrap for cJSONThomas White
2023-08-29Meson: Simplify Millepede build systemThomas White
There are no dependencies, only a subproject via wrap.
2023-08-24Use built-in Mille writer instead of wrapping C++ versionThomas White
2023-07-28FormattingThomas White
2023-07-28Millepede: Add optional zlib dependency (enable gzipped data files)Thomas White
2023-07-28Add C wrapper for MilleThomas White
2023-07-28Add wrapped Millepede dependencyThomas White
2023-05-10Meson: Update Eigen wrapThomas White
Previously, compilation of some of CrystFEL's dependencies would break when using a version of Eigen previously installed by CrystFEL's own build system (i.e. by the Meson wrap for Eigen). This was because of a bug in the pkg-config file. The updated Eigen wrap includes a fix.
2022-11-18Update libCCP4 wrap to 8.0.0Thomas White
2022-06-08Meson: Update wrap for libccp4cThomas White
2022-06-02Seedee deserializationThomas White
2022-01-10Meson: Switch to libccp4c from WrapDBThomas White
2021-10-13Meson: Get zlib via wrapThomas White
2021-10-07Meson: Get PinkIndexer via wrapThomas White
2021-10-07Meson: Get Xgandalf via wrapThomas White
2021-09-17Meson: Quieten down the libccp4c compilationThomas White
Hopefully we can get these warnings fixed upstream, but I don't think it will happen soon.
2021-09-06Meson: Get FDIP via a WrapThomas White
2021-09-03Meson: Add libccp4c as a wrapped subprojectThomas White