diff options
author | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2016-09-20 11:26:25 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-09-20 02:26:25 -0700 |
commit | ea446c0f0ea0dc905ea66ad6a902cbb4713f920a (patch) | |
tree | 8c21e7e441bf5877ef234dad7bd68a74bd6d5f66 /.gitignore | |
parent | efadc0e2997015545d656f587a5478c9fcc1c2ad (diff) | |
download | spack-ea446c0f0ea0dc905ea66ad6a902cbb4713f920a.tar.gz spack-ea446c0f0ea0dc905ea66ad6a902cbb4713f920a.tar.bz2 spack-ea446c0f0ea0dc905ea66ad6a902cbb4713f920a.tar.xz spack-ea446c0f0ea0dc905ea66ad6a902cbb4713f920a.zip |
lmod : added support for the creation of hierarchical lua module files (#1723)
Includes :
- treatment of a generic hierarchy (i.e. lapack + mpi + compiler)
- possibility to specify which compilers are to be considered Core
- correct treatment of the 'family' directive
- unit tests for most new features
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b1215f0c7e..072bf30c07 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ /etc/spackconfig /share/spack/dotkit /share/spack/modules +/share/spack/lmod /TAGS /htmlcov .coverage |