Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-26 | cabana: added v0.1.0 (#9644) | Christoph Junghans | 1 | -1/+2 | |
2018-10-25 | Fix issue with miniconda attempting to install the incorrect version (#9589) | Ross Miller | 2 | -8/+8 | |
The install() function in the miniconda2 & 3 package.py files referenced self.url, which is hard-coded to 4.3.11. That's not necessary the version that the user requested, though. Changed the install() function to reference self.stage.archive_file. Also added a version string for 4.5.11. | |||||
2018-10-25 | nag: fix NAG Fortran Compiler MD5 checksum for 6.1; add 6.2 checksum (#9617) | Will Furnass | 1 | -1/+2 | |
2018-10-25 | LLVM: add older version and gcc constraint (#9614) | sknigh | 1 | -0/+19 | |
- Added v 5.0.2 - Added conflict with gcc 8 for versions that do not build | |||||
2018-10-25 | updated URL format for Catalyst package when version is greater or equal to ↵ | dorier | 1 | -3/+6 | |
5.6 (#9611) | |||||
2018-10-25 | r-goplot: fix r-rcolorbrewer version format (#9631) | Justin Stanley | 1 | -2/+1 | |
2018-10-25 | package nccl: Fix install_targets for verison 2.3.5-5: (#9623) | jkelling | 1 | -1/+4 | |
2018-10-25 | r-argparse: remove unnecessary r-getopt version (#9638) | Justin Stanley | 1 | -1/+1 | |
There is no checksum for r-getopt@1.19 and this package is compatible with the latest version anyway. | |||||
2018-10-25 | spades: add conflict with older gcc (#9640) | Justin Stanley | 1 | -0/+3 | |
2018-10-25 | new package: karma (#9571) | Miles Perry | 1 | -0/+39 | |
2018-10-25 | unifycr: new package (#9594) | Cameron Stanavige | 1 | -0/+95 | |
2018-10-25 | hdf5: add version 1.10.4 (#9625) | Matthias Diener | 1 | -2/+3 | |
2018-10-25 | suite-sparse: add GCC version constraint (#9622) | Denis Davydov | 2 | -1/+2 | |
Move suite-sparse gcc version constraint from dealii to suite-sparse package and update it (gcc 4.9 is required as of version 5.2.0 rather than 5.1.0). The constraint is now expressed as a conflict rather than a dependency. | |||||
2018-10-25 | Package VisIt: updated visit package (#9433) | dorier | 1 | -14/+46 | |
* updated visit package * make hdf5 and silo conflict with ~gui variant * Changed parallel => mpi and quotes in description * Corrected +mpi variant in VisIt package The previous commit introduced a bug (+parallel variant wasn't renamed +mpi), and the +mpi variant wasn't True by default. This is corrected. | |||||
2018-10-25 | spdlog: add new versions (#9636) | Federico Ficarelli | 1 | -0/+4 | |
2018-10-25 | git: add new version 2.19.1 (#9637) | Matthias Diener | 1 | -0/+5 | |
2018-10-24 | Add pic variants to tioga, openfast, nalu-wind, and nalu. (#9560) | Jon Rood | 4 | -4/+20 | |
2018-10-24 | py-pyarrow: new package (#9416) | Matthias Wolf | 2 | -0/+46 | |
arrow: add missing dependency for python build The Parquet library moved into the Arrow organisation, hence add a parquet flavor and adapt dependencies. | |||||
2018-10-24 | Warpx: non-conditional dependency on MPI (#9587) | Dave | 1 | -1/+1 | |
2018-10-24 | New package: Damaris (#9601) | dorier | 1 | -0/+52 | |
2018-10-24 | flux-core & flux-sched: update versions and dependencies, fix git tags (#9610) | Stephen Herbein | 2 | -6/+19 | |
* flux: ensure git tags are always available previous `--unshallow` would only run when `--depth 0` was used. If 1--single-branch` was used, then the `.git/shallow` file would not exist and `--unshallow` would not work. add v0.6.0 and update dependencies accordingly update dependencies to match latest flux versions adds support for python 3 increases precision of czmq version required for older flux versions adds new lz4 dependency | |||||
2018-10-22 | pumi: add version 2.2.0 (#9606) | Cameron Smith | 1 | -0/+1 | |
2018-10-22 | added stat version 4.0.1 (#9607) | Gregory Lee | 2 | -6/+9 | |
* Add stat version 4.0.1 * stat 4.0.1: requires py-xdot * stat versions at or above 4.0.0 dont require python 2 (it still requires python but can build with 2 or 3) * stat versions at or above 4.0.0 dont require py-pygtk and py-enum34 * Replace py-xdot version 0.9.1 with 1.0 * py-xdot: use lib directory vs. lib64 for atk dependency | |||||
2018-10-22 | plasma: add 18.10.0 and fix URL (#9608) | Satish Balay | 1 | -1/+2 | |
2018-10-22 | hypre: update to version 2.15.1 (#9602) | Satish Balay | 1 | -0/+1 | |
2018-10-22 | sundials: update to version 3.2.1 (#9603) | Satish Balay | 1 | -1/+2 | |
2018-10-22 | PLASMA: add version 18.9.0 (w/CMake) (#9489) | Piotr Luszczek | 2 | -55/+49 | |
* Add version 18.9.0 (w/CMake) * Add version dependent install methods to handle transition from Make-based package (17.1) to CMake-based package, using the NEST package as an example * Remove unnecessary build_targets method for older Make-based version * Don't retrieve just the C/Fortran interfaces for netlib-lapack - blas/lapack libs are now handled the same for all implementations * Remove netlib-lapack detection patch | |||||
2018-10-22 | Update STRUMPACK package: (#9580) | Pieter Ghysels | 1 | -40/+26 | |
* add new version 3.1.0 * add conflict for parmetis without mpi * strumpack >= 3.1.0 uses -DTPL_ENABLE_<package> instead of -DSTRUMPACK_USE_<package> * require cmake at least 3.2 | |||||
2018-10-22 | py-gtk needs to build with python@2.7 and also requires atk, so the atk ↵ | Peter Scheibel | 1 | -5/+0 | |
python dependency cannot be unconditionally constrained to @3: (#9596) | |||||
2018-10-19 | PMIX: replace md5 hash with sha256 for recent versions (#9585) | Daniel Topa | 1 | -10/+6 | |
2018-10-19 | plumed: libmatheval support (#9586) | Ricardo Silva | 3 | -1/+10 | |
* plumed: add libmatheval dependency (used by the 'function' module) * guile: add variant to build with threads interface * libmatheval: add flex dependency | |||||
2018-10-19 | new package: trimal (starting at 1.4.1) (#9592) | Justin Stanley | 1 | -0/+25 | |
2018-10-19 | new package: lastz (starting at 1.04.00) (#9593) | Justin Stanley | 1 | -0/+18 | |
2018-10-19 | bcftools: add version 1.9 (#9595) | Justin Stanley | 1 | -0/+2 | |
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 | 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 | |