summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-25snakemake: new version with plugins (#42713)Maciej Wójcik25-20/+653
* snakemake: add Snakemake 8 with dependencies * snakemake: add missing description * Whitespace * Whitespace * Whitespace * Whitespace * py-conda-inject: add constraint for Python Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-snakemake-executor-plugin-azure-batch: add constraint for Python Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-snakemake-executor-plugin-cluster-generic: add constraint for Python Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-snakemake: add upper bound for Python * py-snakemake-executor-plugin-drmaa: specify dependency type Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-snakemake-executor-plugin-googlebatch: correct dependency version Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-snakemake-executor-plugin-tes: correct dependency version Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * py-snakemake-storage-plugin-s3: reorder * snakemake: remove newly added variants * snakemake: remove newly added variants * snakemake: remove newly added variant * snakemake: update version * snakemake: update version * snakemake: whitespace * py-snakemake-storage-plugin-s3: update version * snakemake: use newer version * snakemake: whitespace * snakemake: update interfaces * py-snakemake-storage-plugin-gcs: link issue * snakemake: update versions --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-24[laghos] Add a patch for MPI_Session (#42841)Veselin Dobrev1-0/+7
2024-02-24zoxide: new package (#42840)Pranav Sivaraman1-0/+22
* feat: zoxide package * Apply suggestions from code review Co-authored-by: Alec Scott <alec@bcs.sh> --------- Co-authored-by: Alec Scott <alec@bcs.sh>
2024-02-24py-lightly: add v1.5.0 (#42820)Adam J. Stewart1-0/+1
2024-02-24build(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (#42831)dependabot[bot]3-7/+7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/e0b68c6749509c5f83f984dd99a76a1c1a231044...0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-24py-pandas: add v2.2.1 (#42838)Adam J. Stewart1-0/+1
2024-02-24py-azure-...: add new versions (#42742)Maciej Wójcik4-34/+68
* py-azure-core: add new versions * py-azure-identity: add new versions, flatten dependencies * py-azure-storage-blob: add new versions * py-msal: add new versions * py-azure-...: black is terrible * py-azure-storage-blob: correct dependency * Reorder * Reorder
2024-02-24package/libspatialite: add conflict, new version (#42573)Sinan1-21/+19
* package/libspatialite: add conflict, new version * depends on new version of freexl * fix bug * remove manual download stuff * improve style * first depracate * [@spackbot] updating style on behalf of Sinan81 * get rid of conflict, reorder deps * remove manual download --------- Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Sinan81 <Sinan81@users.noreply.github.com>
2024-02-24libEnsemble: add v1.2.1 (#42828)Stephen Hudson1-1/+2
2024-02-24Allow awscli-v2 to be installed without examples/ dir (#42773)Alex Richert1-0/+8
* Allow awscli-v2 to be installed without examples/ dir * [@spackbot] updating style on behalf of AlexanderRichert-NOAA * Update var/spack/repos/builtin/packages/awscli-v2/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23libjpeg-turbo: add v2.1.5, update recipe (#37963)Alex Richert1-5/+17
Co-authored-by: Alec Scott <hi@alecbcs.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-02-23netcdf-cxx4: convert to CMake-based build (#42766)Chris Marsh1-86/+32
The CMake-based build is anticipated to work in all cases where the Autotools-based build did, and to address all prior issues with less maintenance of the package. In detail: * Fixes #42735 (CMake's find_package helps with linking to proper netcdf-c) * Replaces older Autotools-based build * All preexisting variants are handled * Record hdf5 as an explicit dependency (was missing before) * Add +tests option Co-authored-by: Chrismarsh <Chrismarsh@users.noreply.github.com>
2024-02-23proj: apply stdint.h patch in version 8 (#42791)Vicente Bolea1-1/+1
* proj: apply stdint.h patch in version 8 * Update var/spack/repos/builtin/packages/proj/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23Windows path handling: change representation for paths with spaces (#42754)John W. Parent5-4/+57
Some builds on Windows break when encountering paths with spaces. This reencodes some paths in Windows 8.3 filename format (when on Windows): this serves as an equivalent identifier for the file, but in a form that does not have spaces. 8.3 filenames are also truncated in length, which could be helpful, but that is not the primary intended purpose of using this format. Overall * nmake/msbuild packages do this generally for the install prefix * curl/perl require additional modifications (as written now, each package may require calls to `windows_sfn` to work when the Spack root/install/staging prefixes contain spaces) Some items for follow-up: * Spack itself does not create paths with spaces "on top" of whatever the user configures or where it is placed (e.g. the Spack root, the staging directory, etc.), so it might be possible to edit some of these paths once and avoid a proliferation of individual `windows_sfn` calls in individual packages. * This approach may result in the insertion of 8.3-style paths into build artifacts (on Windows), handling this may require additional bookkeeping (e.g. when relocating).
2024-02-23vtk package: support vtk@9 on Windows (#42751)John W. Parent3-0/+42
2024-02-23Alert user to failed concretizations (#42655)Peter Scheibel4-18/+75
With this change an error message is emitted when the result of concretization is in an inconsistent state.
2024-02-23tiled-mm: add v2.3 (#42829)Simon Pintarelli1-0/+2
2024-02-23Cleanup spack.schema (#42815)Massimiliano Culpo5-74/+29
* Move spec_list into its own file, instead of __init__.py * Remove spack.schema.spack This module was introduced in #33960 It's almost an exact duplicate of spack.schema.env, and is not used anywhere. * Fix typo
2024-02-23Update/add packages in the Nextflow ecosystem (#42776)Dr Marco Claudio De La Pierre4-0/+125
Signed-off-by: Dr Marco Claudio De La Pierre <marco.delapierre@gmail.com>
2024-02-23geant4: new version v11.2.1 (#42822)Ben Morgan1-0/+1
2024-02-23py-jwcrypto: new package (#42783)Jeremy Fix1-0/+31
* adds the spack recipe for py-jwcrypto * split long line to fix E501 * Specify versions for py-cryptography and py-typing-extensions Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23py-reacton: new package (#42794)Jeremy Fix1-0/+28
* adds the spack recipe for reacton python package * Fix versions for ipywidgets and typing-extensions Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23py-find-libpython: new package (#42804)Erik Heeren1-0/+20
* py-find-libpython: new package * Update var/spack/repos/builtin/packages/py-find-libpython/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23py-ipyvue: new package (#42789)Jeremy Fix1-0/+25
* add spack recipe for ipyvue * Specify version for ipywidgets Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23`py-sympy`: add version 1.12 (#42770)Todd Gamblin1-0/+1
2024-02-23pdal: fix version range for patch (#42769)Sinan1-1/+1
* Update package.py fix bug. * Update var/spack/repos/builtin/packages/pdal/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23py-codespell: add package (#42694)Caetano Melone1-0/+22
* py-codespell: add package * setuptools-scm conflict confirmed via https://github.com/codespell-project/codespell/issues/3365 Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * reorder dependencies and versions --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23py-s3transfer, py-boto3, py-botocore: add new versions (#42741)Maciej Wójcik3-7/+20
* py-s3transfer: add new versions * py-boto3: add new versions * py-botocore: add new versions * py-boto3: correct version ranges
2024-02-23py-ansible: add v2.16.3 (#42734)Alec Scott2-1/+33
* py-ansible: add v2.16.3 * Apply suggestions from code review Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Add specific python version requirements from setup.cfg * Add additional ranges for py-setuptools * Update var/spack/repos/builtin/packages/py-ansible/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23py-argparse-dataclass: add new package (#42494)Maciej Wójcik1-0/+20
* py-argparse-dataclass: add new package * Remove obvious dependency
2024-02-23Remove dead code from Environment (#42818)Massimiliano Culpo2-47/+0
Environment.concretize_and_add is not used anywhere.
2024-02-23Fix wrong call to a function (#42814)Massimiliano Culpo1-2/+1
2024-02-23matio: add v1.5.26 (#42808)akimler1-0/+1
2024-02-23elpa: remove deprecated versions (#42802)Massimiliano Culpo1-5/+0
2024-02-22qb3: add custom libs property (#42275)Tom Payerle1-0/+11
2024-02-22netcdf-c package: fix hdf5 linking on Windows (#42749)John W. Parent2-9/+53
2024-02-22PythonPackage: check purelib for libs/headers (#42602)Adam J. Stewart1-8/+19
* PythonPackage: check purelib for libs/headers * Update error messages too * Fix functools.reduce argument order
2024-02-22Seacas package: add Windows support (#42692)John W. Parent1-2/+19
2024-02-22dakota: add boost components (#42659)Alex Richert1-0/+1
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-02-22GDAL: add v3.8.4 (#42805)Adam J. Stewart1-0/+1
2024-02-22oci: when base image uses Image Manifest Version 2, follow suit (#42777)Harmen Stoppels5-17/+125
2024-02-22tandem: update package (#42785)Thomas-Ulrich1-1/+14
2024-02-22elpa: fix support for patched version (#42803)AMD Toolchain Support1-1/+1
Co-authored-by: Ning Li <ning.li@amd.com>
2024-02-22ELPA: Linking fixes for BLAS and OpenMP (#42747)AMD Toolchain Support1-10/+10
Co-authored-by: Phil Tooley <phil.tooley@amd.com>
2024-02-22libgd: fix INT_MAX not defined (#42104)Martin Lang1-0/+7
Compiling version 2.2.4 fails (on a Debian system with only a minimum set of packages installed) with an error because `INT_MAX` is undeclared: ``` 263 gd_gd2.c: In function '_gd2GetHeader': >> 264 gd_gd2.c:212:54: error: 'INT_MAX' undeclared (first use in this function) 265 212 | if (*ncx <= 0 || *ncy <= 0 || *ncx > INT_MAX / *ncy) { 266 | ^~~~~~~ 267 gd_gd2.c:87:1: note: 'INT_MAX' is defined in header '<limits.h>'; did you forget to '#include <limits.h>'? ```
2024-02-22rust: add v1.76.0 (#42798)Alec Scott1-0/+1
2024-02-22google benchmark: Add variant with libpfm4 (#42620)Steven Hahn1-1/+11
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
2024-02-22delly2: add v1.2.6 (#42745)James Beal1-0/+2
Co-authored-by: James Beal <jb23@sanger.ac.uk>
2024-02-22environment-modules: add version 5.4.0 (#42763)Xavier Delaruelle1-1/+2
2024-02-22mvapich: add v3.0 (#42756)MatthewLieber1-2/+2
Co-authored-by: Matt Lieber <lieber.31@osu.edu>