summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-27Fix QT with gcc 4.9 build error where QT's -Wl,--no-undefined interfered ↵Matthew LeGendre1-3/+5
with gcc's implicit libgcc_s.so library
2015-03-13MPICH provides environment vars to make MPI compilers behave like spack.Todd Gamblin2-0/+10
2015-03-13metis package.Todd Gamblin1-0/+32
2015-03-12Working scotch package.Todd Gamblin1-0/+39
2015-03-12Point ravel download at the github release page.Todd Gamblin1-2/+3
2015-03-12Add -Wno-dev to avoid cmake policy warnings.Todd Gamblin1-4/+3
2015-03-12Working ravel package.Todd Gamblin2-1/+25
2015-03-12Add OTF package.Todd Gamblin1-0/+21
2015-03-11SAMRAI builds on cab with new URL.Todd Gamblin1-5/+9
2015-03-11SAMRAI URL update.Todd Gamblin1-2/+2
2015-03-05Add cram package.Todd Gamblin1-0/+15
2015-02-24Last minute Qt bugfix.Todd Gamblin1-4/+3
2015-02-23Update packaging documentataion.Todd Gamblin1-2/+0
2015-02-18Added netcdf package support.Saravan Pantham1-0/+28
2015-02-18Fix for SPACK-46: cleanup spack clean, spack restage.Todd Gamblin2-11/+0
2015-02-18Resurrect combined qt4/5 package from b7dacbTodd Gamblin1-36/+41
2015-02-18Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into developGregory L. Lee3-16/+27
2015-02-18fixed deps for python packagesGregory L. Lee2-0/+2
2015-02-18llvm/clang version bumpTodd Gamblin2-11/+8
2015-02-18Downgrade standard version of ImageMagick to a non-changing URL.Todd Gamblin1-5/+19
- bleeding edge still available but commented by default.
2015-02-17fixed install steps for version 4Gregory L. Lee1-19/+36
2015-02-17Merge branch 'features/memaxes' into developTodd Gamblin20-6/+366
Conflicts: var/spack/packages/libpng/package.py
2015-02-17take out dyninst 8.2 for now.Todd Gamblin1-3/+4
- doesn't build correctly with boost 1.55
2015-02-17Merge branch 'features/python-modules' into developTodd Gamblin46-4/+947