Skip to content

Commit d74894f

Browse files
author
Mathieu Taillefumier
committed
Fix typo in the ci/cd cmake command line
1 parent 321370a commit d74894f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include:
2828
-DTM_USE_QUDA=ON \
2929
-DTM_USE_LEMON=ON \
3030
-DTM_ENABLE_ALIGNMENT=32 \
31-
-DTM_USE_GAUGE_COPY-ON \
31+
-DTM_USE_GAUGE_COPY=ON \
3232
-DTM_USE_HALFSPINOR=ON \
3333
-DCMAKE_INSTALL_PREFIX=../install_dir ..
3434
make

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Lemonio(AutotoolsPackage, CMakePackage):
1818
version('master', branch='master')
1919

2020
depends_on("libtool", type="build", when="@master build_system=cmake")
21-
depends_on("cmake", type="build", when="master build_system=cmake")
21+
depends_on("cmake@4", type="build", when="master build_system=cmake")
2222

2323
depends_on('mpi')
2424

0 commit comments

Comments
 (0)