summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
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
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-26Merge branch 'benjaminwalters-develop' into features/blasTodd Gamblin2-5/+52
Conflicts: var/spack/packages/lapack/package.py
2015-03-26Merge branch 'kev40293-develop' into features/blasTodd Gamblin3-0/+97
2015-03-19Removed subprocess.call calls and replaced with spack symlink callsBenjamin Walters2-5/+3
2015-03-19Added package files for Lapack (has virtual dependency blas) and Netlib blas ↵Benjamin Walters2-0/+70
(provides virtual dependency blas).
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