From e67d968745f29d02facf0ec41526ccec02ba3774 Mon Sep 17 00:00:00 2001 From: Jakub Kropacek <jakub.kropacek@vsb.cz> Date: Wed, 11 Jan 2023 09:24:39 +0100 Subject: [PATCH] aaa --- docs.it4i/software/tools/easybuild.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.it4i/software/tools/easybuild.md b/docs.it4i/software/tools/easybuild.md index 6b0353ff0..c722925ab 100644 --- a/docs.it4i/software/tools/easybuild.md +++ b/docs.it4i/software/tools/easybuild.md @@ -479,7 +479,10 @@ Template requires you to fill in the `EASYBUILD_ROOT`, `CUDA_CC`, and `USER` var If you plan on writing more than one or two of your own easyconfigs, it might be useful to setup a custom easyconfig repository. Simply prepend it's path to the `robot` and `robot-paths` variables. +A detailed documentation regarding EasyBuild configuration is available [here][e]. + [a]: https://code.it4i.cz/sccs/easyconfigs-it4i [b]: http://easybuild.readthedocs.io [c]: https://github.com/hpcugent/easybuild/wiki/Compiler-toolchains [d]: https://github.com/hpcugent/easybuild-easyconfigs +[e]: https://docs.easybuild.io/en/latest/Configuration.html -- GitLab