summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2015-06-11Small ruby enhancement and tmuxinator packageTom Scogland2-0/+42
It is currently less painful to pull the source from github, compile it into a gem, then install the gem, than it is to download a gem and install it. This still lacks an activation mechanism, but `spack use tmuxinator` is functional.
2015-06-10partial upgrade to vim packageTom Scogland1-3/+37
2015-06-10Merge pull request #58 from trws/python-cffiTodd Gamblin2-0/+32
Python cffi
2015-06-10Merge pull request #56 from trws/uuid-task-and-taskdTodd Gamblin3-0/+56
package files for libuuid, needed for flux and taskwarrior packages
2015-06-09nettle depends on gmp, without it the nettle build fails on gcc 4.9.2Tom Scogland1-0/+2
2015-06-09new package files for python-cffi and its dependency pycparserTom Scogland2-0/+32
2015-06-09package files for libuuid, needed for flux and taskwarrior packages, along ↵Tom Scogland3-0/+56
with the taskwarrior packages
2015-06-09Fix Boost finding in Dyninst 8.2.1.Todd Gamblin1-3/+5
2015-06-07Upate ATLAS and netlib-blas.Todd Gamblin2-12/+39
2015-06-06Make blas a virtual dependency, default netlib-blas.Todd Gamblin3-20/+8
2015-06-06Add disablement of cpu throttle check.Todd Gamblin1-1/+13
2015-06-06Delete lapack/atlas combined package.Todd Gamblin1-40/+0
2015-06-06Rename netlib_blas -> netlib-blasTodd Gamblin2-2/+2
2015-06-06Merge branch 'psaravan-fastmath' into features/fastmathTodd Gamblin10-20/+272
Conflicts: var/spack/packages/lapack/package.py
2015-06-06Merge branch 'develop' into features/fastmathTodd Gamblin41-27/+252
2015-06-06Remove dummy fastmath package.Todd Gamblin1-15/+0
2015-06-06fix up Saravan's petsc installTodd Gamblin1-12/+17
2015-06-06Working Hypre, PARPACK.Todd Gamblin3-30/+48
2015-06-06CGM package working on cab.Todd Gamblin1-6/+14
2015-06-06CBLAS package working and patching in spack compilers.Todd Gamblin1-11/+21
2015-06-06Working boxlib package.Todd Gamblin1-6/+16
2015-06-06Working ARPACK package.Todd Gamblin1-2/+6
2015-06-06Remove autosave files from saravan's PRTodd Gamblin2-41/+0
2015-06-06Clean up arpack build, use the Spack f77 compiler.Todd Gamblin1-10/+23
2015-06-06Updated HDF5 to use MPI.Saravan Pantham1-3/+3
2015-06-06Updated Zoltan.Saravan Pantham1-33/+0
2015-06-06Added more FASTMath packages.Saravan Pantham13-20/+279
2015-06-06Fixed BLAS and Lapack installationsSaravan Pantham2-16/+7
2015-06-06Added Lapack packageSaravan Pantham1-0/+31
2015-06-06Added BLAS packageSaravan Pantham1-0/+21
2015-06-06Merge Alfredo's Mitos changes from github with Greg's Python changes.Todd Gamblin1-2/+3
2015-06-04Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into developGregory L. Lee20-5/+50
2015-06-04new package versionsGregory L. Lee2-1/+4
2015-06-03Dyninst 8.2.1+ dependency for cmakeAlfredo Gimenez1-1/+1
2015-06-03Mitos updated with new releaseAlfredo Gimenez1-1/+2
2015-06-03new Python extensionsGregory L. Lee2-0/+29
2015-06-03updated urlGregory L. Lee1-2/+1
2015-06-01updated Python extension versionsGregory L. Lee17-2/+19
2015-06-01fixed cython activation conflictGregory L. Lee1-1/+2
2015-05-18Merge branch 'features/optional-deps' into developTodd Gamblin12-13/+116
This includes: - Much better variant support (+debug/-debug) - Optional dependency support (depends_on(... , when='<condition>') - New config file format (YAML in ~/.spack) - New Spec format (YAML in $prefix/.spack/spec.yaml)
2015-05-18YAML config files for compilers and mirrorsMatthew LeGendre3-12/+12
2015-05-12added py-pandasGregory L. Lee1-0/+20
2015-05-12Work on SPACK-41: Optional dependencies work for simple conditions.Todd Gamblin6-0/+95
- Can depend conditionally based on variant, compiler, arch, deps, etc - normalize() is not iterative yet: no chaining depends_ons - really need a SAT solver, but iterative will at least handle simple cases. - Added "strict" option to Spec.satisfies() - strict checks that ALL of other's constraints are met (not just the ones self shares) - Consider splitting these out into two methods: could_satisfy() and satisfies() - didn't do this yet as it would require changing code that uses satisfies() - Changed semantics of __contains__ to use strict satisfaction (SPACK-56) - Added tests for optional dependencies. - The constrain() method on Specs, compilers, versions, etc. now returns whether the spec changed as a result of the call.
2015-05-10Merge branch 'features/yaml-spec' into features/optional-depsTodd Gamblin2-1/+6
2015-05-10Fix bug in directory layout hidden files()Todd Gamblin1-1/+3
2015-05-10Fix SPACK-40: Finish adding variant directive.Todd Gamblin1-0/+3
- Variants are now declarable in packages using the variant() directive. - Variants are checked - you can't just ask for a random variant, it has to be declared. - conditional logic (@when, if, '+debug' in spec, etc.) still required in package to implement variant.
2015-04-30added simple spack package files for uncrustify and cppcheckCyrus Harrison2-0/+29
2015-04-09MemAxes and MitosAlfredo Gimenez2-3/+2
2015-04-01Version bump for adept-utilsTodd Gamblin1-1/+2
2015-03-30Add binutils as a gcc dependency so it doesn't use the system linker/assembler.Matthew LeGendre2-0/+22