summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-03-05perl-string-approx: new package (#43023)Arne Becker1-0/+25
Adds String::Approx
2024-03-05perl-string-numeric: new package (#43024)Arne Becker1-0/+30
Adds String::Numeric
2024-03-05perl-test-file-contents: new package (#43025)Arne Becker1-0/+30
Adds Test::File::Contents
2024-03-05perl-test-mockobject and deps: new packages (#43026)Arne Becker3-0/+97
Adds Test::MockObject and its dependencies. Installed OK with build-time tests. Added dependencies: - UNIVERSAL::can - UNIVERSAL::isa
2024-03-05perl-test-perl-critic: new package (#43027)Arne Becker1-0/+30
Adds Test::Perl::Critic
2024-03-05perl-test-pod-coverage and deps: new packages (#43028)Arne Becker2-0/+58
Adds Test::Pod::Coverage and its dependencies. Installed OK with build-time tests. Added dependencies: - Pod::Coverage
2024-03-05perl-tie-ixhash: new package (#43029)Arne Becker1-0/+29
Adds Tie::IxHash
2024-03-05eccodes: drop redundant build dependency (#43035)Sergey Kosukhin1-1/+0
2024-03-05perl-text-csv-xs: new package (#43030)Arne Becker1-0/+29
Adds Text::CSV_XS
2024-03-05perl-xml-hash-xs: new package (#43031)Arne Becker1-0/+27
Adds XML::Hash::XS
2024-03-05archspec: add v0.2.3 (#43009)Massimiliano Culpo1-0/+1
2024-03-05icon: add new package (#43037)Sergey Kosukhin1-0/+278
2024-03-05libksba: add v1.6.6, remove deprecated versions (#43006)Massimiliano Culpo1-37/+4
2024-03-05hpcviewer: add version 2024.02 (#42997)Mark W. Krentel1-0/+5
2024-03-05py-numpy: patch for AVX512 build flags on Intel Classic Compiler (#43020)Martin Lang1-0/+10
2024-03-05dakota: make python dependency optional, add v6.19 (#42914)Alex Richert1-2/+12
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-03-05container: don't map develop to latest (#42952)Wouter Deconinck4-45/+6
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-03-04ASP-based solver: improve reusing nodes with gcc-runtime (#42408)Massimiliano Culpo3-6/+90
* ASP-based solver: improve reusing nodes with gcc-runtime This PR skips emitting dependency constraints on "gcc-runtime", for concrete specs that are considered for reuse. Instead, an appropriate version of gcc-runtime is recomputed considering also the concrete nodes from reused specs. This ensures that root nodes in a DAG have always a runtime that is at a version greater or equal than their dependencies. * Add unit-test for view with multiple runtimes * Select latest version of runtimes in views * Construct result keeping track of latest * Keep ordering stable, just in case
2024-03-05libgpg-error: add v1.48 (#42872)Massimiliano Culpo1-0/+1
2024-03-04py-pythran: `@:0.12.1` is incompatible with `python@3.11:` (#42994)Mosè Giordano1-0/+2
Ref: https://github.com/serge-sans-paille/pythran/issues/2101 and https://github.com/scipy/scipy/issues/18390.
2024-03-04metkit: add git url (#42867)Victoria Cherkas1-0/+1
2024-03-04metkit: add additional eckit dependency constraint (#42871)Victoria Cherkas1-0/+1
2024-03-04hdf-eos2: support version @3.0, plus assorted fixes (#41782)Tom Payerle2-14/+79
1) support for version @3.0 Unfortunately, download seems to require registration now so using manual_download mechanism for @3: 2) copying from hdf-eos5 patch from @vanderwb to enable use of Spack compiler wrappers instead of h4cc 3) Patching an issue in hdf-eos2 configure script. The script will test for jpeg, libz libraries, succeed and append HAVE_LIBJPEG=1, etc to confdefs.h, and then abort because HAVE_LIBJPEG not set in running environment. 4) Add some LDFLAGS to build environment. Otherwise seems to fail to build test script due to rpc dependence in HDF4.
2024-03-04perl-perl-critic-moose and deps: new packages (#42992)Arne Becker16-0/+486
Adds Perl::Critic::Moose and its dependencies. Installed OK with build-time tests. Added dependencies: - Perl::Critic - Pod::Parser - Perl::Tidy - PPI - PPIx::QuoteLike - List::SomeUtils - PPIx::Regexp - B::Keywords - PPIx::Utils - String::Format - Pod::Spell - Test::SubCalls - Test::Object - Lingua::EN::Inflect - Hook::LexWrap
2024-03-04repo.py: cleanup packages_with_tags (#42980)Harmen Stoppels5-26/+19
2024-03-04bear: add up to version 3.1.3 (#42993)Eric Berquist1-1/+16
2024-03-04Document new environment variable expansion in projections (#42963)psakievich2-0/+30
Adding docs and test for #42917 Co-authored-by: Alec Scott <hi@alecbcs.com>
2024-03-04llvm-amdgpu: remove the openmp variant. (#42807)Sreenivasa Murthy Kolam5-12/+6
Add rocm-openmp-extras package as a dependency for +openmp for rocm
2024-03-04perl-dbix-class and deps: new packages (#42986)Arne Becker11-0/+364
Adds DBIx::Class and its dependencies. Installed OK with build-time tests. Added dependencies: - Class::C3::Componentised - Data::Dumper::Concise - Config::Any - Context::Preserve - Class::Accessor::Grouped - Module::Find - SQL::Abstract::Classic - Class::C3 - SQL::Abstract - Algorithm::C3
2024-03-04perl-net-server-ss-prefork and deps: new packages (#42989)Arne Becker4-0/+121
Adds Net::Server::SS::PreFork and its dependencies. Installed OK with build-time tests. Added dependencies: - Server::Starter - Net::Server - HTTP::Server::Simple
2024-03-04perl-gzip-faster: new package (#42988)Arne Becker1-0/+29
Adds Gzip::Faster
2024-03-04perl-catalyst-action-rest: new package (#42960)Arne Becker1-0/+39
Adds Catalyst::Action::REST
2024-03-04perl-graphviz and deps: new packages (#42987)Arne Becker2-0/+65
Adds GraphViz and its dependencies. Installed OK with build-time tests. Added dependencies: - XML::XPath
2024-03-04perl-catalyst-action-renderview and deps: new packages (#42961)Arne Becker4-0/+123
Adds Catalyst::Action::RenderView and its dependencies. Installed OK with build-time tests. Added dependencies: - Catalyst::Action::RenderView - Catalyst::Action::RenderView - Catalyst::Action::RenderView
2024-03-04perl-catalyst-component-instancepercontext: new package (#42962)Arne Becker1-0/+30
Adds Catalyst::Component::InstancePerContext
2024-03-04imagemagick: add v7.0.9:7.1.1-29 (#42968)Sinan1-3/+9
* package/imagemagick add new version, improve * confimed that build fails when libsm is missing on linux --------- Co-authored-by: Sinan81 <Sinan@world>
2024-03-04restic: add v0.16.4 (#42956)Alec Scott1-2/+4
2024-03-04direnv: add v2.34.0 (#42955)Alec Scott1-1/+3
2024-03-04linux-pam: add missing libtirpc dep (#42976)Harmen Stoppels1-0/+2
2024-03-04add namd 3.0b6 (#42979)Rocco Meli1-1/+2
2024-03-04perl-chi and deps: new packages (#42959)Arne Becker13-0/+408
* perl-chi and deps: new packages Adds CHI and its dependencies. Installed OK with build-time tests. Added dependencies: - CHI - CHI - CHI - CHI - CHI - CHI - CHI - CHI - CHI - CHI - CHI - CHI * Add license
2024-03-04AOCL: add v4.2.0 (#42920)AMD Toolchain Support14-92/+2050
* AOCL: add v4.2.0 Co-authored-by: Phil Tooley <phil.tooley@amd.com> and vijay kallesh <Vijay-teekinavar.Kallesh@amd.com> * Review comments for spack community PR #42920 --------- Co-authored-by: Phil Tooley <phil.tooley@amd.com> and vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
2024-03-04flux-core: flux-security dependency with build/link (#42985)Vanessasaurus1-1/+1
2024-03-04modules: allow autoload: run, like in environment views (#42743)Harmen Stoppels3-35/+30
2024-03-04versions: fix typing problems (#42903)Harmen Stoppels1-5/+9
Fix the type declaration of VersionList.versions. Fix further problems exposed by that fix.
2024-03-03torchgeo v0.5.2 (#42967)Isaac Corley1-0/+1
2024-03-03Fix mgard: OpenMP on AppleClang (#42933)Axel Huebl1-0/+3
macOS AppleClang does not provide OpenMP by default with XCode. Use LLVM's OpenMP to fix compile errors of mgard with OpenMP (default).
2024-03-03perl-log-dispatch-filerotate and dep: new package (#42965)Arne Becker2-0/+73
Adds Log::Dispatch::FileRotate and its dependency: - Log::Dispatch Installed OK, build-time tests ran successfully.
2024-03-02perl-catalyst-plugin-cache: new package (#42964)Arne Becker1-0/+34
Adds Catalyst::Plugin::Cache
2024-03-02Remove unnecessary if statements, which are harmful since +blas+lapack ↵otsukay1-32/+26
variants have been removed. (#42936) Co-authored-by: Yuichi Otsuka <otsukay@riken.jp>