summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2021-05-28New Package:py-ucsf-pyem (#23961)Desmond Orton1-0/+38
* New Package:py-ucsf-pyem * Dep additions, eun env deletion * extraction step change Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-05-28mpich: add v3.4.2 (#24002)Ken Raffenetti1-0/+1
2021-05-28New Package: py-retry-decorator (#23967)Desmond Orton1-0/+19
* New Package: py-retry-decorator * pypi link correction Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-05-28Add cxxstd to trilinos deps in nalu-wind (#23976)psakievich1-3/+3
Co-authored-by: Philip Sakievich <psakiev@sanida.gov>
2021-05-28armadillo: update and allow build with MKL (#23875)Glenn Johnson1-0/+28
2021-05-28argon2: ensure libraries are installed under lib (#21805)Olivier Cessenat1-1/+1
Make a standard installation for libs in lib not lib/x86_64-linux-gnu for cmake
2021-05-28freebayes: add v1.3.5, move to MesonPackage (#23772)Desmond Orton1-2/+28
2021-05-28r-boot: add v1.3-28 (#23992)Manuela Kuhn1-0/+1
2021-05-28opencv: add v4.5.2 (#23913)Adam J. Stewart1-0/+1
2021-05-28root: disable afterimage when ~x (#23962)Seth R. Johnson1-1/+1
2021-05-28r-matrix: add v1.3-3 (#23995)Manuela Kuhn1-0/+1
2021-05-28openfst: add v1.8.1, add "python" variant (#23850)archxlith1-7/+7
2021-05-28r-lattice: add v0.20-44 (#23994)Manuela Kuhn1-0/+1
2021-05-28vecgeom: add v1.1.15 (#23973)Seth R. Johnson1-0/+1
2021-05-28modeltest-ng: add new package (#23765)Desmond Orton1-0/+29
2021-05-28r-mass: add v7.3-54 (#23996)Manuela Kuhn1-0/+1
2021-05-28r-nlme: add v3.1-152 (#23997)Manuela Kuhn1-0/+1
2021-05-28r-lme4: add v1.1-27 (#23998)Manuela Kuhn1-0/+1
2021-05-28r-pbkrtest: add v0.5.1 (#23999)Manuela Kuhn1-0/+1
2021-05-28singularity: add v3.7.4 (#23954)Robert Mijakovic1-0/+1
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu>
2021-05-28embree: add v3.13.0, fix build (#23986)Martin Aumüller1-35/+23
* embree: allow for compiling with gcc 7.3 strip out unsupported -mprefer-vector-width=256 * embree: fix build on AMD CPUs The ISAs that embree is compiled for have to match the CPU features enabled by the compiler, as embree derives theISA that it compiles for from the latter. Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-05-28SLEPc: add v3.15.1 (#23987)Jose E. Roman2-1/+3
2021-05-28lbann: add v0.102, add variant to enable address sanitizer. (#23981)Brian Van Essen1-0/+3
2021-05-28botan: add v2.17.3, v2.18.0 and v2.18.1 (#23984)Martin Aumüller1-0/+3
2021-05-28ispc: add v1.15.0 (#23985)Martin Aumüller1-0/+1
2021-05-28libhio: added version 1.4.1.6 (#23975)plamborn1-0/+1
2021-05-27Fix ZFP cuda build. (#23941)Ben Corbett1-1/+9
2021-05-28py-cfgrib: add new version (#23916)Adam J. Stewart1-2/+17
2021-05-27py-geocube: add new package (#23909)Adam J. Stewart1-0/+28
2021-05-28py-gql: Added version and deps for @0.4.0 (#23927)Desmond Orton1-7/+13
* Added version and deps for @0.4.0 * Switched to pypi, fixed deps * deprecation removal
2021-05-28New Package: py-google-apitools (#23968)Desmond Orton1-0/+24
* New Package: py-google-apitools * proper python constraints Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-05-27New package:py-coveralls (#23930)Desmond Orton1-0/+26
* New package:py-coveralls * dep fixes * added python constraint * pyyaml version constraint Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-05-27py-healpy: added missing dep (#23960)Desmond Orton1-1/+3
* py-healpy: added missing dep * added healpix and pkgconfig
2021-05-27Update nvshmem package to use public URL (#23933)romerojosh1-18/+48
2021-05-27Add fuse virtual dependency, new macfuse package (#23904)Adam J. Stewart6-4/+53
2021-05-27wget: add new version, fix macOS build (#23921)Adam J. Stewart1-0/+2
2021-05-27gtkplus: add 3.24.29 (#23896)Michael Kuhn1-0/+6
This also fixes the build with %gcc@11:. According to upstream, the proper solution is to disable -Werror=array-bounds since the stable branch will not receive a patch for newer compilers.
2021-05-27py-eccodes: add new package (#23906)Adam J. Stewart1-0/+49
2021-05-27py-datacube: add new package (#23905)Adam J. Stewart1-0/+49
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2021-05-27plumed: add missing m4 dependency (#23957)Adam J. Stewart1-0/+1
2021-05-27Update py-pint and fix runtime dependency on setuptools (#23950)Sebastian Schmitt1-2/+6
* Update py-pint and fix runtime dependency on setuptools Without the runtime dependency on setuptools, importing pint yields: 0.11: ModuleNotFoundError: No module named 'pkg_resources' 0.17: ModuleNotFoundError: No module named 'packaging' * Fix * Address comments
2021-05-27New package: py-promise (#23936)Desmond Orton1-0/+24
* New package: py-promise * removed test deps, added missing dep
2021-05-27py-hatchet: update v1.3.0 checksum (#23902)Tamara Dahlgren1-1/+1
2021-05-27py-rasterio: add v1.2.3 (#23945)Adam J. Stewart1-2/+4
2021-05-27Chai, LvArray, Umpire and py-scipy: update versions, variants, and or more ↵Ben Corbett5-172/+229
(#23488) * LvArray update. * Style changes. * Addressing PR comments. * Bound scipy clang patch. * Umpire an CHAI boolean fix. * Changed lvarray python dependency types.
2021-05-27New package py-rx@3.2.0 (#23929)Desmond Orton1-0/+21
* New package py-rx@3.2.0 * Removal of deps and added python constraint
2021-05-27py-graphql-core: switched url to pypi (#23928)Desmond Orton1-3/+4
* switched url to use pypi * Python dep constraint fix
2021-05-26Added version 0.11.3 (#23940)Ben Bergen1-0/+1
2021-05-26py-findlibs: add new package (#23908)Adam J. Stewart1-0/+17
2021-05-26py-rioxarray: add new package (#23910)Adam J. Stewart1-0/+24