Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-24 | macos: add mojave (#9322) | Denis Davydov | 1 | -1/+2 | |
2018-09-24 | New package: r-animation (#9314) | Strahinja Trecakov | 1 | -0/+41 | |
* adding r-animation package | |||||
2018-09-24 | new versions of r-dplyr,r-plogr,r-rlang (#9313) | Strahinja Trecakov | 3 | -6/+12 | |
2018-09-24 | Spack package for PICSARlite (#9288) | rvinaybharadwaj | 1 | -0/+138 | |
2018-09-21 | Spack package for Ember (#9292) | rvinaybharadwaj | 1 | -0/+102 | |
2018-09-20 | Add newer versions of spdlog (#9290) | Andrew Gaspar | 1 | -0/+10 | |
2018-09-20 | Added llvm 7.0.0 (#9296) | sknigh | 1 | -0/+16 | |
2018-09-20 | Catch2: 2.3.0+ (#9300) | Axel Huebl | 2 | -1/+4 | |
* Catch2: 2.3.0+ Add the latest two releases of Catch2. In 2.3.0+, the include changed to a future-proof `<catch2/catch.hpp>` path which dependent projects will break upon. * openPMD-api: Catch2 2.3.0+ openPMD-api just updated to use the new, future-proof Catch2 headers `<catch2/catch.hpp>`. | |||||
2018-09-19 | report error if failed process captures stderr (#9293) | scheibelp | 1 | -6/+16 | |
When a Spack Executable was configured to capture stderr and the process failed, the error messages of the process were discarded. This made it difficult to understand why the process failed. The exception is now updated to include the stderr of the process when the Executable captures stderr. | |||||
2018-09-19 | sw4lite: add v1.1 (#9289) | Christoph Junghans | 1 | -0/+1 | |
2018-09-18 | Fix version parsing for cistem package (#9260) | Adam J. Stewart | 3 | -1/+4 | |
Adds 'code' to the list of suffixes that are excluded from version parsing of URLs, such that if a URL contains the string 'cistem-1.0.0-beta-source-code', a version X will substitute in to produce a URL with cistem-X-source-code ('source' was already excluded). The 'cistem' package version is updated to make use of this (and fix a fetching bug with the cistem package). A unit test is added to check this parsing case. | |||||
2018-09-18 | sst-macro package: add versions and variants (#9271) | sknigh | 1 | -16/+55 | |
Added variants for: mpi support, clang skeletonizer, building as static and/or shared, and more. | |||||
2018-09-18 | hadoop package: fix url and checksum (#9263) | Geoffrey Lentner | 1 | -2/+2 | |
2018-09-18 | apple-libunwind: update path to library (#9265) | Geoffrey Oxberry | 1 | -3/+17 | |
2018-09-18 | new package: rclone (#9268) | Levi Baber | 1 | -0/+42 | |
2018-09-18 | libhio: add patch for 1.4.1.2 release (#9270) | Howard Pritchard | 2 | -0/+33 | |
Turns out that there was a configury problem in libhio which caused issues building the package on non-cray systems, aka when using mpicc and friends. Signed-off-by: Howard Pritchard <hppritcha@gmail.com> | |||||
2018-09-18 | xsbench: added v18 (#9269) | Christoph Junghans | 1 | -0/+1 | |
2018-09-18 | Packages/candle benchmarks (#9266) | Christoph Junghans | 2 | -2/+3 | |
* candle-benchmarks: added v0.1 * ecp-proxy-apps: v1.0 now depends on candle-benchmarks@0.0 | |||||
2018-09-16 | star - added latest versions with shasum (#9257) | Douglas Duckworth | 1 | -5/+12 | |
* star - added latest versions with shasum * star - added latest versions with shasum | |||||
2018-09-16 | coinhsl: add @2015.06.23, explain versions, SHA256 (#9258) | Geoffrey Oxberry | 1 | -2/+19 | |
2018-09-15 | Update rdma-core : new version and conflict with intel (#9255) | Pramod Kumbhar | 1 | -2/+4 | |
* Update rdma-core : new version and conflict with intel * address review comments | |||||
2018-09-15 | changed to new install_tree formalism (#9181) | toffer93 | 1 | -0/+53 | |
2018-09-15 | gdb: add lzma support by default (#9247) | Matthias Diener | 1 | -1/+1 | |
This is required at least on RedHat/Fedora. Many (most?) other people distribute gdb with this support enabled: http://tomszilagyi.github.io/2018/03/Remote-gdb-with-stl-pp https://bugzilla.redhat.com/show_bug.cgi?id=1596490 | |||||
2018-09-14 | breakdancer: fix several issues (#9251) | Levi Baber | 1 | -4/+29 | |
* add perl dependencies * put bam2cfg in path * fix perl dir | |||||
2018-09-14 | Feature/py picrust (#9184) | Miles Perry | 1 | -1/+1 | |
2018-09-14 | rdma-core: Fix missing pkg-config dependency (#9195) | Michael Kuhn | 1 | -0/+1 | |
rdma-core requires pkg-config, otherwise libnl can not be found. | |||||
2018-09-14 | jdk: added 10.0.2_13 (#9203) | Justin Stanley | 1 | -0/+2 | |
2018-09-14 | Updating amrvis to allow building with profiling support. (#9204) | Jon Rood | 1 | -5/+28 | |
* Updating amrvis to allow building with profiling support. * Setting MPI default to true. | |||||
2018-09-14 | Update py-libensemble package to v0.3.0 (#9210) | Stephen Hudson | 1 | -1/+2 | |
2018-09-14 | add eigen@3.3.5 (#9212) | Stephen McDowell | 1 | -0/+1 | |
2018-09-14 | hypre: patch +shared@2.13.0: on darwin (#9220) | Geoffrey Oxberry | 3 | -1/+1143 | |
2018-09-14 | plumed: updating plumed to latest version (#9227) | snehring | 1 | -0/+1 | |
2018-09-14 | Build Python 3.7 with external libffi. (#9245) | Sergey Kosukhin | 4 | -6/+45 | |
2018-09-14 | add opencv@3.4.3 (#9213) | Stephen McDowell | 1 | -0/+1 | |
2018-09-14 | patch flann // gcc // cmake@3.11+ (#9214) | Stephen McDowell | 2 | -0/+27 | |
See: https://github.com/mariusmuja/flann/issues/369 | |||||
2018-09-14 | Charmpp: rename charm to charmpp according to ++ conventions (#9216) | Abhinav Bhatele | 5 | -3/+3 | |
* Charmpp: rename charm to charmpp according to ++ conventions * modify packages that depend on charmpp | |||||
2018-09-14 | py-spectra: new version (#9224) | Levi Baber | 1 | -0/+2 | |
2018-09-14 | OpenCoarrays: update v2.2.0 (#9215) | Mario Melara | 2 | -1/+32 | |
This commit adds a patch that prevents the package from hanging. The package would hang because CMakeLists would look for a system MPI. This patch changes the behavior. | |||||
2018-09-14 | miniamr: added v1.4.1 (#9225) | Christoph Junghans | 1 | -0/+1 | |
2018-09-14 | py-h5py: add version 2.8.0 (#9231) | Adam J. Stewart | 1 | -9/+14 | |
2018-09-14 | portcullis: new package starting at 1.1.2 (#9218) | Justin Stanley | 1 | -0/+73 | |
2018-09-14 | miniQMC: add newer releases and ecp-proxy-app tag (#9233) | Abhinav Bhatele | 1 | -1/+3 | |
2018-09-14 | ipopt: add debug variant (#9223) | Geoffrey Oxberry | 1 | -0/+10 | |
2018-09-14 | hypre: add debug variant (#9222) | Geoffrey Oxberry | 1 | -0/+7 | |
2018-09-14 | py-multiqc: needs newer py-spectra (#9226) | Levi Baber | 1 | -1/+4 | |
2018-09-14 | py-networkx: new version (#9241) | Levi Baber | 1 | -2/+5 | |
2018-09-14 | py-decorator: new version (#9240) | Levi Baber | 1 | -0/+1 | |
2018-09-14 | py-markdown: fix url and hashes (#9235) | Levi Baber | 1 | -12/+14 | |
2018-09-14 | perl-gdgraph-histogram: new package (#9250) | Levi Baber | 1 | -0/+35 | |
2018-09-14 | bolt: new package starting at 1.0b1 (#9253) | Ken Raffenetti | 1 | -0/+50 | |