summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lmod
AgeCommit message (Collapse)AuthorFilesLines
2017-12-08Relax restriction on lua version. (#5886)Chris Green1-1/+1
2017-11-14Add the latest version of Lmod (#6297)Adam J. Stewart1-0/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-09-25Add info for lmod@7.7 and lmod@7.6.14 (#5450)George Hartzell1-0/+2
Lightly tested on CentOS 7
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-11Add patch to fix missing MODULESHOME in profile (#4214)Adam J. Stewart2-12/+40
2017-05-05Add latest version of Lmod (#4141)Adam J. Stewart1-1/+2
2017-04-29A few updates to packages (mostly version updates) (#4049)Massimiliano Culpo1-0/+1
2017-04-07lmod: added new version (#3763)Massimiliano Culpo1-0/+1
2017-03-28Add version info for 7.4.1 (#3600)George Hartzell1-0/+1
2017-03-16Add latest version of lmod (#3467)Adam J. Stewart1-1/+2
2017-01-18Massive conversion from Package to AutotoolsPackage (#2845)Adam J. Stewart1-5/+1
* Massive conversion from Package to AutotoolsPackage * Forgot to convert p4est to AutotoolsPackage * Fix typo * Fix broken link in docs
2017-01-07Get Rid of nobuild, nolink, and alldeps (#2765)Elizabeth Fischer1-3/+3
* Removing the nobuild, nolink, and alldeps dependency types in favor of being explicit. * This will help with maintenance going forward, as adding more dependency types won't affect existing declared dependencies in weird ways. * default deptype is still `('build', 'link')`
2016-08-30Undo changes to trailing triple quotes in docstringAdam J. Stewart1-1/+2
2016-08-30Fix package docstrings, #1612Adam J. Stewart1-4/+3
2016-08-10Remove unneeded noqa comments.Todd Gamblin1-1/+1
2016-08-06No need to patch Lmod after 6.4.4George Hartzell1-3/+5
The Lmod author changed the src so that it uses the tclsh (and shared libraries) discovered at configure time. He did it differently that I did in this patch, but he changes solve our problem too, so...
2016-07-21Fix flake8 violationsGeorge Hartzell1-0/+2
2016-07-21Fix shebang line in tcl scriptsGeorge Hartzell2-1/+20
Lmod's configure script goes to the trouble of finding tclsh. This change uses that info to rewrite the #! lines in the tcl scripts so that they call the tclsh that the configure script discovered. It needs to massage the existing shebang lines into something that the sed statement in the makefile can manipulate and it needs to add the path_to_tclsh info into the set of sed statements. Checked with versions 6.4.1 and 6.3.7 (the checksum for 6.0.1 is incorrect, a fix for another time).
2016-07-21tcl is actually a runtime dependency.George Hartzell1-1/+1
lmod uses tclsh at runtime, so adjust the depends_on accordingly (thanks @davydden!).
2016-07-21The lmod package should depend_on('tcl')George Hartzell1-0/+1
The lmod package needs a tclsh. Up until now it just assumed that one was available on the system. This change adds a depends_on('tcl') to the lmod package. The tcl package installs a tclsh script with an embedded version number (e.g. tclsh8.6) but the lmod configuration looks for tclsh. This change extends the tcl package to symlink tclshX.Y to tclsh in the tcl package bin directory.
2016-07-14deptypes: mark deptypes in packagesBen Boeckel1-2/+2
2016-06-08qa : fixed flake8 issuesalalazo1-3/+5
2016-06-08lmod : fixed issues with LUA_PATH during installationalalazo1-2/+8
2016-06-08lmod : updated package and dependenciesalalazo1-8/+8
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-0/+26
Conflicts: lib/spack/spack/cmd/create.py lib/spack/spack/cmd/extensions.py lib/spack/spack/cmd/fetch.py lib/spack/spack/cmd/uninstall.py lib/spack/spack/config.py lib/spack/spack/database.py lib/spack/spack/directory_layout.py lib/spack/spack/packages.py lib/spack/spack/spec.py