Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-19 | New package: DFT-FE (#9197) | Ricardo Silva | 1 | -0/+65 | |
2018-10-19 | new package: dbcsr (#9491) | Denis Davydov | 2 | -0/+55 | |
Also add its dependency, py-fypp | |||||
2018-10-19 | jdk: added version 11.0.1 (#9583) | Justin Stanley | 1 | -0/+3 | |
2018-10-19 | warpx: new package (#9584) | Dave | 1 | -0/+78 | |
2018-10-18 | r-biom-utils: changed MD5 to SHA, added list_url (#9539) | Dan Han | 1 | -1/+2 | |
2018-10-18 | binutils: add older version 2.25.1 (#9579) | sknigh | 1 | -0/+1 | |
Added version available in RHEL/Centos 7 | |||||
2018-10-18 | blaze package: add versions 3.3 and 3.4 (#9546) | Jordan Moxon | 1 | -1/+3 | |
2018-10-18 | r-matr and r-callr: add new versions, list_urls (#9562) | Dan Han | 2 | -1/+5 | |
2018-10-18 | qt4: Patch configure to allow webkit with recent gcc (#9264) | Neil Flood | 2 | -0/+26 | |
2018-10-18 | llvm: rename "trunk" version to "develop" (#9320) | Geoffrey Oxberry | 1 | -2/+2 | |
2018-10-18 | Update samrai 2.4.4 (#9311) | David Wells | 1 | -16/+22 | |
* Add support for samrai+silo. * Add patch for SAMRAI 2.4.4 | |||||
2018-10-18 | r-rmarkdown: add r-catools dependency (#9470) | Justin Stanley | 1 | -0/+1 | |
2018-10-18 | parquet: add -fPIC option (#9367) | Matthias Wolf | 1 | -0/+8 | |
This adds a pic variant and also exports all compiler flags as CMake arguments | |||||
2018-10-18 | qt: addversion 5.11.2 (#9555) | Michael Kuhn | 1 | -0/+1 | |
2018-10-18 | Allow setting language of compiler messages (#9486) | Michael Kuhn | 3 | -0/+16 | |
* Add a build_language config.yaml option which controls the language of compiler messages * build_language defaults to "C", in which case the compiler messages will be in English. This allows Spack log parsing to detect and highlight error messages (since the regular expressions to find error messages are in English) * The user can use the default language in their environment by setting the build_language config variable to null or '' | |||||
2018-10-18 | spark: set JAVA_HOME for hadoop CLASSPATH fetching (#9439) | Matt Belhorn | 1 | -0/+1 | |
Sets the `JAVA_HOME` in the `hadoop` subprocess called during `spark.setup_environment`. | |||||
2018-10-18 | new package: trinotate (starting at 3.1.1) (#9471) | Justin Stanley | 1 | -0/+42 | |
2018-10-18 | byobu: add new version 5.127 (#9529) | Matthias Diener | 1 | -0/+1 | |
2018-10-18 | ranimation: added list_url (#9538) | Dan Han | 1 | -0/+1 | |
2018-10-18 | freetype: Add version 2.9.1 (#9551) | Michael Kuhn | 1 | -0/+1 | |
2018-10-18 | braker: add missing deps (#9573) | Levi Baber | 0 | -0/+0 | |
2018-10-18 | add pumi version docstring (#9577) | Cameron Smith | 1 | -0/+6 | |
2018-10-18 | py-seaborn: add version 0.9.0 (#9553) | Matthias Wolf | 1 | -0/+1 | |
2018-10-18 | py-hdfs: new package (#9575) | Matthias Wolf | 1 | -0/+19 | |
2018-10-18 | lbann: add aluminum dependency (#9523) | Brian Van Essen | 5 | -16/+107 | |
* Added support for the Aluminum library to LBANN and Hydrogen. Also fixed several bugs in the grouping of dependencies of both packages. * Updated the conduit package to have the proper dependency on the python variant. * Added new versions for NCCL * Fixed a bug in how Hydrogen set the path for OpenBLAS. * Added support for conduit in LBANN. | |||||
2018-10-18 | vtk: add support for Xdmf IO. (#9510) | Ruben Di Battista | 4 | -8/+87 | |
* vtk: add variants for Xdmf IO support, ffmpeg support, and MPI * vtk: depends on boost when Xdmf support is enabled * vtk: add backported patch for python3.7 * vtk: New policy only for cmake >= 3.12 * mesa: add py-argparse dependency (for build) * lz4: use MOREFLAGS instead of LIBS to add -lrt | |||||
2018-10-18 | Add new python package: hepdata-validator (#9547) | Javier Cervantes | 1 | -0/+22 | |
* Add new python package: hepdata-validator * Update to new license header | |||||
2018-10-17 | Revert "py-hdfs: new package (#9421)" (#9572) | Levi Baber | 1 | -38/+0 | |
This reverts commit 5a7d0c458b1034de22a7055276b2398167f5e3da. | |||||
2018-10-18 | py-numpy: update to version 1.15.2 (#9535) | Leonhard Reichenbach | 1 | -0/+1 | |
2018-10-18 | scalasca: add 2.4 (#9556) | Michael Kuhn | 1 | -2/+10 | |
scalasca actually requires cubew, not the full cube bundle. However, cubew@4.4 causes the build of previous versions to fail because there is no cube-config script anymore. | |||||
2018-10-17 | py-hdfs: new package (#9421) | Matthias Wolf | 1 | -0/+38 | |
2018-10-17 | relicense: remove outdated blurb in README.md | Todd Gamblin | 1 | -5/+0 | |
- all of Spack is Apache-2.0/MIT - no packages are LGPL-2.1 | |||||
2018-10-17 | relicense: update COPYRIGHT, LICENSE-*, README, CONTRIBUTING, and NOTICE | Todd Gamblin | 7 | -536/+344 | |
This updates Spack's top-level metadata files to reflect the new Apache-2.0 and MIT licenses. | |||||
2018-10-17 | relicense: add `spack license` command | Todd Gamblin | 3 | -0/+228 | |
- `spack license list-files`: list all files that should have license headers - `spack license list-lgpl`: list files still under LGPL-2.1 - `spack license verify`: check that license headers are correct - Added `spack license verify` to style tests | |||||
2018-10-17 | relicense: add Apache2/MIT header to `spack create` | Todd Gamblin | 1 | -4/+12 | |
2018-10-17 | relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers | Todd Gamblin | 3359 | -76151/+13518 | |
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only | |||||
2018-10-17 | relicense: remove LGPL-2.1-only farmhash package | Todd Gamblin | 2 | -64/+0 | |
- we did not get consent for this package | |||||
2018-10-17 | relicense: remove significant contributions from peetsv | Todd Gamblin | 17 | -711/+0 | |
- This is bundled into one commit to make it easy to revert if we do get consent from peetsv's company to relicense these contributions. - Revert "dialign-tx adding patch for gcc@5.4.0 (#6413)" - This reverts commit 09eeb991a2ac0d749ffdbfe2f1cc415dd5d5dc85. - Remove the following LGPL-2.1 packages because we have not gotten consent to relicense them: - fast-gbs - igv - metasv - perl-xml-libxml - py-cnvkit - py-crossmap - py-pybedtools - py-pyfaidx - py-pyvcf - py-vmd-python - r-cghflasso - r-dismo - r-proc - r-spatial - r-utf8 | |||||
2018-10-17 | omega-h: fix dependencies (#9552) | Dan Ibanez | 1 | -11/+5 | |
* omega-h: fix dependencies 1. Remove Gmodel altogether. Omega_h doesn't actually call Gmodel for anything, it was more or less just doing additional unit testing for Gmodel 2. Make Trilinos off by default. Most codes do not need the ParameterList interface, and Kokkos through Trilinos is not well explored in Spack 3. Use modern CMake style to choose the zlib dependency | |||||
2018-10-17 | omega-h: update to versions 9.19.0, 9.19.1 (#9548) | Satish Balay | 1 | -0/+5 | |
* omega-h: update to versions 9.19.0, 9.19.1 * omega-h: add build conflict for gcc-8 | |||||
2018-10-17 | pflotran: switch to parallel build (#9554) | Satish Balay | 1 | -1/+3 | |
2018-10-17 | amrex: add version 18.10.1 (#9550) | Satish Balay | 1 | -0/+1 | |
2018-10-17 | gmodel: switch from .zip to .tar.gz to avoid unzip dependency (#9549) | Satish Balay | 1 | -2/+2 | |
2018-10-17 | Fixes to Omega_h C++ compiler flags (#9545) | Dan Ibanez | 1 | -2/+2 | |
* omega-h: fix CMake CXX flag options * omega-h: turn warnings off by default | |||||
2018-10-16 | docs: add note about compilers with modules (#9520) | Mark W. Krentel | 1 | -0/+8 | |
compilers.yaml can track a module that is needed for a compiler, but Spack does not fill this in automatically. This adds a note to the documentation informing the user how to do this. | |||||
2018-10-16 | stc and turbine: fix depends_on(type) (#9537) | Justin M Wozniak | 2 | -6/+6 | |
2018-10-16 | libsharp: new package (#9530) | Jordan Moxon | 1 | -0/+61 | |
2018-10-16 | py-setuptools: add version 40.4.3 (#9534) | Leonhard Reichenbach | 1 | -0/+1 | |
2018-10-15 | sspace-standard: use Getopt::Std instead of getopts.pl (#9516) | snehring | 1 | -0/+3 | |
getopts.pl is not listed as a Spack dependency of sspace-standard, so without this change, this package was only working on systems where getopts.pl was already installed. | |||||
2018-10-15 | update py-mock dependencies based on requirements.txt (#9496) | Andreas Baumbach | 1 | -1/+5 | |