Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-02 | Remove unnecessary imports. | George Hartzell | 1 | -2/+0 | |
Now that it's sporting a cleaner install method, these imports are unnecessary. | |||||
2016-08-02 | Remove override of `unpack(self)` | George Hartzell | 1 | -3/+0 | |
I cargo culted that from my *nextflow* package. I [thought I] needed it to work around Spack trying to use tar to unpack something that was neither a tar ball nor unpackable. This package works fine without it. In retrospect, the error that I was seeing in the *nextflow* package was probably this problem #1308. | |||||
2016-08-02 | Use cleaner mech to install script | George Hartzell | 1 | -7/+3 | |
Use @adamjstewart's nicer bit of python code in the install method. | |||||
2016-08-02 | Add package for ack | George Hartzell | 1 | -0/+57 | |
Add a package for [ack](http://beyondgrep.com/install/). Simply install the fatpacked script. It uses '#!/usr/bin/env perl' and it very much not choosy about what perl it needs. For now just trust that there's one available, perhaps someday we can/should uncomment the depends_on('perl'). Follows the methodolgy I used in nextflow. Has the same uninstall/install problem that nextflow has, there is an issue in progress for that: https://github.com/LLNL/spack/issues/1308. Tested on CentOS7. | |||||
2016-08-01 | Merge pull request #1419 from LLNL/bugfix-compiler-error-message | becker33 | 1 | -4/+8 | |
Bugfix compiler error message | |||||
2016-08-01 | fixed flake8 errors | Gregory Becker | 1 | -2/+4 | |
2016-08-01 | further improved error message | Gregory Becker | 1 | -4/+6 | |
2016-08-01 | changed error raised in concretize compiler to provide better error message | Gregory Becker | 1 | -1/+1 | |
2016-08-01 | Merge pull request #1417 from LLNL/features/combined-cray-platform-cleanup | becker33 | 2 | -74/+2 | |
Removed vestigial cray_xc platform in favor of combined cray platform | |||||
2016-08-01 | fixed architecture test | Gregory Becker | 1 | -2/+2 | |
2016-08-01 | Merge pull request #1418 from mamelara/bugfix/add_import | becker33 | 1 | -1/+1 | |
Add import statement | |||||
2016-08-01 | Add import statement | Mario Melara | 1 | -1/+1 | |
Add missing import statement for join_path | |||||
2016-08-01 | Removed vestigial cray_xc platform in favor of combined cray platform | Gregory Becker | 1 | -72/+0 | |
2016-08-01 | Merge pull request #1376 from mpbelhorn/olcf/unified_cray_platform | becker33 | 3 | -9/+133 | |
Olcf/unified cray platform | |||||
2016-08-01 | Fixes Flake8 indentation errors. | Matt Belhorn | 1 | -3/+3 | |
2016-08-01 | Prefers `bash` over `sh`. | Matt Belhorn | 1 | -1/+1 | |
Assuming a bash interactive environment will be correctly formed on login, we should prefer to probe the environment using a shell that reports itself as `bash` instead of `sh` which may not source files that set the environment modules in statements like: ``` case "$is" in bash) test -s /etc/bash.bashrc.local && . /etc/bash.bashrc.local ;; ksh) test -s /etc/ksh.kshrc.local && . /etc/ksh.kshrc.local ;; zsh) test -s /etc/zsh.zshrc.local && . /etc/zsh.zshrc.local ;; ash) test -s /etc/ash.ashrc.local && . /etc/ash.ashrc.local esac test -s /etc/sh.shrc.local && . /etc/sh.shrc.local ``` | |||||
2016-08-01 | Merge pull request #1414 from adamjstewart/fixes/filter_file | becker33 | 1 | -7/+9 | |
Fix backup=True for filter_file | |||||
2016-08-01 | Replaces bash-ism `source` for POSIX-compliant `.` | Matt Belhorn | 1 | -1/+1 | |
Change is made in order to use `/bin/sh` on systems where `/bin/sh` is not simply an alias for `/bin/bash --norc`. | |||||
2016-08-01 | Merge pull request #1343 from glennpj/r_unfilter | becker33 | 1 | -15/+29 | |
R extension dependencies with compiler wrapper | |||||
2016-08-01 | Merge pull request #1357 from hartzell/patch-6 | becker33 | 1 | -1/+1 | |
Fix doc for install_tree (cut/paste error) | |||||
2016-08-01 | Merge pull request #1234 from mwilliammyers/package-opencv | becker33 | 1 | -21/+156 | |
Update opencv package | |||||
2016-08-01 | Merge pull request #1348 from glennpj/rcurl | becker33 | 1 | -1/+2 | |
r-curl update and changed remote archive | |||||
2016-08-01 | Merge pull request #1346 from glennpj/url_list_fetch | becker33 | 1 | -41/+71 | |
Url list fetch | |||||
2016-08-01 | Merge pull request #1381 from davydden/pkg/mkl_linux | becker33 | 3 | -8/+23 | |
MKL linux fixes | |||||
2016-08-01 | Fix backup=True for filter_file | Adam J. Stewart | 1 | -7/+9 | |
2016-08-01 | Merge pull request #1365 from hartzell/feature/add-package-for-tree | becker33 | 1 | -0/+46 | |
Add package for tree | |||||
2016-08-01 | Merge pull request #1374 from hartzell/bug/fix-jdk-import-of-distutils | becker33 | 1 | -1/+1 | |
Bug: fix jdk package's use of distutils | |||||
2016-08-01 | Merge pull request #1367 from adamjstewart/features/pgi | becker33 | 1 | -0/+1 | |
Add latest version of PGI | |||||
2016-08-01 | Merge pull request #1413 from mdevlin1/fixes/libxsmm | becker33 | 1 | -1/+1 | |
Fixed libxsmm package | |||||
2016-08-01 | Merge pull request #1359 from sknigh/libhio | becker33 | 1 | -0/+45 | |
added libhio package | |||||
2016-08-01 | fixed libxsmm makefile filter | Mitchell Devlin | 1 | -1/+1 | |
2016-08-01 | Add latest version of PGI | Adam J. Stewart | 1 | -0/+1 | |
2016-08-01 | Fix flake8 line length errors | Glenn Johnson | 1 | -33/+52 | |
2016-08-01 | Merge pull request #1363 from hartzell/feature/add-package-for-cask | becker33 | 1 | -0/+53 | |
Add package for cask | |||||
2016-08-01 | Address flake8 issue | George Hartzell | 1 | -0/+1 | |
2016-08-01 | Add package for cask | George Hartzell | 1 | -0/+52 | |
Add a package for cask, the emacs project/dependency management tool. Based on [Homebrew's formula][brew]. [brew]: https://github.com/Homebrew/homebrew-core/blob/master/Formula/cask.rb | |||||
2016-08-01 | Fix jdk package's use of distutils | George Hartzell | 1 | -1/+1 | |
See issue #1364. @citibeth's fix works fine. | |||||
2016-08-01 | Merge pull request #1322 from mdevlin1/feature/libxsmm | becker33 | 1 | -0/+66 | |
Add libxsmm package | |||||
2016-08-01 | Merge pull request #1383 from epfl-scitas/packages/cp2k | becker33 | 1 | -0/+161 | |
cp2k : added package | |||||
2016-08-01 | Writes default module list to terminal when debugging. | Matt Belhorn | 1 | -10/+8 | |
2016-08-01 | cp2k : added package | alalazo | 1 | -0/+161 | |
2016-07-31 | Merge pull request #1407 from glennpj/r-ncdf4 | Todd Gamblin | 1 | -0/+56 | |
New package - r-ncdf4 | |||||
2016-07-31 | Merge pull request #1406 from glennpj/r-np | Todd Gamblin | 3 | -0/+134 | |
New package - r-np | |||||
2016-07-31 | Merge pull request #1405 from glennpj/r-survey | Todd Gamblin | 1 | -0/+47 | |
New package - r-survey | |||||
2016-07-31 | Merge pull request #1404 from glennpj/r-tarifx | Todd Gamblin | 1 | -0/+44 | |
New package - r-tarifx | |||||
2016-07-31 | Merge pull request #1403 from glennpj/r-e1071 | Todd Gamblin | 2 | -0/+89 | |
New package - r-e1071 | |||||
2016-07-31 | Merge pull request #1402 from glennpj/r-plotrix | Todd Gamblin | 1 | -0/+41 | |
New package - r-plotrix | |||||
2016-07-31 | Merge pull request #1401 from glennpj/r-gdata | Todd Gamblin | 2 | -0/+119 | |
New package - r-gdata | |||||
2016-07-31 | Merge pull request #1400 from glennpj/r-roxygen2 | Todd Gamblin | 2 | -0/+91 | |
New package - r-roxygen2 | |||||
2016-07-31 | Merge pull request #1399 from glennpj/r-testthat | Todd Gamblin | 3 | -0/+134 | |
New package - r-testthat |