1234567891011121314151617181920212223242526 |
- easyblock = 'ConfigureMake'
- name = 'M4'
- version = '1.4.17'
- homepage = 'http://www.gnu.org/software/m4/m4.html'
- description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible
- although it has some extensions (for example, handling more than 9 positional parameters to macros).
- GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."""
- toolchain = {'name': 'intel', 'version': '2018'}
- source_urls = [GNU_SOURCE]
- sources = [SOURCELOWER_TAR_GZ]
- checksums = ['3ce725133ee552b8b4baca7837fb772940b25e81b2a9dc92537aeaf733538c9e']
- # '-fgnu89-inline' is required to avoid linking errors with older glibc's,
- # see https://github.com/easybuilders/easybuild-easyconfigs/issues/529
- configopts = "--enable-c++ CPPFLAGS=-fgnu89-inline"
- sanity_check_paths = {
- 'files': ["bin/m4"],
- 'dirs': [],
- }
- moduleclass = 'devel'
|