Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-17 | Workarounds for install errors on Windows (#21890) | Betsy McPhail | 1 | -2/+11 | |
1. Forwarding sys.stdin, e.g. use input_multiprocess_fd, gives an error on Windows. Skipping for now 3. subprocess_context needs to serialize for Windows, like it does for Mac. Co-authored-by: lou.lawrence@kitware.com <lou.lawrence@kitware.com> Co-authored-by: John Parent <john.parent@kitware.com> | |||||
2022-03-17 | assimp: depends on pkgconfig; disable bundled dependencies (#29551) | Wouter Deconinck | 1 | -0/+4 | |
* [assimp] depends_on pkgconfig and disable hunter, build zlib/minizip | |||||
2022-03-17 | openssh: Update to version 8.9 (#29539) | Erik Schnetter | 1 | -0/+1 | |
2022-03-17 | fastjet: use mirror for sources (#29357) | Valentin Volkl | 1 | -1/+5 | |
as a workaround for https://github.com/spack/spack/issues/20050 | |||||
2022-03-17 | Add intermediate folder in lib to LD_LIBRARY_PATH (#29519) | haralmha | 1 | -0/+3 | |
2022-03-17 | openssl: Deprecate old versions (#29554) | Erik Schnetter | 1 | -2/+2 | |
2022-03-17 | New package: py-quart (#29142) | Jen Herting | 1 | -0/+29 | |
* [py-quart] created template * [py-quart] - added homepage - added description - added dependencies - removed fixmes * [py-quart] removed setuptools dependency | |||||
2022-03-17 | assimp: remove -Werror to allow compilation on Intel oneAPI (#29552) | Wouter Deconinck | 1 | -0/+3 | |
2022-03-17 | python: allow versions with garbage suffix (#29543) | Tom Scogland | 1 | -1/+3 | |
* python: allow versions with garbage suffix Ubuntu 22.04 preview python prints version as 3.10.2+, the + causes version parsing to fail and breaks detection. * Add version comment * match VALID_VERSION regex | |||||
2022-03-16 | libiconv,lmod: improvements for static builds (#29493) | Seth R. Johnson | 2 | -1/+2 | |
* libiconv: compile with pic even when static build * lmod: require shared lua It seems to be unable to detect lua-posix when using a static lua: ``` Error: The follow lua module(s) are missing: posix ``` | |||||
2022-03-16 | openssl: Security update (#29538) | Erik Schnetter | 1 | -1/+3 | |
2022-03-16 | [py-configparser] added version 5.2.0 (#29136) | Jen Herting | 1 | -2/+7 | |
* [py-configparser] added version 5.2.0 * [py-configparser] fixed setuptools versions and added setuptools_scm | |||||
2022-03-16 | New package: py-hypercorn (#29141) | Jen Herting | 1 | -0/+25 | |
* [py-hypercorn] created template * [py-hypercorn] - added homepage - added description - added dependencies - removed fixmes * [py-hypercorn] removed setuptools dependency and added version restriction for py-typing-extensions | |||||
2022-03-16 | py-numpy: add v1.22.3 (#29425) | Adam J. Stewart | 1 | -0/+1 | |
2022-03-16 | diffutils: work around for nvhpc not 11 compliant for __builtin_add_overflow ↵ | Olivier Cessenat | 2 | -0/+18 | |
(#28451) | |||||
2022-03-16 | Py kosh (#29532) | Charles Doutriaux | 1 | -1/+2 | |
2022-03-15 | constrain dependency as needed by neovim (#29252) | Alberto Invernizzi | 1 | -1/+1 | |
2022-03-15 | Added R 4.1.3 to package.py (#29495) | Simon Flood | 1 | -0/+1 | |
2022-03-15 | Add changes to test functions for checking spack versions of hdf5 with (#29159) | Larry Knox | 1 | -1/+29 | |
develop in the version string. The versions from the HDF5 code were not matching because 'develop-' is not part of the HDF5 version. Also, the develop-x.x versions in spack omit the release version (third) number because the branch spans all of the release versions. | |||||
2022-03-15 | libdrm: add docs variants and missing dependency (#29423) | Harmen Stoppels | 1 | -4/+18 | |
2022-03-15 | spla: add version 1.5.4 (#29509) | Simon Frasch | 1 | -0/+1 | |
2022-03-15 | py-stomp-py: Add new package (#29380) | haralmha | 1 | -0/+23 | |
* py-stomp-py: Add package * Specify python and py-docopt dependencies | |||||
2022-03-15 | h5z-zfp: fix build with Fujitsu compiler (#29029) | FJ-NaokiMatsumura | 5 | -2/+102 | |
2022-03-15 | jogl: new package (#29332) | Toyohisa Kameyama | 2 | -0/+124 | |
2022-03-15 | glugen: new package. (#29312) | Toyohisa Kameyama | 3 | -0/+355 | |
2022-03-14 | petsc, py-petsc4py: add 3.16.5 (#29505) | Carlos Bederián | 2 | -0/+2 | |
* petsc: add 3.16.5 * py-petsc4py: add 3.16.5 | |||||
2022-03-14 | amr-wind: Fix hypre dependency. (#29504) | Jon Rood | 1 | -1/+1 | |
2022-03-14 | py-pybind11: 2.9.1 (#29387) | Axel Huebl | 1 | -1/+5 | |
* py-pybind11: 2.9.1 Add the latest releases of pybind11. * Bump requirements according to `pyproject.toml` | |||||
2022-03-14 | Update: py-cmake (#28760) | Axel Huebl | 1 | -3/+20 | |
* Update: py-cmake Add additional dependencies as declared by the `py-cmake` repository. Note: for either from-source or from-binary builds, this downloads additional software via the network. We might want to propose upstream patches to make this work on nodes without internet connection. * Add Review Comments + Newest Version * Add: Ninja Preferred generator according to outputs and upstream repo logic * Attempt to use resource() for CMake source | |||||
2022-03-14 | [py-watchdog] added version 2.1.6 (#29137) | Jen Herting | 1 | -16/+45 | |
* [py-watchdog] switched to pypi and audited dependencies * [py-watchdog] added version 2.1.6 * [py-watchdog] updated dependencies for old versions * [py-watchdog] added when for variant * [py-watchdog] added some newlines to make flake8 happy | |||||
2022-03-14 | mpich: fix the detection of the package (#29284) | Sergey Kosukhin | 1 | -24/+25 | |
2022-03-14 | Dyninst: add v12.1.0 (#29482) | Tim Haines | 1 | -0/+1 | |
2022-03-14 | vecgeom: add v1.1.19 (#29488) | Ben Morgan | 1 | -2/+7 | |
Adjust build args for new CUDA build mechanism. | |||||
2022-03-14 | eztrace: new version and refactor for cmake/autotools build (#29458) | François Trahay | 1 | -14/+63 | |
2022-03-14 | hsa-rocr-dev, llvm-amdgpu: change dependency libelf to elf (#29408) | Mark W. Krentel | 2 | -3/+9 | |
* hsa-rocr-dev, llvm-amdgpu: change dependency libelf to elf Change the libelf dependency to the virtual elf for two rocm packages. This allows other packages (hpctoolkit) to combine rocm and dyninst (with elfutils) while still being able to build rocm with libelf when needed, eg darwin. * add comment describing include path for libelf vs elfutils | |||||
2022-03-14 | hdf5: relax fortran constraint (#29472) | Seth R. Johnson | 1 | -2/+2 | |
2022-03-14 | toml11: v3.7.1 (#29483) | Axel Huebl | 1 | -1/+2 | |
Add the latest toml11 release :) | |||||
2022-03-13 | FreeFem: new version 4.10 (#29438) | Vicente Mataix Ferrándiz | 1 | -1/+2 | |
* Adding release 4.10 * Incorrect checksum * Update sums * Revert tar * Update sum for tar | |||||
2022-03-13 | rapidjson: Add doc variant (#29460) | Thomas Madlener | 1 | -0/+10 | |
2022-03-13 | Remove "setup_environment" and "setup_dependent_environment" (#29463) | Massimiliano Culpo | 13 | -34/+29 | |
fixes #29446 The new setup_*_environment functions have been falling back to calling the old functions and warn the user since #11115. This commit removes the fallback behavior and any use of: - setup_environment - setup_dependent_environment in the codebase | |||||
2022-03-13 | butterflypack: add 2.1.1 (#29467) | liuyangzhuan | 1 | -0/+1 | |
* added version2.1.1 for butterflypack * fixing a tag in butterflypack * minor fix for superlu-dist | |||||
2022-03-13 | itk: add verion 5.3rc02 (contains fix for ITK/issues/2674) (#29471) | Ben Darwin | 1 | -1/+2 | |
2022-03-13 | itk: add MINC file support (#29470) | Ben Darwin | 1 | -0/+4 | |
2022-03-13 | wps: new version 4.3 (#29473) | Timothy Brown | 3 | -3/+715 | |
* Adding new version [WPS]. * Making `spack style` happy. | |||||
2022-03-12 | python: fix build after change in Spec.dependencies signature (#29480) | Massimiliano Culpo | 1 | -1/+1 | |
fixes #29478 As was written Python was looking for dependencies named "link" rather than dependencies of type "link". | |||||
2022-03-11 | Add py-torch 1.11, py-torchvision 0.12 (#29455) | Adam J. Stewart | 2 | -5/+17 | |
2022-03-11 | new package: py-pytest-parallel (#29431) | Ryan Marcellino | 1 | -0/+20 | |
* new package: py-pytest-parallel * depend on python@3.7: Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-03-11 | perl: prefer all stable releases (#29456) | Harmen Stoppels | 1 | -6/+6 | |
2022-03-10 | py-hepdata-converter: Add new package (#29422) | haralmha | 1 | -0/+24 | |
2022-03-10 | Add v0.3.20 (#29453) | Paul R. C. Kent | 1 | -0/+1 | |