summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2023-07-13spack audit: allow skipping version checks from package.py (#28372)Massimiliano Culpo8-2/+14
A few packages have version directives evaluated within if statements, conditional on the value of `platform.platform()`. Sometimes there are no cases for e.g. platform=darwin and that causes a lot of spurious failures with version existence audits. This PR allows expressing conditions to skip version existence checks in audits and avoid these spurious reports.
2023-07-13Restrict py-pip version for packages using --install-option (#38837)Manuela Kuhn5-0/+10
2023-07-13vtk-m: modernize vtk-m recipe (#38726)Vicente Bolea1-108/+38
2023-07-12Package papi: update for smoke tests (#38711)G-Ragghianti1-2/+25
* Adding papi smoke tests * smoke tests * update to new test framework
2023-07-12Fix fmt and spdlog versions for micromamba. (#38739)Stephan Grein1-4/+4
The spdlog project precisely states/depends which fmt version should be used for compatibility. Latest version 1.11.0 depends explictly on fmt 9.1.0. Without fixed version micromamba build fails when using spack install micromamba on e.g. Rockylinux 8.5.
2023-07-12py-callmonitor: added new package (#38764)Dax Lynch1-0/+20
* py-callmonitor: added new package * depends_on numpy * Update var/spack/repos/builtin/packages/py-callmonitor/package.py Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> --------- Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com> Co-authored-by: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>
2023-07-12adios2: add aws variant (#38857)Vicente Bolea1-0/+8
2023-07-12Add gettext as a dependency of bison (#35979)Samuel Browne1-0/+1
The 'bison' executable requires libtextstyle to run. I think this was usually satisfied because gettext is often installed with the OS, or brought in accidentally via perl/m4. Looks like the libtextstyle library dependency started in Bison 3.4
2023-07-12openfoam-org: add precision option (#38746)kjrstory1-1/+15
2023-07-12Static-analysis-suite: mark versions deprecate for this obsolete package ↵Andre Sailer1-3/+15
(#38754)
2023-07-12Patch broken CMake handling when no architectures are found in HIP package ↵Mikael Simberg1-0/+7
(#37022)
2023-07-12vtk-m: correct cuda_arch variant behavior (#38697)Vicente Bolea3-12/+121
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
2023-07-12Add conflict for hpx on ARM (#38812)Mikael Simberg1-2/+7
HPX requires use of Boost.Context on ARM.
2023-07-12apptainer: add flag_handler to discard spack flags (#38843)snehring1-0/+5
2023-07-12flux-sched: add v0.28.0 (#38860)Vanessasaurus1-0/+1
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2023-07-12hepmc3: add protobuf variant and update flags (#38841)Seth R. Johnson1-9/+14
2023-07-12py-torch: rename master to main (#38858)Adam J. Stewart1-2/+3
2023-07-12REGALE: add new package (#38444)Daniele Cesarini1-0/+29
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-07-12legion: add ofi-slingshot11 conduit (#38859)Richard Berger1-3/+10
2023-07-12cbflib: fix build with newer gfortran (#38632)Tamara Dahlgren1-0/+3
2023-07-12DLA-Future: ensure umpire~cuda~rocm when ~cuda~rocm (#38835)Rocco Meli1-0/+2
Co-authored-by: Raffaele Solcà <rasolca@cscs.ch>
2023-07-12fpm: add versions up to 0.9.0 (#38856)Wileam Y. Phan1-0/+4
2023-07-12trilinos: Add CMake minimum and 14.2.0 version (#38853)Samuel Browne1-0/+2
* Update minimum CMake version for Trilinos Changed to 3.23 as of release 14.0.0. * Add Trilinos 14.2.0
2023-07-11protobuf: use cxxstd from abseil-cpp to fix C++17 build (#38840)Seth R. Johnson1-1/+2
2023-07-11edm4hep: Add tag for version 0.10 and deprecate older versions (#38817)Thomas Madlener1-7/+36
* edm4hep: add latest tag * edm4hep: Mark all older versions as deprecated
2023-07-11Adding sha for the 7.2 release of OMB (#38842)MatthewLieber1-0/+1
Co-authored-by: Matt Lieber <lieber.31@osu.edu>
2023-07-11[procps] Improve gettext/libintl handling (#38646)Chris Green2-7/+15
Fixes #38639.
2023-07-11libEnsemble: add v0.10.1 (#38845)Stephen Hudson1-2/+3
2023-07-11py-charm4py: add missing dependencies (#38830)Manuela Kuhn1-0/+5
2023-07-11Py-PyNucleus: Update dependencies, enable parallel build (#38779)Christian Glusa1-2/+6
2023-07-11ispc: on ARM, build with ARM targets enabled, and updates (#38080)Martin Aumüller2-1/+22
* llvm: fix build with libcxx=none * ispc: checksum 1.20.0 * ispc: ensure that it does not crash immediately this would happen if linked to the wrong libc++ * ispc: fix build on macos find ncurses instead of curses and link against tinfo in order to avoid unresolved references to _del_curterm, _set_curterm, _setupterm, and _tigetnum * ispc: enable arm targets, if building on arm * ispc: remove double cmake argument I forgot to remove the constant -DARM_ENABLED=FALSE when adding -DARM_ENABLED with a value depending on target architecture * ispc: fix linux build since 1.20, linux build uses TBB as default tasking system and thus needs to depend on it * ispc: try to fix link error on linux link against both curses (as before) and tinfo (added because of macos) * ispc: update for recent llvm changes libcxx=none instead of ~libcxx
2023-07-11py-black: add v23.7.0 (#38834)Adam J. Stewart1-3/+8
2023-07-11py-lightning: add v2.0.5 (#38828)Adam J. Stewart3-4/+30
2023-07-11fix tiled-mm (#38774)Rocco Meli1-3/+4
2023-07-10py-gluoncv: switch to PyPI and add 0.10.5.post0 (#38814)Manuela Kuhn3-19/+29
* py-gluoncv: switch to PyPI and add 0.10.5.post0 * Fix style * Remove no-unicode-readme.patch
2023-07-10py-numpy: add v1.25.1 (#38799)Adam J. Stewart1-0/+1
2023-07-10[arrow] tuple has no method append (#38820)Jen Herting1-1/+1
2023-07-10mlpack: remove go variant from cmake_args (#38821)Wouter Deconinck1-1/+1
2023-07-10py-minkowskiengine: add missing openblas dependency (#38742)Manuela Kuhn1-0/+5
* py-minkowskiengine: add missing openblas dependency * Add comment about blas
2023-07-10Setting library path as lib similar to other rocm packages. (#37568)renjithravindrankannath3-2/+8
* Setting library path as lib similar to other rocm packages. * Fix style check failure * Restricting changes to 5.4.3 and above * Including comgr change
2023-07-10new hip-examples package (#35891)afzpatel3-0/+85
* initial commit for adding hip-examples package * adding test to hip-examples * fixed compile error on add4 * change standalone test to use new syntax
2023-07-10py-sacrebleu (#37159)Sangu Mbekelu1-0/+29
* new mosesdecoder package * "new py-sacrebleu package" * Delete package.py * [@spackbot] updating style on behalf of Sangu-Mbekelu * Update package.py updating package based on review --------- Co-authored-by: Sangu Mbekelu <s.mbekelu9@gmail.com>
2023-07-10Package:Openfoam-org version url using function (#37587)kjrstory1-41/+28
* Package:Openfoam-org version url using function * Package:Openfoam-org small style fix * openfoam-org: url_for_function
2023-07-10legion +rocm: set HIP_PATH to {hip.prefix}/hip (#38819)eugeneswalker1-1/+1
2023-07-10Perl package: detect opcode support in externals (#38618)Chris Green2-1/+6
Spack-installed Perl always has opcode support, but external Perl installations might not. This commit adds a +opcode variant and updates the external detection logic to check for opcode support. The postgresql package is updated to require perl+opcode (in combination with the above, this helps detect when an external Perl instance is sufficient for a Spack build of postgreqsql, or if Spack needs to build its own Perl).
2023-07-10glib: add 2.76.4 (#38813)Michael Kuhn1-0/+1
2023-07-10Update cp2k recipe to use cmake or the current build system (#35718)Taillefumier Mathieu3-28/+212
* Update cp2k recipe to use cmake or the current build system Offers the possibility to build cp2k with the new cmake build system. commands like this are now supported spack install cp2k@master build_system=cmake +..... the recipe supports the following optional functionalities - superlu, cosma, sirius, spglib, metis, spglib, libxc, libint, cuda/rocm, mkl/openblas/sci (and others), mpi, openmp, dbcsr - dbcsr is built separately using the currently available recipe. Two PRs need to be merged to be fully functional (cosma update in spack + one PR in cp2k github). * Fix indentation * Fix indentation * Update libvori * More typos * Simplify BLAS/LAPACK * Simplify BLAS/LAPACK * Add A100 gpu value * Fix typo * Add the enable_regtests option if -DCP2K_ENABLE_REGTESTS=ON (+enable_regtests with spack) then the location of the binary executables will be in the cp2k root directory under exe/build-cmake-*. This option is needed to run the regtests afterwards. * Minor update * more fixes * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi> * small changes * Remove any reference to nvidia architecture in the rocm list * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> * Update var/spack/repos/builtin/packages/cp2k/package.py Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com> * Final reformating * Update py-fypp --------- Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi> Co-authored-by: Alberto Invernizzi <9337627+albestro@users.noreply.github.com>
2023-07-10Removing inactive maintainer (#38773)Massimiliano Culpo7-7/+8
2023-07-09Added package py-bitstruct (#38761)Dax Lynch1-0/+21
* Added packages bitstruct, callmonitor, and PYnvtx * Revert "Added packages bitstruct, callmonitor, and PYnvtx" This reverts commit 76d25aa76bf4655a85c78725fe5c76c1792717c9. * py-bitstruct: This module is intended to have a similar interface as the python struct module, but working on bits instead of primitive data types (char, int, …) * Update package.py To pass the style prechecks * PyNVTX: new package * Delete package.py Accidentally added this package. * Update var/spack/repos/builtin/packages/py-bitstruct/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-07-09py-triangle: restrict Python version (#38808)Manuela Kuhn1-1/+3