Skip to content

Commit 7ba0df7

Browse files
committed
Corrections to the example
1 parent 9a68804 commit 7ba0df7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/2022-CSC_and_LO/2_Using/2_02_creating_easyconfig_files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,13 +894,13 @@ version = '1.0.1'
894894
homepage = 'https://easybuilders.github.io/easybuild-tutorial'
895895
description = "EasyBuild tutorial example"
896896
897-
toolchain = {'name': 'GCC', 'version': '10.2.0'}
897+
toolchain = {'name': 'cpeCray', 'version': '21.12'}
898898
899899
source_urls = ['https://github.com/easybuilders/easybuild-tutorial/raw/main/docs/files/']
900900
sources = [SOURCE_TAR_GZ]
901901
checksums = ['d6cec2ea298f4092cb1b880cb017220ab191561da941e9e480639cf3354b7ef9']
902902
903-
builddependencies = [('CMake', '3.18.4')]
903+
builddependencies = [('buildtools', '%(toolchain_version)s', '', True)]
904904
905905
configopts = "-DEBTUTORIAL_MSG='Hello from the EasyBuild tutorial!' "
906906

0 commit comments

Comments
 (0)