summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2023-03-24Expat package: add CMake-build option (#35109)John W. Parent1-2/+27
* Add option to optionally build with CMake * Autotools is preferred where available * Unlike the autotools-based build, the CMake-based build creates either static or shared libs, not both (the default is shared and is controlled with a new "shared" variant that only exists when building with cmake) * Note that `cmake~ownlibs` depends on expat, so would require `expat build_system=autotools` (to avoid a cyclic dependency)
2023-03-24gfortran version fix (#36351)Jim Edwards1-10/+14
* gfortran version fix * modified approach to get gfortran version * add checksum for v8.4.1
2023-03-24perl-module-corelist: add v5.20230320 (#36366)Alec Scott1-0/+3
* perl-module-corelist: add v5.20230320 * [@spackbot] updating style on behalf of alecbcs --------- Co-authored-by: alecbcs <alecbcs@users.noreply.github.com>
2023-03-24perl-module-build: add v0.4232 (#36365)Alec Scott1-0/+1
2023-03-24py-timmm: add v0.6.13 (#36377)Adam J. Stewart1-0/+1
2023-03-24perl-moo: add v2.005005 (#36367)Alec Scott1-0/+1
2023-03-24perl-mro-compat: add v0.15 (#36369)Alec Scott1-0/+1
2023-03-24perl-net-http: add v6.22 (#36370)Alec Scott1-0/+1
2023-03-24perl-padwalker: add v2.5 (#36372)Alec Scott1-0/+1
2023-03-24perl-package-deprecationmanager: add v0.18 (#36371)Alec Scott1-0/+1
2023-03-24perl-parallel-forkmanager: add v2.02 (#36373)Alec Scott1-0/+1
2023-03-24perl-path-tiny: add v0.144 (#36374)Alec Scott1-0/+1
2023-03-24perl-pdf-api2: add v2.044 (#36375)Alec Scott1-0/+1
2023-03-24perl-pegex: add v0.75 (#36376)Alec Scott1-0/+1
2023-03-24perl-perl4-corelibs: add v0.005 (#36379)Alec Scott1-0/+1
2023-03-24perl-perlio-utf8-strict: add v0.010 (#36380)Alec Scott1-0/+1
2023-03-24perl-scalar-list-utils: add v1.63 (#36381)Alec Scott1-0/+1
2023-03-24perl-statistics-descriptive: add v3.0800 (#36382)Alec Scott1-0/+1
2023-03-24perl-sub-exporter: add v0.989 (#36383)Alec Scott1-0/+1
2023-03-24perl-sub-install: add v0.929 (#36384)Alec Scott1-0/+1
2023-03-24perl-sub-name: add v0.26 (#36385)Alec Scott1-0/+1
2023-03-24perl-sub-quote: add v2.006008 (#36386)Alec Scott1-0/+1
2023-03-24perl-svg: add v2.87 (#36387)Alec Scott1-0/+1
2023-03-24perl-test-deep: add v1.204 (#36388)Alec Scott1-0/+1
2023-03-24perl-test-differences: add v0.69 (#36389)Alec Scott1-0/+1
2023-03-24perl-test-fatal: add v0.017 (#36390)Alec Scott1-0/+1
2023-03-24perl-test-most: add v0.38 (#36391)Alec Scott1-0/+1
2023-03-24perl-test-needs: add v0.002010 (#36392)Alec Scott1-0/+1
2023-03-24perl-test-requires: add v0.11 (#36393)Alec Scott1-0/+1
2023-03-24perl-test-warnings: add v0.031 (#36394)Alec Scott1-0/+1
2023-03-24perl-text-csv: add v2.02 (#36395)Alec Scott1-0/+1
2023-03-24perl-text-format: add v0.62 (#36396)Alec Scott1-0/+1
2023-03-24perl-text-simpletable: add v2.07 (#36397)Alec Scott1-0/+1
2023-03-24gh: add v2.25.1 (#36364)Alec Scott1-0/+1
2023-03-24Add a pre-check job to bootstrap the environment on Python 3.6 (#36358)Massimiliano Culpo1-0/+3
* Add a pre-check job that just bootstrap the environment on Python 3.6 * py-typing-extension: restore information on Python 3.6 installation * Fix job name, try to run quick test on installed python packages
2023-03-24git: new version 2.40.0 (#36354)Wouter Deconinck1-0/+2
Release notes: https://github.com/git/git/blob/v2.40.0/Documentation/RelNotes/2.40.0.txt (nothing worrisome there). Commit history with recent changes to installation procedure: https://github.com/git/git/commits/master/INSTALL (nothing worrisome there). This builds fine on my system, ``` ==> git: Successfully installed git-2.40.0-sb7gmy64ivwstfwwjyff7y5mbbc7vtos ```
2023-03-23zstd package: add Cmake build (#35104)John W. Parent1-3/+33
* This enables building zstd on Windows * CMake is now the default for all systems
2023-03-23faircmakemodules: Add new package (#36345)Dr. Christian Tacke1-0/+22
Co-authored-by: Dennis Klein <d.klein@gsi.de>
2023-03-23Update various Jupyter packages (#36332)Adam J. Stewart24-76/+104
* Update various Jupyter packages * Fix missing versions
2023-03-23fairlogger: 1.9 and older are incompatible with fmt 9+ (#36336)Dr. Christian Tacke1-0/+1
Co-authored-by: Dennis Klein <d.klein@gsi.de>
2023-03-23libzip: add version 1.3.2 (#36337)Sergey Kosukhin1-0/+8
* libzip: add property 'headers' * libzip: add version 1.3.2
2023-03-23[mochi-margo] margo version 0.13.1 added (#36344)Matthieu Dorier1-0/+1
2023-03-23gcc: fix for apple-clang conflicts (#36165)Matthew Thompson1-1/+1
* gcc: fix for apple-clang conflict * Update var/spack/repos/builtin/packages/gcc/package.py Use variant by @adamjstewart Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-03-23Revert "wrf: fix patches for aarch64 config (#35984)" (#36333)Ted Stern5-236/+28
This reverts commit 99893a64754047f1ad539509fb5b79b780d7477f.
2023-03-22magma: add v2.7.1 (#35610)Stan Tomov1-0/+1
2023-03-22LLVM OpenMP: add v16.0.0 (#36330)Adam J. Stewart2-4/+40
2023-03-22py-papermill: add new package (#36328)Adam J. Stewart3-0/+61
2023-03-22Add opppy-0_1_6 and opppy-0_1_7 releases to the spack recipes (#36326)Mathew Cleveland1-5/+10
* add opppy-0_1_6 and opppy-0_1_7 releases to the spack recipes * update urls * remove sphinx from the dependency list * cleanup OPPPY versions to capture OPPPY-0_1_1 tag descrepency * one more attempt at fixing the url for opppy-0_1_1 (simpler fix) --------- Co-authored-by: Cleveland <cleveland@lanl.gov> Co-authored-by: clevelam <clevelam@users.noreply.github.com>
2023-03-22Osu/mv2 hwloc2 (#36325)MatthewLieber1-0/+3
* Revert "Remove legacy yaml from buildcache fetch (#34347)" This reverts commit b58ec9e2b9bb969ba034b35ffe7412db6648e760. * Revert "Revert "Remove legacy yaml from buildcache fetch (#34347)"" This reverts commit f91ec2e8da57fdd0a70ce0071fb637736ce05b24. * add variant for hwloc v2 * running black --------- Co-authored-by: Matt Lieber <lieber.31@osu.edu>
2023-03-22Add py-pennylane-lightning-kokkos package. (#36257)Vincent Michaud-Rioux2-3/+126
* update python package * change package inheritance * small update * enable cpp tests * small update * Add flaky package * Restructure PennyLane deps and order * Change Lightning defaults and add libomp support for MacOS * Replace explicit git url with PyPI * Add Flaky support * Update PennyLane and PennyLane Lightning support * fix format * update packages versioning * Add patching and default updates for lightning package * Format * fix patch version * update py-flaky package * update py-pennylane-lightning package * update py-pennylane package * remove explicity python dependence * Remove redundant lines from patch-file * Update SHA for new patch * Initial commit for PLLKokkos. * Comment verbose variant. * Update develop commit version and restore verbose option. * Add backends. * Add mesa package dep (libxml2). Fix rocm install for py-pennylane-lightning-kokkos. * Restore sycl backend. * Revert mesa package. * Make py-pe-li-kokkos into CudaPackage, ROCmPackage. * Do not force kokkos+wrapper when +cuda * Few mods following comments on py-pll. * Update versions of py-pennylane*. * Remove py-pennylane-lightning patch. * Remove redundant preferred=True. * Fix lint in py-pennylane-lightning-kokkos. * Update var/spack/repos/builtin/packages/py-pennylane-lightning-kokkos/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Ninja and pip not required at runtime. Set lower bound on PL/PLL versions. * Remove v0.29.0 from pennylane. * Add AmintorDusko as maintainer. --------- Co-authored-by: AmintorDusko <amintor_dusko@hotmail.com> Co-authored-by: Lee J. O'Riordan <lee@xanadu.ai> Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>