summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-03Merge branch 'develop' of https://github.com/RemoteConnectionManager/spack ↵Luigi Calori24-100/+239
into paraview_fix merge upstream develop
2016-03-03Merge pull request #475 from LLNL/features/env-and-package-provenanceTodd Gamblin6-50/+183
Features/env and package provenance
2016-03-02Merge pull request #479 from glennpj/cpathTodd Gamblin2-1/+3
Add CPATH pointing to include directories.
2016-03-02Add CPATH pointing to include directories.Glenn Johnson2-1/+3
2016-03-02Merge pull request #465 from citibeth/efischer/160229-RemoteRootBugfixTodd Gamblin1-4/+9
Bug Fix: When Spack create roots around for other versions, it someti…
2016-03-02Fixes #476: create was broken for FTP URLs.Todd Gamblin1-3/+3
2016-03-02Merge pull request #452 from epfl-scitas/llvm/cleanupTodd Gamblin1-19/+0
Cleaned package : llvm
2016-03-02Merge pull request #462 from xjrc/packages/siloTodd Gamblin1-5/+14
Update Package : Silo
2016-03-02Merge pull request #467 from citibeth/efischer/160229-CMakeTodd Gamblin2-0/+2
Efischer/160229 c make
2016-03-02Fixes #469: Store package.py files in the .spack directory.Todd Gamblin2-0/+90
- Adds packages in spack repos inside the .spack directory, so that packages can be rebuilt automatically later.
2016-03-02Fixes #175: Dump environment provenance as well as build log.Todd Gamblin3-1/+27
2016-03-02Move repo creation code into repository.pyTodd Gamblin2-46/+58
2016-03-01Fix bug in install permission setting.Todd Gamblin1-3/+8
2016-03-01Merge pull request #471 from adamjstewart/typo/ccbecker331-1/+1
Typo fix
2016-03-01Typo fixAdam J. Stewart1-1/+1
2016-02-29Undid accidental change on this branch.citibeth1-3/+3
2016-02-29Added missing cmake dependenciesElizabeth F3-3/+5
2016-02-29Bug Fix: When Spack create roots around for other versions, it sometimes ↵Elizabeth F1-4/+9
finds files it thinks are tarballs, but are not. Previously, it would crash if any such files are found. This change allows it to simply skip them and move on, processing the rest of the files it finds correctly.
2016-02-29Merge pull request #456 from LLNL/update-linksTodd Gamblin9-13/+13
Updated links to use new llnl.gov address
2016-02-28Updated links to use new llnl.gov addressIan Lee9-13/+13
2016-02-27adding new version to praview, compiled with spack -d install -j 8 ↵Luigi Calori1-3/+10
--keep-stage paraview@5.0.0+qt+python+tcl+opengl2%gcc@4.8.2 ^netcdf -mpi
2016-02-26Updated the silo package and added the '+fortran' variant.Joseph Ciurej1-5/+14
2016-02-25Merge pull request #299 from epfl-scitas/enhancement/os_detectionbecker332-4/+11
enhancement proposal : boolean support for when=<arg>
2016-02-24llvm : removed duplicate versionalalazo1-19/+0
2016-02-24Merge pull request #446 from LLNL/bugfix/python_config_compilerTodd Gamblin1-0/+14
modify compiler commands in python config files, fix for #431
2016-02-24Merge pull request #448 from epfl-scitas/packages/gromacsTodd Gamblin2-0/+58
Added package : gromacs
2016-02-24Merge pull request #450 from trws/llvm-trunkTodd Gamblin1-9/+34
llvm trunk version
2016-02-20llvm trunk versionTom Scogland1-9/+34
Adding a trunk version to the llvm package. This has all the features and requirements of the others, with the additional caveat that the llvm project makes no guarantee that trunk on all repositories together will necessarily make a working compiler. It has been tested, and worked with a version today, but not yesterday, so if you test keep that in mind.
2016-02-19Merge pull request #422 from epfl-scitas/packages/openssl_urlTodd Gamblin1-0/+39
openssl : url computation
2016-02-19gromacs : added packagealalazo2-0/+58
2016-02-18Merge pull request #298 from epfl-scitas/refactoring/resource_directiveTodd Gamblin11-215/+460
refactoring proposal : composite for Stage and FetchStrategy
2016-02-18modify compiler commands in python config files, fix for #431Gregory L. Lee1-0/+14
2016-02-18Fixes #434Todd Gamblin1-12/+20
Compiler detection was not getting triggered properly with some of the new config logic. Adjust the conditions under which Spack will serach for compilers.
2016-02-17Merge pull request #443 from trws/dicts-like-string-keysTodd Gamblin1-1/+1
remove the unprotected key name from create.py
2016-02-17remove the unprotected key name from create.pyTom Scogland1-1/+1
Small fix to use dicts correctly.
2016-02-17Merge pull request #442 from xjrc/features/mesh-packagesTodd Gamblin7-1/+167
Add Mesh Packages: Crypto++, Exodus II, ndiff, TetGen, and Triangle
2016-02-17Fixed the "+shared" variant in the "hdf5" package.Joseph Ciurej2-4/+5
2016-02-16Changed the hdf5 "+static" variant to become the "+shared" variant.Joseph Ciurej2-2/+2
2016-02-16Moved "Triangle" to "triangle" to be more in line with Spack package naming ↵Joseph Ciurej1-0/+0
conventions.
2016-02-16Added the installation files for the "ExodusII" package.Joseph Ciurej3-0/+65
Added the "+static" variant to "hdf5" to enable "ExodusII" support.
2016-02-16Added the installation files for the "TetGen" package.Joseph Ciurej1-0/+28
2016-02-16Added the installation files for the "Triangle" package.Joseph Ciurej1-0/+20
2016-02-16Added the installation files for the "ndiff" package.Joseph Ciurej1-0/+21
2016-02-16Adding the "Crypto++" package installation files.Joseph Ciurej1-0/+31
2016-02-16Merge pull request #340 from adamjstewart/features/xzTodd Gamblin1-5/+3
Remove unnecessary URLs
2016-02-16Merge pull request #440 from adamjstewart/features/mpi4pyTodd Gamblin1-0/+2
Add latest version
2016-02-15Add latest versionAdam J. Stewart1-0/+2
2016-02-14Minor code cleanup for gcc.Todd Gamblin1-6/+3
2016-02-12Merge pull request #354 from eschnett/eschnett/libeditTodd Gamblin1-0/+2
libedit depends on ncurses
2016-02-12Merge pull request #437 from davidbeckingsale/features/dk-short-namesTodd Gamblin1-4/+9
Use hash to make shorter module and dotkit names, fixes #433