summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-07-19change 2.16-rocm-enhanced to 2.16.1-rocm-enhanced (#45320)afzpatel1-8/+8
2024-07-19usearch: new version (#45308)Alex Leute2-8/+58
* usearch: new versison Manual download no longer reqired for @12:
2024-07-18improved-rdock: new test API (#45239)AcriusWinter1-29/+37
* imoroved-rdock: new test API * Make test subpart names and or descriptions more accurate --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-07-18sqlite: add some newer releases (#45297)dmagdavector1-0/+4
Included: 3.46.0 (most current), 3.45.3, 3.45.1 (for possible compat with Ubuntu 24.04 LTS), 3.44.2.
2024-07-18rust: rework external find to require both rustc and cargo (#45286)Wouter Deconinck1-3/+10
* rust: rework external find to require both rustc and cargo * rust: handle unable to parse version * [@spackbot] updating style on behalf of wdconinc * rust: not x or not y -> not (x and y) Co-authored-by: Alec Scott <hi@alecbcs.com> * rust: pick first rustc found Co-authored-by: Alec Scott <hi@alecbcs.com> * rust: list comprehensions Co-authored-by: Alec Scott <hi@alecbcs.com> --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com> Co-authored-by: Alec Scott <hi@alecbcs.com>
2024-07-18py-tensorflow: add v2.17.0 (#45201)Adam J. Stewart3-173/+185
2024-07-18py-cryptography: add v41.0.7, v42.0.8; py-setuptools-rust: add v1.7.0, ↵Wouter Deconinck2-1/+9
v1.8.1, v1.9.0 (#45282)
2024-07-18py-sphinx: add v7.4 (#45255)Adam J. Stewart3-9/+38
2024-07-18Allow remapping of compiler names (#45299)Bill Williams1-1/+10
CCE in spack is Cray on the Score-P configure line. Others can be added. Co-authored-by: William Williams <william.williams@tu-dresden.de>
2024-07-18mafft: add version 7.525 (#45258)snehring1-0/+1
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-07-18spades: add version 4.0.0 and new variants (#45278)snehring1-0/+11
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-07-18mapl: add v2.47.1 (#45280)Matt Thompson1-2/+3
* mapl: add 2.47.1 * Approve compiler depends_on
2024-07-18git packages: add language dep (#45294)Harmen Stoppels548-0/+1436
2024-07-18magic-enum: add version 0.9.6 (#45284)Pranav Sivaraman1-0/+44
* magic-enum: add version 0.9.6 * magic-enum: add maintainer --------- Co-authored-by: pranav-sivaraman <pranav-sivaraman@users.noreply.github.com>
2024-07-18harfbuzz: add v9.0.0 (#45290)Wouter Deconinck1-0/+2
* harfbuzz: add v9.0.0 * harfbuzz: do not patch non-existing Makefile beyond v8
2024-07-18netlib-lapack: add pic variant (#45291)Richard Berger1-0/+2
2024-07-18pumi: language dependencies (#45301)Cameron Smith1-0/+4
Signed-off-by: Cameron Smith <smithc11@rpi.edu>
2024-07-18rocm-opencl: old to new test API (#45065)AcriusWinter1-9/+12
* rocm-opencl: old to new test API * Run tests from test stage directory --------- Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov>
2024-07-18go: remove invalid deps (#45279)Alec Scott2-11/+2
* go: remove invalid deps * go: add dependencies sed and grep
2024-07-18libmesh: add v1.7.1, and fixes (#45292)Richard Berger1-2/+9
* libmesh: add missing v1.7.1 release * libmesh: avoid pulling in petsc if only +mpi or +metis is given * libmesh: add shared variant Co-authored-by: rbberger <rbberger@users.noreply.github.com>
2024-07-18sethrj: update maintained package language dependencies (#45289)Seth R. Johnson6-11/+9
2024-07-17qt-*: add v6.7.1, v6.7.2 (#45288)Wouter Deconinck6-0/+12
2024-07-17py-pyfr: add v2.0.3 (#45274)MichaelLaufer1-2/+3
* py-pyfr: add v2.0.3
2024-07-17py-lightning: setuptools required at run-time (#45260)Adam J. Stewart2-1/+5
2024-07-17hipsparselt, composable-kernel: add netlib-lapack test dependency and enable ↵afzpatel2-1/+5
ck test (#45273) * add netlib-lapack dependency to hipsparselt and enable ck test * fix cmake args
2024-07-17tamaas: added version 2.8.0 and petsc variant (#45267)Lucas Frérot1-0/+7
* tamaas: added version 2.8.0 * tamaas: added +petsc variant for extra solvers
2024-07-17giflib: remove convert call in doc generation (#45276)snehring1-0/+3
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-07-17Add `depends_on([c,cxx,fortran])` (#45217)Harmen Stoppels3176-0/+7842
Add language dependencies `c`, `cxx`, and `fortran`. These `depends_on` statements are auto-generated based on file extensions found in source tarballs/zipfiles. The `# generated` comment can be removed by package maintainers after validating correctness.
2024-07-17pixman: unconditional --with-pic (#45272)Harmen Stoppels1-5/+1
2024-07-17warpx: fix openpmd backward compat bound (#45271)Harmen Stoppels1-0/+1
2024-07-17detray: new package (#45024)Stephen Nicholas Swatman1-0/+83
* detray: new package This commit adds the detray package, a detector description library for HEP experiments that is designed to be GPU-friendly. * Update var/spack/repos/builtin/packages/detray/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> * Update var/spack/repos/builtin/packages/detray/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-07-16libgcrypt: conflict with darwin when @1.11.0 (#45264)Alec Scott1-0/+3
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2024-07-16abinit: add version 10.0.7 (#45250)downloadico1-2/+3
* abinit: add version 10.0.7 * abinit: simplified version constraint for applying rm_march_settings_v9.patch
2024-07-16parflow: Old test method to new test method (#44933)AcriusWinter1-19/+12
* parflow: Old test method to new test method * add output checker * made req. changes
2024-07-16fix hipblas test (#44666)afzpatel1-4/+8
* fix hipblas test * add rocm-openmp-extras dependencies
2024-07-16vasp: add new version 6.4.3 and rework package (#44937)snehring1-219/+256
* vasp: add new version 6.4.3 and rework package * vasp: remove redundant cuda dep * vasp: bump fftlib variant version restriction * vasp: honor the still existing scalapack variant --------- Signed-off-by: Shane Nehring <snehring@iastate.edu>
2024-07-16fujitsu.patch is no longer needed for versions>=4.5 (#45154)otsukay1-1/+1
2024-07-16gaudi: depends_on python +dbm (#45238)Wouter Deconinck1-1/+1
2024-07-16pastix: new version v6.4.0 (#45246)fpruvost1-1/+2
2024-07-16gmake: generic CXX, fix build.sh, deprecate 4.0, add 4.1 (#45137)Harmen Stoppels1-6/+16
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-07-16Celeritas: new version 0.4.4 (#45234)Seth R. Johnson1-0/+1
2024-07-16pass: switch to git based versions to fix changing checksum in tarball (#45237)Alec Scott1-2/+2
2024-07-16py-mpmath: ad v1.3.0; depends_on py-setuptools for old versions (#45232)Wouter Deconinck1-1/+3
2024-07-16correct test binary name (#45240)afzpatel1-1/+2
2024-07-16geant4: add v11.3.0.beta (#45087)Wouter Deconinck6-3/+102
* geant4: add v11.3.0.beta * geant4: vecgeom@1.2.8: when 11.3: * geant4-data: add v11.3.0 * g4particlexs: add v4.1 * g4emlow: add v8.6 * g4nudexlib, g4urrpt: add v1.0 * [@spackbot] updating style on behalf of wdconinc * geant4: immediately deprecate geant4-11.3.0.beta --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-07-16toml11: adds new versions (#45056)Matthieu Dorier2-2/+5
2024-07-16openmpi: fix pmix version check in v5 (#44928)Matthew Lesko3-0/+72
* OpenMPI 5 w/ PRRTE 3 series PMIX version check fix OpenMPI fails to compile otherwise when targeting external PMIX 4.2.6 and likely others. ``` >> 3369 base/ess_base_bootstrap.c:72:14: error: static declaration of 'pmix_getline' follows non-static declaration 3370 72 | static char *pmix_getline(FILE *fp) 3371 | ^ 3372 /opt/pmix/include/pmix/src/util/pmix_string_copy.h:83:19: note: previous declaration is here 3373 83 | PMIX_EXPORT char *pmix_getline(FILE *fp); 3374 | ^ 3375 1 error generated. >> 3376 make[4]: *** [Makefile:820: base/ess_base_bootstrap.lo] Error 1 ``` Upstream PRRTE fix (not released yet): https://github.com/openpmix/prrte/pull/1957 Upstream OpenMPI issue: https://github.com/open-mpi/ompi/issues/12537 ("fixed in next release") Co-authored-by: Shahzeb Siddiqui <shahzebmsiddiqui@gmail.com>
2024-07-16wrf: explicit conflict oneapi + older versions (#44787)Stephen Sachs1-0/+4
The patch which enables icx/ifx compilers is only added for `wrf@4.4:`. This PR prints a useful message at concretization time instead of failing the installation later on. Co-authored-by: stephenmsachs <stephenmsachs@users.noreply.github.com>
2024-07-16py-ipython: depends_on python +sqlite3 when @8: (#45231)Wouter Deconinck1-1/+1
2024-07-16py-nodeenv: depends_on python +ssl (#45225)Wouter Deconinck1-0/+1