Skip to content

Commit 7f343cb

Browse files
author
Mathieu Taillefumier
committed
more testing
1 parent 53e7cec commit 7f343cb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.ci/cscs_default_pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ build-quda/uenv/daint-gh200:
1212
extends: .uenv-builder-daint-gh200
1313
variables:
1414
UENV_RECIPE: .ci/uenv-recipes/tmlqcd/daint-gh200
15-
15+
UENV_VERSION: v1
16+
1617
test/daint-gh200:
1718
extends: .test/hmc
1819
variables:

.ci/include/cscs/01-test-templates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include:
55
.test/base:
66
stage: test
77
extends: .uenv-runner-daint-gh200
8+
needs: ["build-quda/uenv/daint-gh200"]
89
image: ${UENV_NAME}/${UENV_VERSION}:${UENV_TAG}
910
variables:
1011
WITH_UENV_VIEW: "default"

.ci/uenv-recipes/tmlqcd/daint-gh200/repo/packages/lemonio/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ class Lemonio(CMakePackage):
1717
license("GPL-3.0-or-later")
1818

1919
version("master", branch="master")
20-
20+
variant("shared", default=False, description="Build shared library")
2121
depends_on("libtool", type="build", when="@master build_system=cmake")
22-
depends_on("cmake@4", type="build", when="master build_system=cmake")
22+
depends_on("cmake@3.28:", type="build", when="@master build_system=cmake")
2323

2424
depends_on("mpi")
2525

0 commit comments

Comments
 (0)