summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-21Fix recursive module loading.Michael Kuhn1-4/+4
2016-07-20Merge pull request #1205 from glennpj/psxeGregory Lee3-20/+171
Setup environment for Intel Parallel Studio
2016-07-20MPI related changesGlenn Johnson1-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-20Changes as discussed in PR reviewGlenn Johnson1-11/+7
- removed unneeded entry for `debugger/gdb/intel64_mic` - set `+mpi` directory name to impi
2016-07-20Fix flake8 errors.Glenn Johnson2-18/+23
2016-07-20Setup environment for Intel Parallel StudioGlenn Johnson3-15/+169
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-20Merge pull request #1323 from glennpj/rlibTodd Gamblin1-0/+8
Set environment variables for R
2016-07-20Merge pull request #1313 from sknigh/gnu-toolsTodd Gamblin3-0/+149
Added packages for GNU tools screen, datamash, and parallel
2016-07-20Merge pull request #1326 from mwilliammyers/package-openexrTodd Gamblin1-0/+54
openexr : Add new package
2016-07-20Fix indent/flake8 error.Glenn Johnson1-3/+3
2016-07-20openexr : Add new packagemwilliammyers1-0/+54
2016-07-20Set environment variablesGlenn Johnson1-0/+8
This commit adds `setup_environment` to export the libraries and headers. Fixes #1314.
2016-07-20Merge pull request #1277 from mathstuf/special-deptypesTodd Gamblin3-5/+10
deptypes: support special deptypes by string
2016-07-20Merge pull request #1321 from mwilliammyers/package-ilmbaseTodd Gamblin1-0/+42
ilmbase : Add new IlmBase package
2016-07-20Merge pull request #1292 from eschnett/eschnett/hdf5-default-1.10Todd Gamblin1-1/+1
Make newest HDF5 release the default version
2016-07-20Merge pull request #1303 from adamjstewart/features/armadilloTodd Gamblin1-3/+5
Updates to Armadillo package
2016-07-20Merge pull request #1319 from LLNL/cray-linkerTodd Gamblin4-9/+25
Cray linker
2016-07-20Added gnu packages datamash, parallel, and screenSamuel Knight3-0/+149
2016-07-20added package as argument to setup_platform_environmentGregory Becker3-3/+6
2016-07-20ilmbase : Add new IlmBase packagemwilliammyers1-0/+42
2016-07-20Documented linker defaultGregory Becker1-0/+4
2016-07-20fixed flake errorsGregory Becker2-10/+5
2016-07-20removed commented-out codeGregory Becker1-5/+0
2016-07-20Set default link type to dynamic on cray. Includes hooks for platform-based ↵Gregory Becker3-0/+19
environment changes
2016-07-20Merge pull request #1315 from LLNL/improved-cray-detectionTodd Gamblin1-6/+11
Improved cray detection
2016-07-20fixed flake errorsGregory Becker1-2/+2
2016-07-20fixed flake errorsGregory Becker1-2/+5
2016-07-20Improved cray_xc detection bug fixGregory Becker1-1/+3
2016-07-20Improved cray_xc detectionGregory Becker1-5/+5
2016-07-20remove FIXMEsTodd Gamblin1-2/+0
2016-07-20Merge branch 'cdo' of https://github.com/robertdfrench/spack into ↵Todd Gamblin1-0/+44
robertdfrench-cdo
2016-07-20Merge pull request #1302 from robertdfrench/adios-urlTodd Gamblin1-2/+2
Get adios from github, not NCCS
2016-07-20Merge pull request #1301 from robertdfrench/silver-searcherTodd Gamblin1-1/+3
Silver Searcher 0.32 is out
2016-07-20Merge pull request #1284 from eschnett/eschnett/py-h5py.2Todd Gamblin1-0/+1
Declare dependency of "py-h5py +mpi" on "py-mpi4py"
2016-07-20Merge pull request #1288 from LLNL/features/cray_compiler_namesTodd Gamblin5-2/+12
Let packages call use_cray_compilers() in install to get , etc set to…
2016-07-20Merge pull request #1291 from eschnett/eschnett/netcdf-4.4.1Todd Gamblin1-2/+5
Update NetCDF to version 4.4.1
2016-07-20Ensure that per-4.4.1 NetCDF doesn't use HDF5 1.10Erik Schnetter1-2/+4
2016-07-20Merge pull request #1311 from adamjstewart/features/licensesTodd Gamblin1-0/+1
Re-ignore licenses directory
2016-07-20Re-ignore licenses directoryAdam J. Stewart1-0/+1
2016-07-19Merge pull request #1309 from LLNL/features/spack-defaultsTodd Gamblin6-13/+56
Add "default" configuration scope.
2016-07-19Add "default" configuration scope.Todd Gamblin6-13/+56
- Default scope is versioned with spack and can be overridden by site or user config. - Default scope provides sensible default concretization preferences for all of Spack. - per-platform concretization scope can be added later (to force a particular MPI on, e.g., Cray systems)
2016-07-19Draft CDORobert D. French1-0/+44
2016-07-19Make frontend OS on Cray machines a proper linux distro.Todd Gamblin1-7/+8
2016-07-19deptypes: support special deptypes by stringBen Boeckel3-5/+10
2016-07-19Silver Search 0.32 is outRobert D. French1-1/+3
PEP8 Love + Re-adding v0.30.0
2016-07-19Fix shared object suffix for macOSAdam J. Stewart1-2/+2
2016-07-19Updates to Armadillo packageAdam J. Stewart1-3/+5
2016-07-19Download Adios from GithubRobert D. French1-2/+2
Get adios from github, not NCCS Use correct hash, thanks Ben
2016-07-19Merge pull request #1226 from adamjstewart/features/tkinterTodd Gamblin3-15/+62
Add Tkinter support for Python
2016-07-19Merge pull request #1135 from epfl-scitas/features/module_refresh_reworkingTodd Gamblin14-292/+640
spack module : reworking of the command