summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-13m4: ppcadelie-v0.19.0_p1Zach van Rijn2-0/+12
https://git.adelielinux.org/adelie/spack/-/issues/4
2022-11-13diffutils: ppcZach van Rijn2-0/+12
https://git.adelielinux.org/adelie/spack/-/issues/3
2022-11-13libsigsegv: ppcZach van Rijn2-0/+11
https://git.adelielinux.org/adelie/spack/-/issues/2
2022-11-13openssl: ppc64Zach van Rijn2-0/+98
2022-11-13[plasma] add support for building with 'cray-libsci' (#33869)adelie-v0.19.0Veselin Dobrev1-0/+19
2022-11-13tau: checksum (#33873)Harmen Stoppels1-1/+1
2022-11-13GDAL: add v3.6.0 (#33856)Adam J. Stewart3-4/+54
* GDAL: add v3.6.0 * Explicitly control BASISU * More reasonable variant defaults
2022-11-13py-pytorch-lightning: add v1.8.1 (#33854)Adam J. Stewart1-1/+2
2022-11-13[sundials] fix cmake argument generation for '+magma' (#33858)Veselin Dobrev2-2/+5
[dealii] force cmake to accept Scalapack settings from Spack
2022-11-13hotfix: ensure that schema is compatible with tutorial VM configTodd Gamblin1-0/+1
We added a hotfix to releases/v0.19 with a feature flag, but the flag is incompatible with the config schema on `develop`. - [x] Ensure schema is compatible on develop even though config option is unused.
2022-11-13Speed-up bootstrap and architecture unit tests (#33865)Massimiliano Culpo2-2/+3
* Speed-up bootstrap mirror unit test The unit test doesn't need to concretize, since it checks only metadata for the mirror. * architecture.py: use "default_mock_concretization" for slow test
2022-11-12update tutorial command to newest release branch (#33867)Greg Becker1-1/+1
2022-11-12use spack.version_info as source of version truth for spack tutorial command ↵Greg Becker1-1/+2
(#33860) * Use spack.spack_version_info as source of truth Co-authored-by: Todd Gamblin <gamblin2@llnl.gov>
2022-11-12py-vermin: add latest version 1.5.1 (#33861)Morten Kristensen1-1/+2
2022-11-11Update ExaGO for 1.5.0 release. (#33853)Cameron Rutherford1-15/+23
* Update ExaGO for 1.5.0 release
2022-11-11magma: add version 2.7.0 (#33814)Satish Balay1-5/+2
* magma: add version 2.7.0 Co-authored-by: Stan Tomov <tomov@icl.utk.edu>
2022-11-11[mfem] add a patch to fix some issues with building with ROCm (#33810)Veselin Dobrev3-9/+38
2022-11-11libxcrypt: 4.4.30 (#33845)Harmen Stoppels2-5/+43
* libxcrypt: 4.4.30 * libxcrypt.so.2 by default * add libs prop, since libxcrypt provides libcrypt
2022-11-11Speed-up unit tests by caching default mock concretization (#33755)Massimiliano Culpo10-180/+218
2022-11-11ParaView: Add variant for VisItBridge (#33783)kwryankrattiger1-1/+9
* ParaView: Add variant for VisItBridge * ParaView: Add kwryankrattiger has package maintainer
2022-11-11ensure view projections for extensions always point to extendee (#33848)Greg Becker1-2/+11
2022-11-11xsdk: update maintainers (#33822)Satish Balay2-2/+2
2022-11-11trilinos: add version 13.4.1 (#33533)Satish Balay1-1/+3
And update dependency on superlu-dist (now works with @8)
2022-11-11docs: updates related to extensions (#33837)Harmen Stoppels4-44/+78
2022-11-11remove activate/deactivate support in favor of environments (#29317)Harmen Stoppels24-1708/+34
Environments and environment views have taken over the role of `spack activate/deactivate`, and we should deprecate these commands for several reasons: - Global activation is a really poor idea: - Install prefixes should be immutable; since they can have multiple, unrelated dependents; see below - Added complexity elsewhere: verification of installations, tarballs for build caches, creation of environment views of packages with unrelated extensions "globally activated"... by removing the feature, it gets easier for people to contribute, and we'd end up with fewer bugs due to edge cases. - Environment accomplish the same thing for non-global "activation" i.e. `spack view`, but better. Also we write in the docs: ``` However, Spack global activations have two potential drawbacks: #. Activated packages that involve compiled C extensions may still need their dependencies to be loaded manually. For example, ``spack load openblas`` might be required to make ``py-numpy`` work. #. Global activations "break" a core feature of Spack, which is that multiple versions of a package can co-exist side-by-side. For example, suppose you wish to run a Python package in two different environments but the same basic Python --- one with ``py-numpy@1.7`` and one with ``py-numpy@1.8``. Spack extensions will not support this potential debugging use case. ``` Now that environments are established and views can take over the role of activation non-destructively, we can remove global activation/deactivation.
2022-11-10remove deprecated top-level module config (#33828)Greg Becker3-66/+2
* remove deprecated top-level module config per deprecation in 0.18
2022-11-10Fixed a bug where the external HIP library is found in a nested directory, ↵Brian Van Essen1-1/+6
even on newer releases of ROCm. (#33772)
2022-11-11emacs: Add version 28.2 (#33255)Pranith1-0/+1
2022-11-11global: add --with-ncurses with prefix to configure (#33136)Yang Zongze2-5/+18
2022-11-11go-bootstrap: improve error message for Monterey (#31800)Seth R. Johnson1-1/+5
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
2022-11-10redis-plus-plus: added initial support (#33803)Loïc Pottier1-0/+54
* redis-plus-plus: added initial support * redis-plus-plus: use cmake arg provided by Spack * redis-plus-plus: oups tiny typo Signed-off-by: Loïc Pottier <pottier1@llnl.gov> Signed-off-by: Loïc Pottier <lpottier@arnor> Co-authored-by: Loïc Pottier <lpottier@arnor>
2022-11-11remove deprecated `concretization` environment key (#33774)Greg Becker3-90/+6
2022-11-10Use bfs order in spack find --deps tree (#33782)Harmen Stoppels2-9/+11
* Use bfs order in spack find --deps tree * fix printing tests
2022-11-11Delete directory with vestigial configuration file (#33825)Massimiliano Culpo1-40/+0
2022-11-10adding sha for 7.0 release (#33823)MatthewLieber1-1/+2
Co-authored-by: Matthew Lieber <lieber.31@osu.edu>
2022-11-10xsdk: deprecate 0.6.0, and remove older deprecated releases (#33815)Satish Balay2-97/+7
xsdk-examples: deprecate @0.2.0, remove @0.1.0 in sync with older xsdk releases
2022-11-10Cran updates (#33819)Glenn Johnson124-14/+333
* add version 1.7-20 to r-ade4 * add version 1.1-13 to r-adephylo * add version 0.3-20 to r-adespatial * add version 1.2-0 to r-afex * add version 0.8-19 to r-amap * add version 0.1.8 to r-aplot * add version 2.0.8 to r-biasedurn * add version 2.4-4 to r-bio3d * add version 1.30.19 to r-biocmanager * add version 1.2-9 to r-brobdingnag * add version 0.4.1 to r-bslib * add version 3.7.3 to r-callr * add version 3.1-1 to r-car * add version 0.3-62 to r-clue * add version 1.2.0 to r-colourpicker * add version 1.8.1 to r-commonmark * add version 0.4.3 to r-cpp11 * add version 1.14.4 to r-data-table * add version 1.34 to r-desolve * add version 2.4.5 to r-devtools * add version 0.6.30 to r-digest * add version 0.26 to r-dt * add version 1.7-12 to r-e1071 * add version 1.8.2 to r-emmeans * add version 1.1.16 to r-exomedepth * add version 0.1-8 to r-expint * add version 0.4.0 to r-fontawesome * add version 1.5-2 to r-fracdiff * add version 1.10.0 to r-future-apply * add version 3.0.1 to r-ggmap * add version 3.4.0 to r-ggplot2 * add version 2.1.0 to r-ggraph * add version 0.6.4 to r-ggsignif * add version 0.6-7 to r-gmp * add version 2022.10-2 to r-gparotation * add version 0.8.3 to r-graphlayouts * add version 1.8.8 to r-grbase * add version 2.1-0 to r-gstat * add version 0.18.6 to r-insight * add version 1.3.1 to r-irkernel * add version 1.8.3 to r-jsonlite * add version 1.7.0 to r-lava * add version 1.1-31 to r-lme4 * add version 5.6.17 to r-lpsolve * add version 5.5.2.0-17.9 to r-lpsolveapi * add version 1.2.9 to r-mapproj * add version 3.4.1 to r-maps * add version 1.1-5 to r-maptools * add version 1.3 to r-markdown * add version 6.0.0 to r-mclust * add version 4.2-2 to r-memuse * add version 1.8-41 to r-mgcv * add version 1.2.5 to r-minqa * add version 0.3.7 to r-nanotime * add version 2.4.1.1 to r-nfactors * add version 3.1-160 to r-nlme * add version 2.7-1 to r-nmof * add version 0.60-16 to r-np * add version 2.0.4 to r-openssl * add version 4.2.5.1 to r-openxlsx * add version 0.3-8 to r-pbdzmq * add version 2.0-3 to r-pcapp * add version 0.7.0 to r-philentropy * add version 2.0.3 to r-pkgcache * add version 1.3.1 to r-pkgload * add version 1.10-4 to r-polyclip * add version 3.8.0 to r-processx * add version 1.7.2 to r-ps * add version 2.12.1 to r-r-utils * add version 1.2.4 to r-ragg * add version 3.7 to r-rainbow * add version 0.0.20 to r-rcppannoy * add version 0.3.3.9.3 to r-rcppeigen * add version 0.3.12 to r-rcppgsl * add version 1.0.2 to r-recipes * add version 1.1.10 to r-rmutil * add version 0.10.24 to r-rmysql * add version 2.4.8 to r-rnexml * add version 4.1.19 to r-rpart * add version 1.7-2 to r-rrcov * add version 0.8.28 to r-rsconnect * add version 0.25 to r-servr * add version 1.7.3 to r-shiny * add version 3.0-0 to r-spatstat-data * add version 3.0-3 to r-spatstat-geom * add version 3.0-1 to r-spatstat-random * add version 3.0-0 to r-spatstat-sparse * add version 3.0-1 to r-spatstat-utils * add version 1.8.0 to r-styler * add version 3.4.1 to r-sys * add version 1.5-2 to r-tclust * add version 0.0.9 to r-tfmpvalue * add version 1.2.0 to r-tidyselect * add version 0.10-52 to r-tseries * add version 4.2.2 to r-v8 * add version 0.5.0 to r-vctrs * add version 2.6-4 to r-vegan * add version 0.7.0 to r-wk * add version 0.34 to r-xfun * add version 1.0.6 to r-xlconnect * add version 3.99-0.12 to r-xml * add version 0.12.2 to r-xts * add version 1.0-33 to r-yaimpute * add version 2.3.6 to r-yaml * add version 2.2.2 to r-zip * add version 2.2-7 to r-deoptim * add version 4.3.1 to r-ergm * add version 0.18 to r-evaluate * add version 1.29.0 to r-future * add version 0.0.8 to r-ggfun * add version 0.9.2 to r-ggrepel * add version 1.9.0 to r-lubridate * add version 4.10.1 to r-plotly * add version 0.2.12 to r-rcppcctz * add version 1.2 to r-rook * add version 1.6-1 to r-segmented * add version 4.2.1 to r-seurat * add version 4.1.3 to r-seuratobject * add version 1.0-9 to r-sf * add version 1.5-1 to r-sp * add version 1.8.1 to r-styler * new package: r-timechange * new package: r-stars * new package: r-sftime * new package: r-spatstat-explore Co-authored-by: glennpj <glennpj@users.noreply.github.com>
2022-11-10pandoc: add version 2.19.2 (#33811)Rémi Lacroix1-0/+9
2022-11-10add utilities and examples variants to conduit (#33804)Chris White1-0/+15
2022-11-10octave: new version 7.3.0 (#33788)Olivier Cessenat1-0/+1
2022-11-10gcc: drop target bootstrap flags for aarch64 (#33813)Harmen Stoppels1-1/+3
See https://github.com/spack/spack/issues/31184 GCC bootstrap logic adds `-mpcu` for libatomic (iirc), which conflicts with the `-march` flag we provide.
2022-11-10elpa: Fix build on ppc64le (#33639)Dave Love1-2/+4
2022-11-10pybind11: v2.10.1 (#33645)Axel Huebl1-1/+2
Add the latest release of pybind11: https://github.com/pybind/pybind11/releases/tag/v2.10.1
2022-11-10py-einops: add v0.6.0 (#33799)Adam J. Stewart1-0/+1
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
2022-11-10dcap: add variant ~plugins: Disables the build of plugins (#33524)iarspider1-0/+6
2022-11-10cpu-features: Add variant to enable BUILD_SHARED_LIBS=True (#33809)iarspider1-0/+3
* Allow building shared libraries for cpu-features
2022-11-10spack location: fix attribute lookup after multiple build systems (#33791)Massimiliano Culpo1-2/+4
fixes #33785
2022-11-09py-mpi4py: add version 3.1.4 (#33805)Satish Balay1-0/+1
2022-11-10udunits: Add libs property to recipe to find libudunits2 (#33764)Glenn Johnson1-0/+4
2022-11-10ucx: fix int overflow: use ssize_t (#33784)Harmen Stoppels2-0/+34