summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2023-04-15aspcud: add v1.9.6 (#36912)Alec Scott1-0/+1
2023-04-15conserver: add v8.2.7 (#36913)Alec Scott1-0/+1
2023-04-15exa: add v0.10.1 (#36914)Alec Scott1-0/+1
2023-04-15libverto: add v0.3.2 (#36915)Alec Scott1-0/+1
2023-04-15r-dorng: add v1.8.6 (#36916)Alec Scott1-0/+1
2023-04-15r-gower: add v1.0.1 (#36917)Alec Scott1-0/+1
2023-04-15r-grbase: add v1.8.9 (#36918)Alec Scott1-0/+1
2023-04-15r-tigris: add v2.0.1 (#36919)Alec Scott1-0/+1
2023-04-15routino: add v3.3.3 (#36920)Alec Scott1-0/+1
2023-04-15trident: add v23.01.1 (#36921)Alec Scott1-0/+1
2023-04-15double-conversion: add v3.2.1 (#36931)Alec Scott1-0/+1
2023-04-15kraken: add v1.1.1 (#36932)Alec Scott1-0/+1
2023-04-15r-bayesplot: add v1.10.0 (#36933)Alec Scott1-0/+1
2023-04-14Updating torchgeo to 0.4.1 (#36793)Caleb Robinson1-16/+30
* Updating torchgeo to 0.4.1 * Added some commas * Update var/spack/repos/builtin/packages/py-torchgeo/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-torchgeo/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-torchgeo/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Changed fiona bounds * Update var/spack/repos/builtin/packages/py-torchgeo/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-04-14py-pyupgrade: add v3.3.1 (#36926)Adam J. Stewart1-0/+1
2023-04-14Add jmcarcell to the maintainers of some packages (#36909)Juan Miguel Carceller5-5/+5
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2023-04-14upcxx: Fixes for Cray targets (#36708)Dan Bonachea1-14/+19
* upcxx: Enhance auto-detection for HPE Cray EX platforms 1. Some Cray EX systems use ALPS instead of SLURM, ensure we default the pmi-runcmd appropriately. 2. Some Cray EX systems run a stock kernel and lack a Cray PrgEnv (yes, really), so add a check for libfabric CXI provider as a last resort for detecting Cray EX, and ensure we don't choke on a lack of `$CRAYPE_DIR`. * upcxx: Cray XC improvements 1. Future-proof Cray XC detection, in case Spack ever starts reporting it as "linux". 2. Revert cray-libsci workaround for ALCF Theta. The workaround no longer appears to be necessary, and is actually causing failures on Theta now. * upcxx: Add level_zero variant detection
2023-04-14proj: fix installation of datum grid with Autotools (#36906)Sergey Kosukhin1-3/+4
2023-04-14cmake: add version 3.26.3 (#36648)John W. Parent1-0/+1
2023-04-14VTK-m: use conflict with virtuals variant with ROCm (#36845)kwryankrattiger1-3/+5
2023-04-14yambo: add v5.1.1 (#36905)Alec Scott1-0/+1
2023-04-14tempestremap: add v2.1.6 (#36903)Alec Scott1-0/+1
2023-04-14speex: add v1.2.1 (#36902)Alec Scott1-0/+1
2023-04-14vecmem: add v0.24.0 (#36904)Alec Scott1-0/+1
2023-04-14netcdf: fix bugs introduced with multiple build systems split (#36825)Massimiliano Culpo1-7/+7
Fixes #36689 - The "base" builder class should be last in the MRO - `filter_compiler_wrappers` needs to be moved to builders - Decorating a function from a mixin class require using the correct metaclass for the mixin
2023-04-14lz4: fix bug on darwin, use makefile by default (#36820)Massimiliano Culpo1-7/+6
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2023-04-14cernlib: depends_on openssl when platform=linux (#36837)Wouter Deconinck1-1/+1
Fixes #36836.
2023-04-14py-lightning: add v1.9.5 (#36803)Adam J. Stewart1-10/+18
2023-04-14kubernetes: add v1.27.0 and split off new package kubectl (#36780)Alec Scott2-5/+67
2023-04-13(py-)onnx: new version 1.13.0, 1.13.1 (for py-torch@2) (#36797)Wouter Deconinck4-2/+18
* (py-)onnx: new version 1.13.0, 1.13.1 (for py-torch@2) ONNX has a new version 1.13.1 which is required for py-torch +onnx_ml. This version adds python 3.11 support, Mac M1/M2 support. No build system changes changes. - https://github.com/onnx/onnx/releases/tag/v1.13.0 (main changes) - https://github.com/onnx/onnx/releases/tag/v1.13.1 (bugfixes) - https://github.com/onnx/onnx/commits/main/CMakeLists.txt (top 6 commits are on top of the last 1.12 release) - https://github.com/onnx/onnx/blob/v1.13.1/requirements.txt - https://github.com/onnx/onnx/blob/v1.13.1/requirements-release.txt * py-onnx: update dependencies * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * protobuf: new version 3.22.2, depends_on abseil-cpp * onnx: require c++14 for protobuf * py-protobuf: new preferred version 3.20.3 * protobuf: new versions 3.20.2, 3.20.3 * [@spackbot] updating style on behalf of wdconinc * protobuf: no double depends_on abseil-cpp * py-protobuf: no preferred 3.20.3 --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2023-04-13py-dask-mpi: remove jupyter-server-proxy (#36680)MikeG2-1/+13
* py-dask-mpi: remove jupyter-server-proxy This dependency isn't a 'hard' one; it optionally simplifies getting access to the web consoles. See: https://github.com/dask/dask-mpi/pull/102 * Add patch to remove unnecessary dependency * review comments * pass formatting
2023-04-13Update m4 (#36835)Nisarg Patel1-0/+7
* Update m4 For %oneapi & %intel, we explicitly set -O0 so dependents of m4 do not break # The default optimization level for icx/icpx is "-O2", # but building m4 with this level breaks the build of dependents. # So we set it explicitely to "-O0". * [@spackbot] updating style on behalf of hpcnpatel
2023-04-13py-lightly: add new package (#36839)Adam J. Stewart2-0/+50
2023-04-13mpiwrapper: New version 2.10.3 (#36816)Erik Schnetter1-0/+1
2023-04-13mpitrampoline: add v5.2.3 (#36814)Erik Schnetter1-0/+1
2023-04-13gromacs: Specify c++ stdlib for aocc (#36553)Daniel Ahlin1-0/+3
Co-authored-by: Christoph Junghans <junghans@lanl.gov>
2023-04-13lz4: fixup incorrect builder method signature (#36812)John W. Parent1-2/+2
2023-04-12libfabric: Add v1.18.0; Drop `linux-headers` dependency (#36805)Jack Morrison1-1/+1
* Remove libfabric dependency on linux-headers package when building with OPX support. * Add libfabric verison 1.18.0
2023-04-12gromacs: Intel oneapi 2023 fixes (#36555)Daniel Ahlin1-5/+12
* gromacs: oneapi@2023 - g++-dependency and MKL path Fixes to build with oneapi@2023 and MKL 2023. * Depend on gcc and add GMX_GPLUSPLUS_PATH to it * MKL seems to be picked up without explicit directives and the old directives fails (at least for my tests) with MKL 2023. * gromacs: oneapi@2023 fix - address style errors * gromacs: add danielahlin as maintainer Adding danielahlin as maintainer as discussed in https://github.com/spack/spack/pull/36555#issuecomment-1496224128 and https://github.com/spack/spack/pull/36555#issuecomment-1504682712 * Update package.py --------- Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com> Co-authored-by: Christoph Junghans <junghans@lanl.gov> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-04-12Paraview package: build on Windows (#36583)John W. Parent1-10/+16
* Prevent use of x11 * Don't define mpi compilers in cmake interface as MSMPI has no compiler wrapper.
2023-04-12libgcrypt: add v1.10.2 (#36799)Massimiliano Culpo1-0/+1
2023-04-12WGL: remove invalid variant detection (#36579)John W. Parent1-10/+0
Plat variant was removed in a previous PR, now prevent that variant from being detected externally.
2023-04-12py-hatchling: new version 1.14.0; new pkgs py-calver, py-trove-classifiers ↵Wouter Deconinck3-0/+39
(#36796) * py-hatchling: new version 1.14.0; new pkgs py-calver, py-trove-classifiers Hatchling 1.14.0 adds a new dependency on trove-classifiers, which in turn depends on calver. So, those two packages needed to be added as well. - https://github.com/pypa/hatch/commit/f8915309d31c418c62cf6aa57436fe2e8a83e25c - https://github.com/pypa/trove-classifiers/blob/2023.3.9/pyproject.toml - https://github.com/di/calver/blob/2022.06.26/pyproject.toml * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-04-12hpddm: add new versions (#36769)Yang Zongze1-0/+6
2023-04-12umpire: depends on `camp~cuda` when `~cuda` (#36788)Simon Pintarelli1-0/+1
2023-04-12duckdb: add new package (#36682)Matthieu Dorier1-0/+18
2023-04-12apex: add v2.6.2 (#36686)Kevin Huck1-10/+48
2023-04-12sublime-text: Add licensing information (#36690)Laura Weber1-0/+4
2023-04-12tecplot: Add version 2022r2, Licensing, Env setup (#36695)Laura Weber1-7/+30
2023-04-12PROJ: googletest only needed to test (#36691)Adam J. Stewart1-2/+2