summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2021-11-03simulationio package: add variants asdf, hdf5, rnpl, silo (#27172)Erik Schnetter1-3/+9
Define new variants asdf, hdf5, rnpl, silo to allow disabling or enabling dependencies.
2021-11-03hwloc: New version 2.6.0 (#27170)Erik Schnetter1-0/+1
2021-11-03mpitrampoline: New version 2.2.0 (#27171)Erik Schnetter1-0/+3
2021-11-03shtools: disable libtool, add 4.9.1, fix --test=root (#27014)Erik Schnetter2-0/+26
The Makefile expects the "other" libtool, not the GNU libtool we have in Spack. Closes https://github.com/spack/spack/issues/26993 Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2021-11-03tfel and mgis: add new versions and fix tests (#27011)Thomas Helfer2-2/+56
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2021-11-03new package: telegraf (#27201)Andrew W Elble1-0/+22
2021-11-03Add Caliper v2.7.0 (#27197)David Boehme1-1/+2
2021-11-03trilinos: mark conflicts in @:13.1+tpetra^cuda@11 (#27188)Seth R. Johnson1-1/+4
* trilinos: fix @13.0.1+tpetra^cuda@11 * Mark CUDA conflict with old versions and always define TPL * trilinos: patch doesn't build so just mark as conflict
2021-11-03WarpX: 21.11 (#27158)Axel Huebl2-2/+4
Update `warpx` & `py-warpx` to the latest release, `21.11`.
2021-11-03nemsio package: add version 2.5.4; add option to build without MPI (#27030)Kyle Gerheiser1-2/+14
Version 2.5.4 adds an option which allows Nemsio to be built without MPI
2021-11-03r-reprex: add 2.0.1 (#27174)Manuela Kuhn1-12/+26
2021-11-03petsc, py-petsc4py: add versions 3.16.1 (#27152)Satish Balay2-0/+2
2021-11-03py-datalad: add 0.15.3 (#27193)Manuela Kuhn1-0/+1
2021-11-03New version: py-jupyterlab-pygments 0.1.2 (#27186)iarspider1-0/+1
2021-11-03py-nibetaseries: add new package (#27187)Manuela Kuhn1-0/+59
2021-11-03Allow conditional variants (#24858)Greg Becker1-0/+24
A common question from users has been how to model variants that are new in new versions of a package, or variants that are dependent on other variants. Our stock answer so far has been an unsatisfying combination of "just have it do nothing in the old version" and "tell Spack it conflicts". This PR enables conditional variants, on any spec condition. The syntax is straightforward, and matches that of previous features.
2021-11-03r-dtplyr: add new package (#27112)Manuela Kuhn1-0/+31
2021-11-02Add build editions for catalyst builds. (#22676)Dan Lipsa2-12/+36
* Add build editions for catalyst builds. * Fix style. * Build edition works only for 5.8:
2021-11-02Add and propagate CUDA variants for DAV SDK (#26476)kwryankrattiger1-9/+33
2021-11-02trilinos: new version 13.2.0 (#27106)Satish Balay1-2/+6
* trilinos: add @13.2.0, and switch default to cxxstd=14 * trilinos: fix python dependency when using +ifpack or +ifpack2 * trilinos: add conflict for ~epetra +ml when @13.2.0: * trilinos: keep 13.0.1 as the preferred version * Update var/spack/repos/builtin/packages/trilinos/package.py Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov> * update Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
2021-11-02r-googlesheets4: add new package (#27114)Manuela Kuhn1-0/+39
2021-11-02r-dbplyr: add 2.1.1 (#27111)Manuela Kuhn1-3/+8
2021-11-02r-haven: add 2.4.3 (#27115)Manuela Kuhn1-3/+6
2021-11-02r-lubridate: add 1.8.0 (#27117)Manuela Kuhn1-4/+6
2021-11-02New versions of py-jupyter-server; fix tests (#27153)iarspider1-1/+36
* New versions of py-jupyter-server; fix tests * Update package.py
2021-11-02trilinos: Additional fix for linking C code when built with PyTrilinos (#19834)Tom Payerle1-2/+7
This removes `-lpytrilinos` from Makefile.export.Trilinos so that C code trying to link against a Trilinos built with PyTrilinos does not fail due to undefined references to python routines (libpytrilinos is only used when importing PyTrilinos in python, in which case those references are already defined by Python). There was already a bit of code to do something similar for C codes importing Trilinos via a CMake mechanism, this extends that to a basic Makefile mechanism as well. This patch also updates the comments to remove a stale link discussing this issue, and replacing with links to the some Trilinos issue reports related to the matter.
2021-11-02r-vroom: add new package (#27118)Manuela Kuhn1-0/+37
2021-11-02r-brms: add 2.16.1 (#27148)Manuela Kuhn1-0/+2
2021-11-02r-rvest: add 1.0.2 (#27147)Manuela Kuhn1-3/+7
2021-11-02r-callr: add 3.7.0 (#27146)Manuela Kuhn1-4/+5
2021-11-02r-forcats: add 0.5.1 (#27113)Manuela Kuhn1-2/+2
2021-11-02r-processx-3.5.2 (#27119)Manuela Kuhn1-2/+3
2021-11-02r-hms: add 1.1.1 (#27116)Manuela Kuhn1-2/+4
2021-11-02r-crayon: add 1.4.1 (#27110)Manuela Kuhn1-2/+2
2021-11-02r-broom: add 0.7.9 and 0.7.10 (#27109)Manuela Kuhn1-2/+5
2021-11-02package/qgis_revert_incorrect_constraint (#27140)Sinan1-3/+6
* package/qgis_revert_incorrect_constraint * fix bug * also update dependency constraints * also update python version constraints Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2021-11-02New version: py-isort 5.9.3 (#27144)iarspider1-0/+1
2021-11-02New version: py-jupyter-console 6.4.0; download sources from pip (#27150)iarspider1-8/+11
2021-11-02yoda: add zlib as a dependency (#26454)Joseph Wang1-0/+1
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-11-02pumi: support build/install time and stand-alone testing (#26832)Cameron Smith1-7/+18
2021-11-02gtk packages: fix dependencies (#26960)Bernhard Kaindl7-2/+17
gconf depends on gettext and libintl (dep: intltool) glibmm, gtkmm, libcanberra and cups need pkgconfig glibmm needs libsigc++ < 2.9x(which are 3.x pre-releases) libsigc++@:2.9 depends on m4 for the build Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-11-02pgplot: add intel compiler support and add more driver (#26761)Chien-Chang Feng4-21/+153
2021-11-02h5bench: update maintainers and versions (#27083)Jean Luca Bez1-2/+9
2021-11-02modifications to docbook-xml (#27131)Glenn Johnson1-0/+10
- added more versions in case packages request a specific version of docbook-xml - added a "current" alias to handle when packages use that
2021-11-02fsl: new version, updated constraints and patches (#27129)Glenn Johnson4-5/+102
- add version 6.0.5 - add patch to allow fsl to use newer gcc versions - add patch to allow fsl to use newer cuda versions - remove constraints on gcc and cuda versions - add filters to prevent using system headers and libraries - clean up the installed tree
2021-11-01Add missing dependency to py-setuptools-scm (#27132)iarspider2-2/+4
2021-11-02amrex: add new release 21.11 (#27126)Weiqun Zhang1-1/+2
2021-11-02vtkm: add v1.7.0-rc1 (#26882)Vicente Bolea1-0/+1
2021-11-01r-tzdb: add new package (#27105)Manuela Kuhn1-0/+28
2021-11-01r-rcpp: add 1.0.7 (#27088)Manuela Kuhn1-3/+5