Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-02 | Added perl 5.28 (#9379) | sknigh | 1 | -1/+2 | |
2018-10-02 | [WIP] Release 2.0 of the ECP Proxy Apps suite (#9368) | Abhinav Bhatele | 5 | -18/+42 | |
* Release 2.0 of the ECP Proxy Apps suite * update laghos version * make install dir structure consistent across all ecp-proxy-apps * minor * update macsio version | |||||
2018-10-02 | added py-matplotlib version 3.0.0 (#9335) | Gregory Lee | 1 | -0/+2 | |
2018-10-02 | PICSAR: new package (#9411) | Abhinav Bhatele | 1 | -0/+94 | |
2018-10-02 | Spackage for Thornado-mini (#9363) | rvinaybharadwaj | 1 | -0/+96 | |
2018-10-02 | Update Spack on Cray docs for singularity platform=linux workaround (#9398) | Greg Becker | 1 | -0/+14 | |
2018-10-02 | PICSARlite: actually builds PICSARlite now instead of PICSAR (#9410) | Abhinav Bhatele | 1 | -58/+19 | |
also removed variants which shouldn't be there | |||||
2018-10-02 | MACSio: update package (#9412) | Abhinav Bhatele | 1 | -1/+3 | |
2018-10-02 | Intel parallel studio 2019 cluster edition (#9295) | David Orman | 1 | -0/+2 | |
* untracking file * intel-parallel-studio: added 2019 cluster edition and checksum | |||||
2018-10-02 | new package: TraceR (#9298) | Abhinav Bhatele | 1 | -0/+58 | |
2018-10-02 | raxml: build all matching variants (#9377) | Justin Stanley | 1 | -13/+15 | |
2018-10-01 | ytopt: new package (#9403) | Prasanna Balaprakash | 1 | -0/+42 | |
2018-10-01 | kokkos: bugfix for case wherein kokkos backends enabled in spack but not ↵ | Geoff Womeldorff | 1 | -3/+3 | |
parsed correctly (#9396) | |||||
2018-10-01 | nvptx-tools: add new package (#9378) | Matthias Diener | 1 | -0/+50 | |
* nvptx-tools: add new package * Update package.py * Update package.py | |||||
2018-10-01 | patching p4est to select the proper openmp lib (#9381) | Ricardo Silva | 1 | -1/+26 | |
* patching p4est to select the proper openmp lib * For when compiler.openmp_flag isn't supported * authored by @nrichart, I only tested it * Adding openmp variant Signed-off-by: Ricardo Silva <ricardo.silva@epfl.ch> | |||||
2018-10-01 | kokkos: add serial backend explicitly. add kokkos options and kokkos cuda ↵ | Geoff Womeldorff | 1 | -3/+95 | |
options. (#9276) | |||||
2018-10-01 | redundans: add py-numpy dep, snap-berkeley version constraint (#9354) | Justin Stanley | 1 | -1/+2 | |
2018-09-30 | Laghos: add version 1.1 (#9389) | Abhinav Bhatele | 1 | -2/+4 | |
2018-09-28 | lighttpd: install to bin vs sbin (#9337) | Justin Stanley | 1 | -0/+3 | |
2018-09-28 | gsnap: add 2018-07-04 (#9356) | Justin Stanley | 1 | -0/+1 | |
2018-09-28 | py-flake8-polyfill: removing unnecessary build_args (#9284) | Levi Baber | 1 | -6/+0 | |
2018-09-28 | libsigcpp: add a real homepage (#9282) | Levi Baber | 1 | -1/+1 | |
2018-09-28 | Gapfiller 1.10 f01 (#9163) | Aronnax, Miles V. [ISU/LAS] | 1 | -4/+16 | |
* GapFiller.pl fixes: line endings, env perl, convert to Getopt::Std, requires perl with threads. * GapFiller.pl fixed source path, install location. * Fixed missing space. | |||||
2018-09-28 | perl-dbd-sqlite: new package starting at 1.56 (#9338) | Justin Stanley | 1 | -0/+39 | |
2018-09-28 | r-biocparallel: new link dependency added in last version (#9274) | Levi Baber | 1 | -0/+1 | |
2018-09-28 | r-misc3d: add a real homepage (#9283) | Levi Baber | 1 | -1/+1 | |
2018-09-28 | perl-cgi: new package starting at 4.37 (#9339) | Justin Stanley | 1 | -0/+42 | |
2018-09-28 | r-rots: fix package type (#9344) | Justin Stanley | 1 | -1/+1 | |
2018-09-28 | Add PETSc 3.10.1 to PETSc's spackage file (#9382) | Serban Maerean | 2 | -0/+20 | |
* Add version 3.10.1 to the PETSc spackage file. * Makefile changes required for building PETSc native tests with the XL compiler. | |||||
2018-09-28 | gmap-gsnap: set default value for simd variant (#9366) | snehring | 1 | -1/+5 | |
Also add zlib/bzip2 dependencies. | |||||
2018-09-28 | libpfm4: add version and compiler flags (#9291) | Mark W. Krentel | 1 | -0/+19 | |
Set default optimization level (-O2) if not specified in cflags. | |||||
2018-09-28 | mpich: fix 3.2 patch (#9330) | Denis Davydov | 1 | -1/+1 | |
patch does not apply to 3.2.1 (released in late 2017). Given that it fixes the issue discussed in May 2016, most likely it shall apply only to 3.2 | |||||
2018-09-27 | Module path parsing: CRAY_LD_LIBRARY_PATH and PACKAGE_DIR (#9374) | Peter Scheibel | 2 | -3/+24 | |
Fix two bugs with module file parsing: * Detection of the CRAY_LD_LIBRARY_PATH variable was broken by #9100. This fixes it and adds a test for it. * For module names like "foo-bar/1.0", the associated PACKAGE_DIR environment variable name would be "FOO_BAR_DIR", but Spack was not parsing the components and not converting "-" to "_" | |||||
2018-09-27 | Bazel: update env handling, add versions (#9369) | Eric Müller | 4 | -3/+170 | |
Building bazel yielded errors since commit cd9691d. The first commit fixes the build for older bazel versions, the second commit adds new versions and ports the patches to these versions. | |||||
2018-09-27 | Set libs property for tcl and tk (#9372) | sknigh | 2 | -0/+9 | |
2018-09-27 | Added legacylaunchers variant to openmpi (#9336) | sknigh | 1 | -1/+7 | |
Lots of programs still have mpiexec/mpirun baked in. | |||||
2018-09-27 | yaml-cpp: conflict with gcc 4.7 instead of 4.8 (#9371) | sknigh | 1 | -1/+1 | |
4.8 has c++11 support, and RHEL/Centos 7 still use 4.8.5 | |||||
2018-09-27 | Added slurm 17.11 and 18.08 (#9345) | sknigh | 1 | -0/+2 | |
2018-09-27 | Added Cuda 10 (#9310) | sknigh | 1 | -0/+2 | |
2018-09-27 | ember: put all READMEs into docs and add executables in bin (#9362) | Abhinav Bhatele | 1 | -9/+13 | |
2018-09-26 | py-pybind11: add version 2.2.4 (#9355) | dorier | 1 | -0/+1 | |
2018-09-26 | arpack-ng: add version 3.6.3 (#9331) | Denis Davydov | 1 | -0/+1 | |
2018-09-26 | new package: r-processx (#9342) | Justin Stanley | 1 | -0/+45 | |
2018-09-26 | new package: r-ps (#9341) | Justin Stanley | 1 | -0/+36 | |
2018-09-26 | paml: remove old version, added 4.9h (#9360) | Justin Stanley | 1 | -2/+2 | |
2018-09-26 | new package versions: ucx, libhio, and hwloc (#9365) | Daniel Topa | 1 | -3/+3 | |
2018-09-26 | miniVite: new package (#9348) | Abhinav Bhatele | 1 | -0/+65 | |
2018-09-26 | fix build errors, make mpi variant default and add openmp variant (#9364) | Abhinav Bhatele | 1 | -2/+6 | |
2018-09-26 | new package: TALASS (#9326) | Peer-Timo Bremer | 1 | -0/+77 | |
2018-09-26 | update URLs for Laghos and MACSio (#9351) | Abhinav Bhatele | 2 | -2/+2 | |