Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-15 | Adding NVIDIA HPC SDK 22.2 (#28874) | Filippo Spiga | 1 | -0/+4 | |
2022-02-15 | archspec: remove pyproject.toml to workaround PEP517 (#28956) | Massimiliano Culpo | 1 | -0/+10 | |
* archspec: remove pyproject.toml to workaround PEP517 If pyproject.toml is in the folder, that is preferred to the setup.py packaged by poetry itself. Adding a dependency on poetry for deploying a pure Python package seems wasteful, since the package to be deployed just needs to be copied in place, so we don't want to built rust for that. * archspec: patch pyproject.toml to comply to PEP517 See https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 * Fix style issues | |||||
2022-02-15 | OpenMC: new version 0.13.0 (#28929) | Paul Romano | 2 | -20/+29 | |
2022-02-15 | py-argon2-cffi-bindings: add new package (#28943) | Manuela Kuhn | 1 | -0/+20 | |
2022-02-15 | FEniCS: avoid HDF5 version 1.12+ (#28920) | Christoph Conrads | 1 | -2/+2 | |
The new HDF5 version 1.12 API causes compiler errors due to modified function prototypes. Note that version 1.11 is the development version of HDF5 1.12. | |||||
2022-02-15 | py-coverage: add 6.3.1 (#28946) | Manuela Kuhn | 1 | -3/+5 | |
2022-02-15 | py-numba: add 0.55.1 (#28933) | Manuela Kuhn | 1 | -15/+19 | |
* py-numba: add 0.55.1 * Remove comment * Pin down py-llvmlite version for older py-numba releases * Remove py-llvmlite deps for releases not in spack * Set upper bounds for python and py-numpy * Add stricter upper bound to py-numpy for releases <=0.47 | |||||
2022-02-15 | py-argcomplete: add 2.0.0 (#28942) | Manuela Kuhn | 1 | -1/+5 | |
2022-02-15 | py-memory-profiler: add 0.60.0 (#28918) | Manuela Kuhn | 1 | -1/+3 | |
2022-02-15 | github: add default value for spack spec and error message (#28796) | Seth R. Johnson | 1 | -4/+14 | |
2022-02-15 | intel compiler: fix link time error with `LLVMgold.so` (#28731) | Stephen Sachs | 3 | -0/+42 | |
The Intel compiler will, at link time, call `ld -plugin LLVMgold.so`, which expects libraries like `libimfo.so` to be found either in the `LD_LIBRARY_PATH` or in `LLVMgold.so`s RPATH. As `LLVMgold.so` already uses RUNPATH, I used that to extend this to the necessary library locations. This PR should fix issues: https://github.com/spack/spack/issues/10308 https://github.com/spack/spack/issues/18606 https://github.com/spack/spack/issues/17100 https://github.com/spack/spack/issues/21237 https://github.com/spack/spack/issues/4261 Co-authored-by: Stephen Sachs <stesachs@amazon.com> | |||||
2022-02-15 | Make `spack -e [env] spec` show environment root specs (#25941) | Harmen Stoppels | 2 | -19/+47 | |
2022-02-15 | SIRIUS: optionlal dependency on Python (#28711) | Anton Kozhevnikov | 2 | -25/+32 | |
* depend on Python only when building the module * fixes for shared costa libray * add deprecated=True for old packages | |||||
2022-02-15 | Unalias despacktivate only when alias exists (#28939) | Harmen Stoppels | 1 | -1/+1 | |
2022-02-15 | direnv: fix installation procedure (#28940) | acastanedam | 1 | -1/+3 | |
Setting Spack's `$prefix` to `$DESTDIR` and not to `$PREFIX` install the package in `$prefix/usr/local` and not in `$prefix`, thus when it is loaded the executable `direnv` in not "seen" by the environment. | |||||
2022-02-15 | spectre: patch Boost pre v1.67 (#28931) | Nils Vu | 1 | -0/+5 | |
2022-02-15 | genometools: add v1.6.2 (#28936) | dlkuehn | 1 | -1/+2 | |
Co-authored-by: las_dkuehn <las_dkuehn@gilman-0107-02.las.iastate.edu> | |||||
2022-02-15 | dd4hep: add v1.20 (#28937) | Wouter Deconinck | 1 | -0/+1 | |
No major changes to the build system, https://github.com/AIDASoft/DD4hep/compare/v01-19...v01-20 | |||||
2022-02-15 | sundials: use make for some of the smoke tests (#28938) | Cody Balos | 1 | -8/+10 | |
2022-02-15 | meson: add versions 0.61.2 and 0.60.3 (#28934) | Mark W. Krentel | 1 | -0/+2 | |
2022-02-15 | py-anyio: add 3.5.0 (#28915) | Manuela Kuhn | 1 | -1/+5 | |
* py-anyio: add 3.5.0 * Add wheel dependency | |||||
2022-02-15 | apex: add patch to install missing header (#28844) | Mikael Simberg | 2 | -0/+18 | |
Co-authored-by: Mikael Simberg <mikael.simberg@iki.if> | |||||
2022-02-15 | New quantum-espresso maintainer (#28927) | Daniele Cesarini | 1 | -1/+1 | |
2022-02-14 | py-attrs: add 21.4.0 (#28914) | Manuela Kuhn | 1 | -0/+2 | |
2022-02-14 | py-jsonschema: add 4.4.0 (#28919) | Manuela Kuhn | 1 | -10/+18 | |
2022-02-15 | darwin: make sure MACOSX_DEPLOYMENT_TARGET has a minor component (#28926) | Seth R. Johnson | 1 | -1/+10 | |
2022-02-14 | updated cray-fftw (#28922) | luker | 1 | -2/+3 | |
added the latest cray-fftw version, added myself as a maintainer, updated the homepage | |||||
2022-02-14 | py-pyopencl: fix dependency to py-six (#28916) (#28917) | Pierre Neyron | 1 | -0/+1 | |
2022-02-14 | replace mesa18 recipe with mesa recipe for the rocm releases (#28491) | Sreenivasa Murthy Kolam | 4 | -4/+4 | |
2022-02-14 | easi: add new package (#28828) | ravil-mobile | 1 | -0/+74 | |
Co-authored-by: ravil <ravil.dorozhinskii@tum.de> | |||||
2022-02-14 | py-bids-validator: add 1.8.9 (#28913) | Manuela Kuhn | 1 | -0/+1 | |
2022-02-14 | New package: py-pyfr (#28847) | MichaelLaufer | 2 | -0/+78 | |
* Initial support for PyFR * styling * fixes * more syling fixes * fixes for dependencies * add min rocblas version | |||||
2022-02-14 | intel-oneapi-mpi: set I_MPI_ROOT in setup_dependent_build_environment (#28890) | Tom Vander Aa | 1 | -0/+2 | |
* setting I_MPI_ROOT is sometimes needed for find_package(MPI) in cmake to work | |||||
2022-02-14 | fastjet add v3.3.4, fjcontrib add v1.045 (#22667) | Thomas Madlener | 2 | -0/+2 | |
2022-02-14 | AMD rocm-openmp-extras: add v4.5.2 (#28790) | estewart08 | 1 | -7/+14 | |
2022-02-14 | Python: fix build with Fujitsu compiler (#28744) | Toyohisa Kameyama | 2 | -1/+18 | |
2022-02-14 | py-{mizani,plotnine}: add packages. (#28841) | Olli Lupton | 2 | -0/+53 | |
* py-{mizani,plotnine}: add packages. * Add missing python dependency. | |||||
2022-02-14 | magma: move the execution of stand-alone tests to preferred directory (#28895) | G-Ragghianti | 1 | -1/+1 | |
2022-02-14 | palisade-development: change fppe-logreg variant to point to a stable tag ↵ | John Wohlbier | 1 | -4/+4 | |
instead of a branch (#28717) Co-authored-by: John Wohlbier <jgwohlbier@sei.cmu.edu> | |||||
2022-02-14 | py-pandas: add v1.4.1 (#28904) | Adam J. Stewart | 1 | -0/+1 | |
2022-02-14 | py-mypy: add new versions (#28905) | Adam J. Stewart | 1 | -6/+10 | |
2022-02-14 | trilinos: disable UVM for 13.2+ (#28879) | Seth R. Johnson | 1 | -1/+3 | |
2022-02-13 | [py-ctgan] fixed py-torchvision version range (#28892) | Jen Herting | 1 | -1/+1 | |
2022-02-13 | Bump libtree (#28908) | Harmen Stoppels | 1 | -0/+1 | |
2022-02-13 | go: mark conflict for ancient compilers (#28888) | Seth R. Johnson | 1 | -0/+3 | |
2022-02-12 | py-grpcio: add v1.43.0 (#28784) | Adam J. Stewart | 1 | -4/+5 | |
2022-02-12 | hypre: add v2.24.0 (#28896) | Sarah Osborn | 1 | -0/+1 | |
2022-02-12 | cray: add NVIDIA to the list of canonical names (#28246) | Steve Leak | 1 | -0/+1 | |
2022-02-11 | lwgrp/dtcmp packages: add version 1.0.5 and 1.1.4, respectively(#28817) | Adam Moody | 2 | -0/+2 | |
2022-02-11 | ffmpeg package: add libx264 variant; fix license variants. (#28808) | Olli Lupton | 2 | -0/+25 | |
Prior to this patch, setting +gpl did not pass --enable-gpl and did not allow GPL-only codecs to be enabled. |