Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-15 | spack: split spack_root from prefix | Ben Boeckel | 1 | -6/+8 | |
A foundation for allowing runtime configuring of the prefix. | |||||
2015-10-15 | netcdf: link to MPI | Ben Boeckel | 2 | -15/+39 | |
Newer GNU linker refuses to use transitive linking; if netcdf calls MPI_Allreduce, it must link the providing library directly. Also switched to CMake because I don't know autoconf well enough to know how to put MPI stuff into it. | |||||
2015-10-13 | Make sure to generate output for dependencies as if they were separate tests: | Peter Scheibel | 1 | -20/+51 | |
the original intent was to generate output as if each package was a unit test, but I noticed that I was only generating test output for top-level packages. | |||||
2015-10-13 | Add spec YAML format to test output. | Peter Scheibel | 1 | -8/+11 | |
2015-10-13 | Add forgotten file from previous commit. | Todd Gamblin | 1 | -0/+5 | |
2015-10-12 | Don't create test output for any package that was already installed. | Peter Scheibel | 1 | -11/+11 | |
2015-10-12 | 1. Added Junit XML format | Peter Scheibel | 1 | -16/+34 | |
2. Specify output to a file vs. a directory 3. Use [1] and [2] to write an XML file tracking success of package installs in Junit XML format | |||||
2015-10-12 | Adding command testinstall. See "spack testinstall -h" for documentation. | Peter Scheibel | 1 | -0/+129 | |
Still need to add output formatting (in a commonly parse-able format like Junit or TAP). May want to adjust how the build log is accessed in case of a build failure. | |||||
2015-10-12 | Fix bug in colify color handling. | Todd Gamblin | 1 | -14/+4 | |
2015-10-08 | bug fix for github issue 122 | Gregory L. Lee | 1 | -1/+3 | |
2015-10-08 | update warning message for spack -k. | Todd Gamblin | 1 | -1/+1 | |
- warning said it didn't do checksums; really does. | |||||
2015-10-08 | Merge branch 'features/libxcb-1.11.1' into develop | Todd Gamblin | 1 | -1/+1 | |
2015-10-06 | gcc : fixed spec file | Massimiliano Culpo | 1 | -3/+2 | |
2015-10-06 | spec file : everything is dumped, only link rule is modified | Massimiliano Culpo | 1 | -9/+11 | |
2015-10-06 | GCC : added variants for libelf, binutils, isl. gcc@5.0: still has issues | Massimiliano Culpo | 1 | -19/+38 | |
2015-10-05 | added libxcb version 1.11.1 | Gregory L. Lee | 1 | -1/+1 | |
2015-10-01 | Added current version 3.2 of libffi version 3.1 has a bug that interferes ↵ | Mario Melara | 1 | -3/+4 | |
with glib | |||||
2015-09-29 | Merge pull request #118 from scalability-llnl/features/scr | Todd Gamblin | 1 | -2/+4 | |
update scr to 1.1.8 | |||||
2015-09-29 | update scr to 1.1.8 | Adam Moody | 1 | -2/+4 | |
2015-09-27 | an ordered database test | Gregory Becker | 2 | -1/+106 | |
2015-09-27 | Merge pull request #116 from mamelara/develop | Todd Gamblin | 4 | -0/+78 | |
Added samtools bioinformatics software | |||||
2015-09-27 | Remove enabled variants from install prefix. | Todd Gamblin | 1 | -6/+1 | |
- these make the prefix too long in many cases. - users can figure out which install is which by querying. | |||||
2015-09-27 | Remove special characters (@, %, +, ~, etc) from stage name | Todd Gamblin | 1 | -2/+9 | |
2015-09-24 | Adding bowtie2 package along with patch | Mario Melara | 2 | -0/+40 | |
2015-09-23 | Added samtools bioinformatics software | Mario Melara | 2 | -0/+38 | |
2015-09-23 | Merge pull request #102 from RasmusWL/features/fish | Todd Gamblin | 1 | -0/+18 | |
Add fish (shell) package | |||||
2015-09-23 | Merge pull request #106 from justintoo/add-package-doxygen | Todd Gamblin | 1 | -0/+25 | |
(Package) Add Doxygen (v1.8.10) | |||||
2015-09-23 | Merge pull request #110 from scalability-llnl/features/boostupdate | Todd Gamblin | 1 | -0/+4 | |
update boost package for new releases | |||||
2015-09-23 | Merge pull request #111 from scalability-llnl/features/protobuf | Todd Gamblin | 1 | -0/+16 | |
add protobuf package | |||||
2015-09-23 | Merge pull request #112 from scalability-llnl/features/glog | Todd Gamblin | 1 | -0/+15 | |
add glog package | |||||
2015-09-23 | Merge pull request #113 from scalability-llnl/features/gflags | Todd Gamblin | 1 | -0/+21 | |
add gflags package | |||||
2015-09-23 | Merge pull request #114 from scalability-llnl/features/snappy | Todd Gamblin | 2 | -0/+44 | |
Features/snappy | |||||
2015-09-23 | Merge pull request #115 from scalability-llnl/features/lmdb | Todd Gamblin | 1 | -0/+39 | |
add lmdb package | |||||
2015-09-22 | add lmdb package | Adam Moody | 1 | -0/+39 | |
2015-09-22 | add leveldb package | Adam Moody | 1 | -0/+29 | |
2015-09-21 | add snappy package | Adam Moody | 1 | -0/+15 | |
2015-09-21 | add gflags package | Adam Moody | 1 | -0/+21 | |
2015-09-21 | add glog package | Adam Moody | 1 | -0/+15 | |
2015-09-21 | add protobuf package | Adam Moody | 1 | -0/+16 | |
2015-09-18 | Add ref counting to database. This does not handle removal properly yet. | Todd Gamblin | 6 | -55/+183 | |
2015-09-17 | Allow custom timeout for database locking. | Todd Gamblin | 1 | -4/+6 | |
2015-09-17 | Simplify lock context managers. | Todd Gamblin | 10 | -43/+49 | |
2015-09-17 | Several changes to DB implementation. | Todd Gamblin | 6 | -140/+221 | |
1. Database stores a file version, so we can add to it in the future. 2. Database indexed by hashes and not numerical indexes. 3. Specs built by database have consistent hashes and it's checked. 4. minor naming and whitespace changes. | |||||
2015-09-15 | Added spack fsck and re-read from glob if the database file does not exist. ↵ | Gregory Becker | 2 | -4/+57 | |
Allows older versions to smoothly upgrade to the database. | |||||
2015-09-11 | (Package) Add Doxygen (v1.8.10) | Justin Too | 1 | -0/+25 | |
2015-09-03 | Add fish (shell) package | Rasmus Wriedt Larsen | 1 | -0/+18 | |
2015-09-03 | Added conservative locking to the spack commands that access the database at ↵ | Gregory Becker | 8 | -86/+104 | |
_index | |||||
2015-09-01 | update boost | Adam Moody | 1 | -0/+4 | |
2015-08-31 | Removed incorrect stage removal code from cleanup() in do_install() | Gregory Becker | 1 | -8/+0 | |
2015-08-31 | Fixed several issues from code review | Gregory Becker | 2 | -82/+184 | |
Most importantly wrote the Lock, Read_Lock_Instance, and Write_Lock_Instance classes in lock.py Updated the locking in database.py TODO: Lock on larger areas |