Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-23 | automake: Add 1.16.2 | Michael Kuhn | 1 | -0/+1 | |
2020-03-23 | py-ics: add version 0.7 | Andreas Baumbach | 1 | -0/+1 | |
2020-03-23 | CMake: add version 3.9.2 (#15644) | Carson Woods | 1 | -0/+1 | |
2020-03-23 | lmod: add version 7.8.1 (#15643) | Carson Woods | 1 | -0/+1 | |
2020-03-23 | xsdk-examples: add new package at version 0.1.0 (#15621) | Piotr Luszczek | 1 | -0/+39 | |
* xsdk-examples: add new package at version 0.1.0 | |||||
2020-03-22 | NCCL: add 1.2.2 (#15628) | Adam J. Stewart | 1 | -1/+4 | |
2020-03-21 | WarpX: Update ES and openPMD (#15611) | Axel Huebl | 1 | -15/+10 | |
Update WarpX for recent developments: - add openPMD I/O (default: ON) - remove electro-static solver option (now a runtime option) - enable tiny profiler by default - depend on new CXX std support in make scripts for C++14 - WarpX only supports 2D and 3D in cartesian dims | |||||
2020-03-21 | davix: add cxxstd variant (#15593) | Ben Morgan | 1 | -0/+11 | |
* davix: add cxxstd variant Davix is written in C++, so add this variant to allow dependents to specify this so a consistent ABI is used. * davix: fix flake8 errors | |||||
2020-03-21 | bash: add patches up to 5.0.16 (#15615) | Adam J. Stewart | 1 | -0/+5 | |
2020-03-21 | Fix bug in py-dgl installation, add unit tests (#15617) | Adam J. Stewart | 1 | -2/+36 | |
2020-03-21 | add new package: nfs-ganesha (#15580) | darmac | 1 | -0/+29 | |
* add new pacakge: nfs-ganesha * refine package.py * update bison & flex as build depends | |||||
2020-03-20 | py-torchtext: add new package (#15604) | Adam J. Stewart | 1 | -0/+24 | |
2020-03-20 | freeipmi: Initial commit (#15576) | Matthias Maiterth | 1 | -0/+40 | |
* freeipmi: Initial commit Added freeipmi package. Configure and build work fine, install only as root, thus added warning and added reference to issue #4432 . * freeipmi: fixed change requests | |||||
2020-03-20 | Add gmsh v4.5.4 with new options (#15591) | Benjamin Fovet | 1 | -2/+15 | |
* Add gmsh v4.5.4 with new options This adds OpenCASCADE as an alternative to the oce package. A new variant 'privateapi' is added to enable the gmsh private API. * Make oce conflict with opencascade in gmsh | |||||
2020-03-20 | Add Ceres Solver v1.14.0 with new variants (#15597) | Benjamin Fovet | 1 | -2/+21 | |
* Add Ceres Solver version 1.14.0 * Add variants for Ceres Solver | |||||
2020-03-20 | Add 33.2.1 version with checksum to lua-luaposix (#15600) | Carson Woods | 1 | -0/+1 | |
2020-03-20 | py-sentencepiece: add new package (#15601) | Adam J. Stewart | 1 | -0/+24 | |
2020-03-20 | Add version 5.8 and fix sqlite+column_metadata mismatch. (#15450) | Dan Lipsa | 3 | -3/+3 | |
2020-03-20 | tau: add dependency on hwloc (#15589) | eugeneswalker | 1 | -0/+1 | |
2020-03-20 | sentencepiece: add new package (#15596) | Adam J. Stewart | 1 | -0/+20 | |
2020-03-20 | py-dgl: add new package (#15594) | Adam J. Stewart | 1 | -0/+94 | |
2020-03-20 | Add NLopt version 2.6.1 (#15595) | Benjamin Fovet | 1 | -0/+1 | |
2020-03-20 | papi: add version 6.0.0 (#15590) | Kevin Manalo | 1 | -0/+1 | |
2020-03-20 | root: Add version 6.20.{00,02} (#15487) | Dr. Christian Tacke | 1 | -4/+17 | |
* Add version 6.20.{00,02}, don't yet mark it preferred * It needs zstd * It needs numpy (at least for 6.20.00:6.20.03) * Reorder python dependencies a bit * Add mlp variant, default False Older versions always include mlp, so no conflicts there. * Disable tmva, because it needs mlp * tmva needs mlp, so add conflict | |||||
2020-03-20 | Added two new versions of spdlog (#15586) | Matthieu Dorier | 1 | -0/+2 | |
2020-03-20 | add new package: glusterfs (#15565) | darmac | 1 | -0/+44 | |
* add new package: glusterfs * fix list_depth for url * remove list_depth * add list_url for glusterfs | |||||
2020-03-20 | add new package lksctp-tools (#15564) | darmac | 1 | -0/+20 | |
Co-Authored-By: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-03-20 | py-decorator: added v4.4.2 (#15581) | Adam J. Stewart | 1 | -1/+2 | |
2020-03-20 | py-networkx: add 2.4 (#15582) | Adam J. Stewart | 1 | -7/+20 | |
2020-03-20 | py-tfdlpack: add new package (#15583) | Adam J. Stewart | 1 | -0/+45 | |
2020-03-20 | acts-core: added v0.18, updated boost dependency (#15584) | Hadrien G | 1 | -1/+3 | |
2020-03-20 | htop: add missing python build dependency (#15585) | Andreas Baumbach | 1 | -0/+1 | |
2020-03-20 | perfstubs: added new package (#15547) | Kevin Huck | 1 | -0/+34 | |
2020-03-19 | Improvements to Rust's Installation (#15395) | Andrew Gaspar | 2 | -46/+513 | |
* Add sources and resources for each version of Rust * install bootstrapping compiler into stage * Add libgit2 * Install bootstrapping compiler correctly * implement full rust bootstrap * Remove support for Rust pre-1.14 Also add lots of comments * Support only Rust 1.17 and newer * Remove < 1.23 versions of Rust * Change the layout of rust_releases for maintainability * Remove LLVM variant * Address flake8 issues * Make libgit2 curl variant default False, conflict 0.28 and newer * Remove binutils dependency * Add ARM64 while we're at it * flake8 * use the 'python' routine rather than relying on the correct python to be picked up | |||||
2020-03-19 | add new package: bcache (#15563) | darmac | 2 | -0/+49 | |
* add new package: bcache * add depends: gettext for libintl | |||||
2020-03-19 | add new package: libiscsi (#15579) | darmac | 1 | -0/+28 | |
2020-03-19 | Update MVAPICH2 package for 2.3.3 release (#15578) | Nithin Senthil Kumar | 1 | -1/+2 | |
Co-authored-by: senthilkumar.16 <senthilkumar.16@nowlab.cse.ohio-state.edu> | |||||
2020-03-19 | cosma: added package at v2.0.2 (#15497) | Teodor Nikolov | 1 | -0/+69 | |
* [new package] COSMA * Use virtual dependencies | |||||
2020-03-19 | add charliecloud/0.14; remove umoci/skopeo; remove builder variant (#15573) | Jordan Ogas | 1 | -13/+14 | |
* add charliecloud/0.14; remove umoci/skopeo; remove builder variant * fix typo * add maintainer; add explicit config doc options; add py-requests as run dependency * add autoconf build dependencies | |||||
2020-03-19 | petsc fix hdf5 (#15572) | Kai Germaschewski | 1 | -1/+2 | |
* petsc: add checksum for 3.12.4 * petsc: constrain hdf5 to <= 1.10.x Current petsc will error when being build with hdf5 1.12, so this ensures that a compatible hdf5 will be used. Fix suggested by @balay. | |||||
2020-03-19 | add new package: ntirpc (#15561) | darmac | 1 | -0/+22 | |
2020-03-19 | add new package: yarn (#15562) | darmac | 1 | -0/+22 | |
2020-03-19 | Add package: py-deprecated (#15571) | Yannik Stradmann | 1 | -0/+20 | |
https://github.com/tantale/deprecated | |||||
2020-03-19 | openssl: added v1.1.1e and v1.0.2u (#15568) | Michael Kuhn | 1 | -0/+2 | |
2020-03-19 | update attr version to 2.4.48 (#15535) | darmac | 1 | -2/+12 | |
* update attr version to 2.4.48 * attr: remove redundant make() in install() | |||||
2020-03-19 | amdblis + blis: fix spack info and libs query (#15566) | Toyohisa Kameyama | 2 | -0/+5 | |
2020-03-18 | py-matplotlib: add 3.2.1 (#15560) | Adam J. Stewart | 1 | -1/+2 | |
2020-03-18 | hpctoolkit: restore binutils 2.34 for master (#15556) | Mark W. Krentel | 1 | -3/+4 | |
Hpctoolkit master was recently updated to test for and allow old binutils <= 2.33.1 and/or new binutils 2.34. Older hpctoolkit up to 2030.03.01 will forever require :2.33.1. Adjust the libunwind dependency for safety with the current concretizer. | |||||
2020-03-18 | Split: Fabtest/libfabric (#15557) | Axel Huebl | 2 | -71/+21 | |
Fabtests provides runtime analysis tools and examples of libfabric. As with other projects that are tightly version-bound, e.g. `py-adios` and `adios`, the fact that releases stem from the same repo does not imply they should be the same package. Remove resources, which complicate the libfabric build, and update the fabtests package accordingly. | |||||
2020-03-18 | Trilinos: Add more variants (~netcdf ~matio ~glm) (#15483) | Kelly (KT) Thompson | 1 | -8/+25 | |
* Trilinos: Add more variants + Provide three new variants to allow building trilinos without netcdf, matio, or glm. + No change to defaults. * Fix style issue. |