aboutsummaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-18 15:53:34 +0100
committerThomas White <taw@physics.org>2023-12-18 16:12:24 +0100
commit76b2c2c22b07a28dc04ecd65333bb02d0749b78b (patch)
treeb6ee8a1bd07b88d437cd4c9a75724746d5acf18a /subprojects
parent3b5fd2d07163def85c8ef17ba250bf4f056ec34f (diff)
Pin Millepede version to V04-13-06
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.
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/millepede.wrap2
-rw-r--r--subprojects/packagefiles/millepede/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/millepede.wrap b/subprojects/millepede.wrap
index dc124637..7fbc70b7 100644
--- a/subprojects/millepede.wrap
+++ b/subprojects/millepede.wrap
@@ -1,6 +1,6 @@
[wrap-git]
directory = millepede
url = https://gitlab.desy.de/claus.kleinwort/millepede-ii.git
-revision = main
+revision = V04-13-06
depth = 1
patch_directory = millepede
diff --git a/subprojects/packagefiles/millepede/meson.build b/subprojects/packagefiles/millepede/meson.build
index eab03d24..61f1bfea 100644
--- a/subprojects/packagefiles/millepede/meson.build
+++ b/subprojects/packagefiles/millepede/meson.build
@@ -1,6 +1,6 @@
# Meson file for Millepede-II
project('millepede', ['c', 'fortran'],
- version: '2.0.0',
+ version: 'V04-13-06',
license: 'LGPL2+',
default_options: ['buildtype=debugoptimized'])