Skip to content

Commit

Permalink
Merge pull request #18550 from branfosj/build_info_msg_demo
Browse files Browse the repository at this point in the history
demo of build_info_msg easyconfig parameter
  • Loading branch information
boegel authored Jan 31, 2024
2 parents 893a66d + 97c5930 commit cb1f6a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions easybuild/easyconfigs/n/NLTK/NLTK-3.7-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb1f6a8

Please sign in to comment.