Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-06 | Merge Alfredo's Mitos changes from github with Greg's Python changes. | Todd Gamblin | 1 | -2/+3 | |
2015-06-04 | Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into develop | Gregory L. Lee | 20 | -5/+50 | |
2015-06-04 | new package versions | Gregory L. Lee | 2 | -1/+4 | |
2015-06-03 | Dyninst 8.2.1+ dependency for cmake | Alfredo Gimenez | 1 | -1/+1 | |
2015-06-03 | Mitos updated with new release | Alfredo Gimenez | 1 | -1/+2 | |
2015-06-03 | new Python extensions | Gregory L. Lee | 2 | -0/+29 | |
2015-06-03 | updated url | Gregory L. Lee | 1 | -2/+1 | |
2015-06-01 | updated Python extension versions | Gregory L. Lee | 17 | -2/+19 | |
2015-06-01 | fixed cython activation conflict | Gregory L. Lee | 1 | -1/+2 | |
2015-05-18 | Merge branch 'features/optional-deps' into develop | Todd Gamblin | 12 | -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-18 | YAML config files for compilers and mirrors | Matthew LeGendre | 3 | -12/+12 | |
2015-05-12 | added py-pandas | Gregory L. Lee | 1 | -0/+20 | |
2015-05-12 | Work on SPACK-41: Optional dependencies work for simple conditions. | Todd Gamblin | 6 | -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-10 | Merge branch 'features/yaml-spec' into features/optional-deps | Todd Gamblin | 2 | -1/+6 | |
2015-05-10 | Fix bug in directory layout hidden files() | Todd Gamblin | 1 | -1/+3 | |
2015-05-10 | Fix SPACK-40: Finish adding variant directive. | Todd Gamblin | 1 | -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-30 | added simple spack package files for uncrustify and cppcheck | Cyrus Harrison | 2 | -0/+29 | |
2015-04-09 | MemAxes and Mitos | Alfredo Gimenez | 2 | -3/+2 | |
2015-04-01 | Version bump for adept-utils | Todd Gamblin | 1 | -1/+2 | |
2015-03-30 | Add binutils as a gcc dependency so it doesn't use the system linker/assembler. | Matthew LeGendre | 2 | -0/+22 | |
2015-03-27 | Fix QT with gcc 4.9 build error where QT's -Wl,--no-undefined interfered ↵ | Matthew LeGendre | 1 | -3/+5 | |
with gcc's implicit libgcc_s.so library | |||||
2015-03-13 | MPICH provides environment vars to make MPI compilers behave like spack. | Todd Gamblin | 2 | -0/+10 | |
2015-03-13 | metis package. | Todd Gamblin | 1 | -0/+32 | |
2015-03-12 | Working scotch package. | Todd Gamblin | 1 | -0/+39 | |
2015-03-12 | Point ravel download at the github release page. | Todd Gamblin | 1 | -2/+3 | |
2015-03-12 | Add -Wno-dev to avoid cmake policy warnings. | Todd Gamblin | 1 | -4/+3 | |
2015-03-12 | Working ravel package. | Todd Gamblin | 2 | -1/+25 | |
2015-03-12 | Add OTF package. | Todd Gamblin | 1 | -0/+21 | |
2015-03-11 | SAMRAI builds on cab with new URL. | Todd Gamblin | 1 | -5/+9 | |
2015-03-11 | SAMRAI URL update. | Todd Gamblin | 1 | -2/+2 | |
2015-03-05 | Add cram package. | Todd Gamblin | 1 | -0/+15 | |
2015-02-24 | Last minute Qt bugfix. | Todd Gamblin | 1 | -4/+3 | |
2015-02-23 | Update packaging documentataion. | Todd Gamblin | 1 | -2/+0 | |
2015-02-18 | Added netcdf package support. | Saravan Pantham | 1 | -0/+28 | |
2015-02-18 | Fix for SPACK-46: cleanup spack clean, spack restage. | Todd Gamblin | 2 | -11/+0 | |
2015-02-18 | Resurrect combined qt4/5 package from b7dacb | Todd Gamblin | 1 | -36/+41 | |
2015-02-18 | Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into develop | Gregory L. Lee | 3 | -16/+27 | |
2015-02-18 | fixed deps for python packages | Gregory L. Lee | 2 | -0/+2 | |
2015-02-18 | llvm/clang version bump | Todd Gamblin | 2 | -11/+8 | |
2015-02-18 | Downgrade standard version of ImageMagick to a non-changing URL. | Todd Gamblin | 1 | -5/+19 | |
- bleeding edge still available but commented by default. | |||||
2015-02-17 | fixed install steps for version 4 | Gregory L. Lee | 1 | -19/+36 | |
2015-02-17 | Merge branch 'features/memaxes' into develop | Todd Gamblin | 20 | -6/+366 | |
Conflicts: var/spack/packages/libpng/package.py | |||||
2015-02-17 | take out dyninst 8.2 for now. | Todd Gamblin | 1 | -3/+4 | |
- doesn't build correctly with boost 1.55 | |||||
2015-02-17 | Merge branch 'features/python-modules' into develop | Todd Gamblin | 46 | -4/+947 | |
2015-02-17 | Ignore conflicting nose tests in py-nose and py-matplotlib. | Todd Gamblin | 2 | -2/+3 | |
2015-02-17 | Factor ignore logic into a predicate builder. | Todd Gamblin | 1 | -14/+11 | |
2015-02-16 | More py-setuptools dependencies added. | Todd Gamblin | 5 | -2/+6 | |
2015-02-16 | Add package-specific rpath back to shiboken and pyside. | Todd Gamblin | 2 | -4/+16 | |
2015-02-16 | Allow forced deactivation -- best effort unlinking | Todd Gamblin | 1 | -2/+3 | |
spack deactivate -f will unlink even if Spack thinks the package isn't enabled. Made deactivate routines idempotent. | |||||
2015-02-15 | Python package cleanup. | Todd Gamblin | 6 | -3/+32 | |
- Added a number of dependencies to python packages. - Python packages may still not build without some OS support. - Example: Numpy needs ATLAS, and will use a system ATLAS install. - Atlas requires turning off CPU throttling to build. - can't do this as a regular user -- how to build ATLAS with Spack - currnetly relying on a system ATLAS install. |