Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-22 | py-pyproj: add v3.6.1 (#40128) | Adam J. Stewart | 1 | -1/+3 | |
2023-09-22 | py-hpbandster: use build/run deps instead of build (#40102) | Harmen Stoppels | 1 | -2/+2 | |
2023-09-22 | py-pandas: add v2.1.1 (#40127) | Adam J. Stewart | 2 | -2/+6 | |
2023-09-22 | libzmq: fix build with Apple Clang 15.0.0 (#40116) | Adam J. Stewart | 1 | -3/+3 | |
2023-09-22 | OpenBLAS: add v0.3.24 (#40132) | Adam J. Stewart | 1 | -26/+29 | |
Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com> | |||||
2023-09-22 | py-scikit-learn: add v1.3.1 (#40126) | Adam J. Stewart | 1 | -0/+1 | |
2023-09-22 | add met v11.1.0 (#40138) | eugeneswalker | 1 | -0/+1 | |
2023-09-22 | add metplus v5.1.0 (#40139) | eugeneswalker | 1 | -0/+1 | |
2023-09-22 | add scotch v7.0.4 (#40140) | eugeneswalker | 1 | -0/+1 | |
2023-09-22 | py-aiofiles: Add version 0.7.0 required by py-cylc-flow (#39987) | Lydéric Debusschère | 1 | -2/+6 | |
* py-aiofiles: Add version 0.7.0 required by py-cylc-flow * py-aiofiles: update from review * depends on py-setuptools before 0.6 * depends on py-poetry-core after 0.7 Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> * py-aiofiles: Taking reviewing into account; add a upper version constraint for Python. * py-aiofiles: update from review, set lower version of python Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-09-21 | Revert "e4s-cray: drop in ci as there are no runners (#40122)" (#40144) | eugeneswalker | 1 | -12/+12 | |
This reverts commit bd8d0324a9a06c7acd81485b265ec2a48b579cec. | |||||
2023-09-22 | openssh: Fix segfault on x86_64-darwin (#40044) | Thiago Genez | 1 | -0/+24 | |
Import patches from homebrew | |||||
2023-09-21 | Update grib-util package.py (#40120) | Alex Richert | 1 | -3/+14 | |
2023-09-21 | py-fenics-dolfinx: add version upper bound for Python dependency (#40125) | Garth N. Wells | 1 | -2/+4 | |
* py-fenics-dolfinx: add upper bound on Python version * Small fix * Update var/spack/repos/builtin/packages/py-fenics-dolfinx/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-09-21 | Add missing platform in Charm++ (#40051) | Rocco Meli | 1 | -2/+12 | |
Add missing `linux` platform in Charm++ when building for `arm8`. | |||||
2023-09-21 | lorene: add C++ headers to the install (#39909) | Steven R. Brandt | 1 | -1/+2 | |
2023-09-21 | relion: add 4.0.1, fix build on Rocky8 (#40074) | George Young | 1 | -0/+2 | |
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> | |||||
2023-09-21 | phist: fix compatibility with python@3.11: (#40082) | Jonas Thies | 2 | -0/+30 | |
2023-09-21 | SIRIUS: remove old versions (#40105) | Anton Kozhevnikov | 4 | -213/+22 | |
2023-09-21 | Fix false detection of llvm-amdgpu as llvm and llvm-doe (#40113) | Wileam Y. Phan | 2 | -0/+4 | |
2023-09-21 | py-nanobind add cmake path (#40079) | Robert Underwood | 1 | -0/+5 | |
* py-nanobind add cmake path * fix style --------- Co-authored-by: Robert Underwood <runderwood@anl.gov> | |||||
2023-09-21 | [add] py-graphql-ws: new recipe, required by py-cylc-uiserver (#39991) | Lydéric Debusschère | 1 | -0/+20 | |
* [add] py-graphql-ws: new recipe, required by py-cylc-uiserver * py-graphql-ws: remove constraint on version for python | |||||
2023-09-21 | Harden compiler detection against errors (#39736) | John W. Parent | 4 | -36/+106 | |
Fixes #39622 Add a timeout to compiler detection and allow Spack to proceed when this timeout occurs. In all cases, the timeout is 120 seconds: it is assumed any compiler invocation we do for the purposes of verifying it would resolve in that amount of time. Also refine executables that are tested as being possible MSVC instances, and limit where we try to detect MSVC. In more detail: * Compiler detection should timeout after a certain period of time. Because compiler detection executes arbitrary executables on the system, we could encounter a program that just hangs, or even a compiler that hangs on a license key or similar. A timeout prevents this from hanging Spack. * Prevents things like cl-.* from being detected as potential MSVC installs. cl is always just cl in all cases that Spack supports. Change the MSVC class to indicate this. * Prevent compilers unsupported on certain platforms from being detected there (i.e. don't look for MSVC on systems other than Windows). The first point alone is sufficient to address #39622, but the next two reduce the likelihood of timeouts (which is useful since those slow down the user even if they are survivable). | |||||
2023-09-21 | aocl-sparse: use `.libs` instead of hard-coded value for library computation ↵ | AMD Toolchain Support | 2 | -4/+9 | |
(#39868) Co-authored-by: matooley <phil.tooley@amd.com> | |||||
2023-09-21 | Restore virtuals normalization on edge construction (#40130) | Massimiliano Culpo | 3 | -1/+19 | |
Put back normalization of the "virtuals" input as a sorted tuple. Without this we might get edges that differ just for the order of virtuals, or that have lists, which are not hashable. Add unit-tests to prevent regressions. | |||||
2023-09-21 | Remove Python 3.6 from bootstrap tests on Ubuntu, add 3.11 (#40131) | Massimiliano Culpo | 1 | -2/+2 | |
2023-09-21 | e4s: drop python 3.8 preference (#40123) | Harmen Stoppels | 2 | -4/+0 | |
2023-09-21 | py-versioneer: add 0.29 (#40076) | Manuela Kuhn | 1 | -2/+1 | |
2023-09-21 | cython: fix recythonize by default patch (#40096) | Harmen Stoppels | 2 | -0/+24 | |
2023-09-21 | package:pylint fix isort dependency versions (#40094) | Sinan | 1 | -1/+2 | |
Co-authored-by: sbulut <sbulut@3vgeomatics.com> | |||||
2023-09-21 | [add] py-ansimarkup: new recipe required by py-cylc-flow (#39989) | Lydéric Debusschère | 1 | -0/+22 | |
* [add] py-ansimarkup: new recipe required by py-cylc-flow * py-ansimarkup: remove version constraint on python, add version 2.1.0 | |||||
2023-09-21 | py-vcrpy: add 5.1.0 (#40075) | Manuela Kuhn | 1 | -3/+6 | |
2023-09-21 | py-scikit-sparse: add 0.4.11, 0.4.12 (#40077) | Christian Glusa | 1 | -2/+7 | |
2023-09-21 | Bazel patch specs were too restrictive (#40084) | Thomas Dickerson | 1 | -5/+6 | |
These patches should always be applied - the existing Bazel code is always wrong, working on some older compilers was a lucky fluke. | |||||
2023-09-21 | e4s-cray: drop in ci as there are no runners (#40122) | Harmen Stoppels | 1 | -12/+12 | |
2023-09-21 | py-gevent: relax dependency constraints (#40117) | Adam J. Stewart | 1 | -10/+6 | |
2023-09-20 | gptune: doesnt depend on cython (#40104) | Harmen Stoppels | 1 | -1/+0 | |
2023-09-20 | ESMF package: fix netcdf static libs and variant combinations (#39738) | Dom Heinzeller | 1 | -8/+19 | |
Add "snapshot" variant for identifying UFS WM support | |||||
2023-09-20 | Revert PR 40091 which duplicates PR 38987 (#40107) | Patrick Gartung | 2 | -37/+0 | |
2023-09-20 | Add support for C++23 in pika and pika-algorithms packages (#40078) | Auriane R | 2 | -2/+4 | |
* Add C++23 support for pika * Add C++23 support for pika-algorithms as well | |||||
2023-09-20 | Add 23 and 26 to the cxxstd variant for boost (#40081) | Auriane R | 1 | -1/+3 | |
2023-09-20 | Fix a leftover typo from depflag rework (#40101) | Massimiliano Culpo | 1 | -1/+1 | |
2023-09-20 | cython: add build-tools tag (#40100) | Harmen Stoppels | 1 | -0/+1 | |
2023-09-20 | DLA-Future: add v0.2.1 (#40098) | Raffaele Solcà | 1 | -3/+4 | |
2023-09-20 | Add 23 to the cxxstd variant of fmt (#40080) | Auriane R | 1 | -1/+1 | |
2023-09-20 | Add details on error messages from requirements (#40092) | Marc Mengel | 1 | -2/+6 | |
2023-09-19 | Fix error in qt5.15 building qtlocation with gcc13 (#40091) | Patrick Gartung | 2 | -0/+37 | |
2023-09-19 | FleCSI updates (#40087) | Richard Berger | 1 | -4/+4 | |
* flecsi: update description and flog variant help * flecsi: use kokkos_cxx when needed | |||||
2023-09-19 | eospac: expose version 6.5.7 (#40060) | Daryl W. Grunau | 1 | -1/+6 | |
Co-authored-by: Daryl W. Grunau <dwg@lanl.gov> | |||||
2023-09-19 | python version dependency for supporting nwchem-702 build (#40072) | AMD Toolchain Support | 1 | -1/+2 | |
Co-authored-by: viveshar <vivek.sharma2@amd.com> |