Age | Commit message (Expand) | Author | Files | Lines |
2017-01-18 | OpenMPI: Update auto-detection of Verbs library location (#2124) | Erik Schnetter | 1 | -0/+3 |
2017-01-18 | Massive conversion from Package to AutotoolsPackage (#2845) | Adam J. Stewart | 313 | -2119/+384 |
2017-01-18 | gmsh: add 2.16 (#2857) | Denis Davydov | 1 | -0/+1 |
2017-01-18 | octave: add 4.2.0; fix Blas/Lapack; use AutotoolsPackage (#2858) | Denis Davydov | 1 | -11/+12 |
2017-01-18 | Convert 3 more new packages to PythonPackage (#2841) | Adam J. Stewart | 3 | -17/+3 |
2017-01-18 | papi: Update to 5.5.1 (#2849) | Erik Schnetter | 1 | -0/+1 |
2017-01-18 | hwloc: Update to 1.11.5 (#2851) | Erik Schnetter | 1 | -0/+1 |
2017-01-18 | curl: update to 7.52.1 (#2852) | Erik Schnetter | 1 | -0/+1 |
2017-01-18 | cmake: Update to 3.7.2 (#2853) | Erik Schnetter | 1 | -0/+1 |
2017-01-18 | jemalloc: Update to 4.4.0 (#2850) | Erik Schnetter | 1 | -0/+1 |
2017-01-17 | Allow spack create to detect packages that need to run autoreconf (#2848) | Adam J. Stewart | 1 | -15/+47 |
2017-01-17 | oce: add 0.18 and fix patching (#2844) | Denis Davydov | 2 | -40/+10 |
2017-01-17 | check if node is already deleted (#2799) | Jason Sarich | 1 | -2/+3 |
2017-01-17 | p4est: switch to AutotoolsPackage (#2839) | Denis Davydov | 1 | -10/+3 |
2017-01-17 | Support scionlib version detection (#2818) | Adam J. Stewart | 2 | -0/+8 |
2017-01-16 | Bump version to 0.10.0 | Todd Gamblin | 1 | -1/+1 |
2017-01-16 | Add release branches to travis testing. | Todd Gamblin | 1 | -0/+1 |
2017-01-16 | Add PythonPackage base class | Adam J. Stewart | 169 | -1011/+849 |
2017-01-16 | Major improvements to spack create (#2707) | Adam J. Stewart | 7 | -449/+526 |
2017-01-16 | Set MPI environment variables to the compiler wrappers on Cray (#2762) | Mario Melara | 1 | -7/+12 |
2017-01-16 | Don't duplicate spack test in spack help (#2837) | Adam J. Stewart | 1 | -3/+2 |
2017-01-16 | Add lmod support for `spack module loads` (#2758) | George Hartzell | 1 | -0/+1 |
2017-01-16 | Specify Python location in VisIt in a more uniform fashion. (#2803) | Jon Rood | 1 | -2/+1 |
2017-01-16 | Fix issue with Mac OS version detection in m4 package. (#2835) | Todd Gamblin | 1 | -3/+3 |
2017-01-16 | petsc: add 64bit variant (#2655) | Denis Davydov | 6 | -23/+44 |
2017-01-16 | isl: add latest version (#2834) | Axel Huebl | 1 | -0/+1 |
2017-01-15 | Parser fix (#2769) | becker33 | 9 | -109/+246 |
2017-01-15 | Updating BoxLib with the ability to build again. (#2813) | Jon Rood | 1 | -16/+18 |
2017-01-15 | Add Astra package (#2800) | Adam J. Stewart | 1 | -0/+41 |
2017-01-15 | Added customization for make targets in 'build' and 'install' phases for CMak... | Adam J. Stewart | 8 | -78/+96 |
2017-01-15 | New package: CppAD (#2832) | Jean-Paul Pelteret | 1 | -0/+48 |
2017-01-15 | Remove cmake build dep from CMakePackages (#2684) | Adam J. Stewart | 10 | -18/+1 |
2017-01-15 | Add list_url to cmake (#2714) | Adam J. Stewart | 1 | -2/+4 |
2017-01-15 | Clang & Boost: No PCH (#2827) | Axel Huebl | 1 | -0/+7 |
2017-01-15 | Add a test to exercise non-buildable external packages. (#2833) | Todd Gamblin | 1 | -2/+30 |
2017-01-15 | Fixed find -lp command (coloring was broken) (#2820) | becker33 | 1 | -3/+2 |
2017-01-15 | Packages: Add CUDA8 (#2823) | Axel Huebl | 1 | -0/+2 |
2017-01-15 | Add old version of PGI (#2784) | Adam J. Stewart | 1 | -1/+5 |
2017-01-15 | Add latest version of PETSc (#2783) | Adam J. Stewart | 1 | -0/+1 |
2017-01-15 | get_std_cmake_args delegates to CMakePackage._std_args fixes #2665 (#2805) | Massimiliano Culpo | 3 | -16/+57 |
2017-01-15 | Features/octopus 6.0 (#2819) | danielsjensen1 | 1 | -8/+53 |
2017-01-15 | added psutil python package (#2812) | Gregory Lee | 1 | -0/+43 |
2017-01-15 | Adding the py-ipdb package for more stable debugging with iPython. (#2824) | Stephen McDowell | 1 | -0/+58 |
2017-01-15 | Add the package py-sphinx-bootstrap-theme (#2825) | Matthew Scott Krafczyk | 1 | -0/+41 |
2017-01-13 | boost: fixing boost-1.55.0 for gcc-5 (#2822) | Andrey Prokopenko | 2 | -0/+54 |
2017-01-12 | configure and build command: fix the stop iteration semantics | Massimiliano Culpo | 1 | -0/+5 |
2017-01-11 | mirror: fix error for some specs during concretization (#2806) | Massimiliano Culpo | 1 | -0/+3 |
2017-01-10 | Update the boost versions used by openspeedshop. Boost-1.60 to current late... | Jim Galarowicz | 6 | -16/+16 |
2017-01-10 | Change nargs='*' to argparse.REMAINDER for constraint options. (#2798) | Todd Gamblin | 2 | -2/+3 |
2017-01-10 | openjpeg: fixes url (#2790) | Massimiliano Culpo | 1 | -0/+4 |