Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-21 | Merge pull request #1334 from hartzell/add-gcc-5.4.0 | Todd Gamblin | 1 | -0/+1 | |
Update gcc package with info about gcc-5.4.0 | |||||
2016-07-21 | Update with info about gcc-5.4.0 | George Hartzell | 1 | -0/+1 | |
2016-07-21 | Fix flake8 violations | George Hartzell | 1 | -0/+2 | |
2016-07-21 | Fix shebang line in tcl scripts | George Hartzell | 2 | -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-21 | tcl is actually a runtime dependency. | George Hartzell | 1 | -1/+1 | |
lmod uses tclsh at runtime, so adjust the depends_on accordingly (thanks @davydden!). | |||||
2016-07-21 | The lmod package should depend_on('tcl') | George Hartzell | 2 | -0/+3 | |
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-20 | MPI related changes | Glenn Johnson | 1 | -26/+22 | |
- Redid the code for setting the itac symlink for the cluster edition. - Removed the *PATH variables for MPI to avoid a conflict with other MPI environment modules. - Added missing test for `+all` when checking variants. | |||||
2016-07-20 | Changes as discussed in PR review | Glenn Johnson | 1 | -11/+7 | |
- removed unneeded entry for `debugger/gdb/intel64_mic` - set `+mpi` directory name to impi | |||||
2016-07-20 | Fix flake8 errors. | Glenn Johnson | 2 | -18/+23 | |
2016-07-20 | Setup environment for Intel Parallel Studio | Glenn Johnson | 2 | -15/+168 | |
Set up the environment for the Intel compilers and tools. This commit does the following: - Unset variables that were incorrect from the auto guess prefix inspections. - Add a RemovePath environment_modifications_formats for dotkit. - Set the module environment variables appropriate for the different variants. - Change the component logic so that the '+all' variant works. It was getting split by letter and leaving COMPONENTS empty. - Added a variant checking function. - Added NONRPM_DB_DIR to the silent.cfg so that the product database goes to the installation directory. - With the product database in prefix the code to remove the product database file from the home directory is no longer needed and was removed. - Reformat the 'tools' variant description. There are probably more variables needed for the '+tools' for the 'professional' product version but I do not have access to that. | |||||
2016-07-20 | Merge pull request #1323 from glennpj/rlib | Todd Gamblin | 1 | -0/+8 | |
Set environment variables for R | |||||
2016-07-20 | Merge pull request #1313 from sknigh/gnu-tools | Todd Gamblin | 3 | -0/+149 | |
Added packages for GNU tools screen, datamash, and parallel | |||||
2016-07-20 | Merge pull request #1326 from mwilliammyers/package-openexr | Todd Gamblin | 1 | -0/+54 | |
openexr : Add new package | |||||
2016-07-20 | Fix indent/flake8 error. | Glenn Johnson | 1 | -3/+3 | |
2016-07-20 | openexr : Add new package | mwilliammyers | 1 | -0/+54 | |
2016-07-20 | Set environment variables | Glenn Johnson | 1 | -0/+8 | |
This commit adds `setup_environment` to export the libraries and headers. Fixes #1314. | |||||
2016-07-20 | Merge pull request #1321 from mwilliammyers/package-ilmbase | Todd Gamblin | 1 | -0/+42 | |
ilmbase : Add new IlmBase package | |||||
2016-07-20 | Merge pull request #1292 from eschnett/eschnett/hdf5-default-1.10 | Todd Gamblin | 1 | -1/+1 | |
Make newest HDF5 release the default version | |||||
2016-07-20 | Merge pull request #1303 from adamjstewart/features/armadillo | Todd Gamblin | 1 | -3/+5 | |
Updates to Armadillo package | |||||
2016-07-20 | Added gnu packages datamash, parallel, and screen | Samuel Knight | 3 | -0/+149 | |
2016-07-20 | ilmbase : Add new IlmBase package | mwilliammyers | 1 | -0/+42 | |
2016-07-20 | remove FIXMEs | Todd Gamblin | 1 | -2/+0 | |
2016-07-20 | Merge branch 'cdo' of https://github.com/robertdfrench/spack into ↵ | Todd Gamblin | 1 | -0/+44 | |
robertdfrench-cdo | |||||
2016-07-20 | Merge pull request #1302 from robertdfrench/adios-url | Todd Gamblin | 1 | -2/+2 | |
Get adios from github, not NCCS | |||||
2016-07-20 | Merge pull request #1301 from robertdfrench/silver-searcher | Todd Gamblin | 1 | -1/+3 | |
Silver Searcher 0.32 is out | |||||
2016-07-20 | Merge pull request #1284 from eschnett/eschnett/py-h5py.2 | Todd Gamblin | 1 | -0/+1 | |
Declare dependency of "py-h5py +mpi" on "py-mpi4py" | |||||
2016-07-20 | Merge pull request #1291 from eschnett/eschnett/netcdf-4.4.1 | Todd Gamblin | 1 | -2/+5 | |
Update NetCDF to version 4.4.1 | |||||
2016-07-20 | Ensure that per-4.4.1 NetCDF doesn't use HDF5 1.10 | Erik Schnetter | 1 | -2/+4 | |
2016-07-19 | Draft CDO | Robert D. French | 1 | -0/+44 | |
2016-07-19 | Silver Search 0.32 is out | Robert D. French | 1 | -1/+3 | |
PEP8 Love + Re-adding v0.30.0 | |||||
2016-07-19 | Fix shared object suffix for macOS | Adam J. Stewart | 1 | -2/+2 | |
2016-07-19 | Updates to Armadillo package | Adam J. Stewart | 1 | -3/+5 | |
2016-07-19 | Download Adios from Github | Robert D. French | 1 | -2/+2 | |
Get adios from github, not NCCS Use correct hash, thanks Ben | |||||
2016-07-19 | Merge pull request #1226 from adamjstewart/features/tkinter | Todd Gamblin | 3 | -15/+62 | |
Add Tkinter support for Python | |||||
2016-07-19 | Merge pull request #1262 from davydden/pkg/suite_sparse_fix_blas | Todd Gamblin | 2 | -13/+29 | |
suite-sparse: enable TBB and fix Blas/Lapack libs | |||||
2016-07-18 | Flex requires m4 | Erik Schnetter | 1 | -0/+1 | |
2016-07-18 | Make HDF5 1.10 the default version | Erik Schnetter | 1 | -1/+1 | |
Apply this only after NetCDF 4.4.1 is supported. | |||||
2016-07-18 | Update NetCDF to version 4.4.1 | Erik Schnetter | 1 | -0/+1 | |
This version supports HDF5 1.10 in a backward-compatible manner. | |||||
2016-07-18 | Merge pull request #1204 from goxberry/cmake-3.6.0 | Todd Gamblin | 1 | -0/+1 | |
cmake@3.6.0 | |||||
2016-07-18 | Merge pull request #1287 from mwilliammyers/package-jasper | Todd Gamblin | 2 | -0/+88 | |
jasper: Add new jasper package | |||||
2016-07-18 | package - jasper - Add new jasper package | mwilliammyers | 2 | -0/+88 | |
2016-07-18 | setuptools is a build dependency in numpy. | Todd Gamblin | 1 | -1/+1 | |
2016-07-18 | Declare dependency of "py-h5py +mpi" on "py-mpi4py" | Erik Schnetter | 1 | -0/+1 | |
2016-07-18 | Merge pull request #1282 from eschnett/eschnett/py-numpy | Todd Gamblin | 1 | -0/+1 | |
py-numpy: Add py-setuptools dependencies | |||||
2016-07-18 | Merge pull request #1270 from davydden/pkg/mumps_scalapack_fix_blas | Todd Gamblin | 2 | -43/+64 | |
Pkg/mumps scalapack fix blas | |||||
2016-07-18 | py-numpy: Add py-setuptools dependencies | Erik Schnetter | 1 | -0/+1 | |
Closes #1281. | |||||
2016-07-18 | Merge pull request #1238 from davydden/pkg/mkl_update | Todd Gamblin | 1 | -1/+37 | |
mkl: add provide blas/lapack | |||||
2016-07-18 | Flake8 and new tk version | Adam J. Stewart | 2 | -9/+14 | |
2016-07-18 | Build Python with Tkinter support | Adam J. Stewart | 3 | -6/+48 | |
2016-07-18 | Merge pull request #1269 from davydden/pkg/hypre_trilinos_blas | Todd Gamblin | 2 | -17/+35 | |
Pkg/hypre trilinos blas |