From a00a9af37725292183006aa60c355329840c6390 Mon Sep 17 00:00:00 2001 From: Simon Branford <4967+branfosj@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:45:39 +0100 Subject: [PATCH] demo of build_info_msg easyconfig parameter --- easybuild/easyconfigs/n/NLTK/NLTK-3.7-foss-2021b.eb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/easybuild/easyconfigs/n/NLTK/NLTK-3.7-foss-2021b.eb b/easybuild/easyconfigs/n/NLTK/NLTK-3.7-foss-2021b.eb index f0cf22b03b5..4255ed7b63b 100644 --- a/easybuild/easyconfigs/n/NLTK/NLTK-3.7-foss-2021b.eb +++ b/easybuild/easyconfigs/n/NLTK/NLTK-3.7-foss-2021b.eb @@ -24,6 +24,10 @@ local_nltk_data_install = [] # ] # modextravars = {'NLTK_DATA': local_nltk_data} +build_info_msg = """To install the NLTK data sets, and set the NLTK_DATA in the module file, during install set the + 'local_nltk_data' path and uncomment the 'local_nltk_data_install' and 'modextravars'. This can be done either by + having a local copy of the easyconfig or by using hooks.""" + use_pip = True sanity_pip_check = True