summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2024-03-27initial commit to add check function to rocthrust (#43405)afzpatel1-0/+4
2024-03-27argobots: update to v1.2 (#43381)Yanfei Guo1-2/+3
* argobots: update to v1.2 * Replace prior maintainer with current one. --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2024-03-27py-kornia: add v0.7.2 (#43184)Adam J. Stewart2-3/+56
* py-kornia: add v0.7.2 * Add maintainers to recipe * https not supported * Debug build failure * More detailed debug info * Try rust+dev * Fix pyo3 build * Fix turbojpeg-sys build * Fix dlpack-rs build * Get rid of debug env vars
2024-03-27Update Nektar++ package (#43397)James Edgeley1-17/+149
* Update Nektar++ package * shorten line * correct to 5.5.0 * use cmake helpers * style --------- Co-authored-by: JamesEdgeley <JamesEdgeley@users.noreply.github.com>
2024-03-27bump rocprofiler-dev to 6.0 and add aqlprofile (#42459)afzpatel9-4/+479
* Initial commit to bump rocprofiler-dev to 6.0 and add aqlprofile recipe * bump to 6.0.2 and extracting binaries from deb pkg * fixes for hpctoolkit build errors * add yum and zyp aqlprofile packages * fix style issues
2024-03-27Enable ASAN in ROCm packages (#42704)afzpatel13-0/+59
* Initial commit to enable ASAN * fix styling * fix styling * add asan option for hip-tensor and roctracer-dev
2024-03-27Add py-modules-gui (mogui) (#43396)Adrien Cotte1-0/+25
2024-03-27py-libsonata: new package starting at 0.1.25 (#43372)Tristan Carel1-0/+34
* py-libsonata: new package starting at 0.1.25 * align spack version with the git branch * Fix min required versions / use spack packages instead of submodules
2024-03-27rvs binary path updated for 6.0 (#43359)renjithravindrankannath1-1/+5
2024-03-27root: new version 6.30.04 (#43378)Wouter Deconinck1-0/+1
New version of ROOT, no changes to build system that aren't already accounted for (e.g. require http for webgui), https://github.com/root-project/root/compare/v6-30-02...v6-30-04
2024-03-26Charliecloud package: add 0.36 and 0.37; update dependencies. (#42590)Jordan Ogas2-5/+27
This adds a dependency on pkg-config which in turn builds pkg-config on pipelines using %onapi/%cce: update the pkg-config build to disable specific warnings-as-errors from these compilers. Co-authored-by: Reid Priedhorsky <1682574+reidpr@users.noreply.github.com>
2024-03-26pflogger: add version 1.14.0 (#43373)Matthew Thompson1-0/+1
2024-03-26axom package: add tests (#43312)Cody Balos1-0/+43
2024-03-26spfft package: add version 1.1.0 (#43318)Simon Frasch1-2/+15
2024-03-26glvis: fix spack issue #42839 (#43369)eugeneswalker1-0/+3
* glvis: fix spack issue #42839 * add issue link
2024-03-26gromacs: add new versions 2024, 2024.1; fix license (#43366)Andrey Alekseenko1-1/+4
2024-03-26xrootd: add a dependency on pkgconfig when building with +davix (#43339)Juan Miguel Carceller1-0/+1
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-03-26buildcache sync: manifest-glob with arbitrary destination (#41284)kwryankrattiger1-3/+0
* buildcache sync: manifest-glob with arbitrary destination The current implementation of the --manifest-glob is a bit restrictive requiring the destination to be known by the generation stage of CI. This allows specifying an arbitrary destination mirror URL. * Add unit test for buildcache sync with manifest * Fix test and arguments for manifest-glob with override destination * Add testing path for unused mirror argument
2024-03-26py-nibabel: add new version 5.2.1 (#43335)Christopher Christofi1-1/+7
2024-03-26cuda: add 12.4.0, 12.3.2, 12.3.1 and 12.2.2 (#42748)pauleonix3-0/+63
Add conflicts to ginkgo and petsc to avoid build failures with cuda@12.4 Co-authored-by: pauleonix <pauleonix@users.noreply.github.com>
2024-03-25hpctoolkit: add version 2024.01.1 (#43353)Mark W. Krentel1-3/+4
Add version 2024.01.1. Adjust the dependencies for develop that no longer uses libmonitor.
2024-03-25py-nilearn: add new version (#43332)Christopher Christofi1-2/+7
* py-nilearn: add new version * add maintainers and license
2024-03-26py-keras: add v3.1.1 (#43283)Adam J. Stewart2-1/+26
2024-03-25py-trx-python: add new package with version 0.2.9 (#43333)Christopher Christofi1-0/+28
2024-03-25seacas: fix linking on Windows (#43356)John W. Parent1-1/+1
2024-03-25spglib: add version 2.3.1 (#43345)Rocco Meli1-0/+1
2024-03-25Update gftl, pflogger to match GFE 1.14 (#43291)Matthew Thompson2-0/+2
2024-03-25py-mne: add new version (#43334)Christopher Christofi1-0/+10
2024-03-25Updated version (#43343)potter-s1-0/+1
Co-authored-by: Simon Potter <sp39@sanger.ac.uk>
2024-03-25go: add v1.22.1 (#43337)Alec Scott1-0/+1
2024-03-25pyscf: new dependency bounds for pyscf, new version (#43300)liam-o-marsh1-3/+6
2024-03-25r-rcpp: add version 1.0.11 and 1.0.12 (#43330)Juan Miguel Carceller1-0/+2
2024-03-24Add `intel-oneapi-runtime`, allow injecting virtual dependencies (#42062)Massimiliano Culpo6-55/+173
This PR adds: - A new runtime for `%oneapi` compilers, called `intel-oneapi-runtime` - Information to both `gcc-runtime` and `intel-oneapi-runtime`, to ensure that we don't mix compilers using different soname for either `libgfortran` or `libifcore` To do so, the following internal mechanisms have been implemented: - Possibility to inject virtual dependencies from the `runtime_constraints` callback on packages Information has been added to `gcc-runtime` to provide the correct soname under different conditions on its `%gcc`. Rules injected into the solver looks like: ```prolog % Add a dependency on 'gfortran@5' for nodes compiled with gcc@=13.2.0 and using the 'fortran' language attr("dependency_holds", node(ID, Package), "gfortran", "link") :- attr("node", node(ID, Package)), attr("node_compiler", node(ID, Package), "gcc"), attr("node_compiler_version", node(ID, Package), "gcc", "13.2.0"), not external(node(ID, Package)), not runtime(Package), attr("language", node(ID, Package), "fortran"). attr("virtual_node", node(RuntimeID, "gfortran")) :- attr("depends_on", node(ID, Package), ProviderNode, "link"), provider(ProviderNode, node(RuntimeID, "gfortran")), attr("node", node(ID, Package)), attr("node_compiler", node(ID, Package), "gcc"), attr("node_compiler_version", node(ID, Package), "gcc", "13.2.0"), not external(node(ID, Package)), not runtime(Package), attr("language", node(ID, Package), "fortran"). attr("node_version_satisfies", node(RuntimeID, "gfortran"), "5") :- attr("depends_on", node(ID, Package), ProviderNode, "link"), provider(ProviderNode, node(RuntimeID, "gfortran")), attr("node", node(ID, Package)), attr("node_compiler", node(ID, Package), "gcc"), attr("node_compiler_version", node(ID, Package), "gcc", "13.2.0"), not external(node(ID, Package)), not runtime(Package), attr("language", node(ID, Package), "fortran"). ```
2024-03-24openmpi: Add new variant: romio-filesystem=string (#43265)Loic Hausammann1-0/+25
Co-authored-by: loikki <loic.hausammann@id.ethz.ch>
2024-03-24py-plotly: Add versions up to 5.20 (#43284)potter-s1-1/+8
2024-03-24openCARP: Add v15.0 packages (#43299)Marie Houillon3-4/+11
Co-authored-by: openCARP consortium <info@opencarp.org>
2024-03-24py-kaleido: Add MacOS build, fix checksums (#43309)Gavin John1-5/+58
* py-kaledio: Fix completely borked package.py * Readd stuff I forgot to add * And one last missing thing * Remove python restriction * [@spackbot] updating style on behalf of Pandapip1 * Add MacOS build * Fix checksum * Handle all supported OSes * Split imports * Remove extra version stuff
2024-03-23paraview: fix range of exodusII-netcdf4.9.0.patch (#42926)fgava901-6/+11
Co-authored-by: Gava, Francesco <francesco.gava@mclaren.com>
2024-03-23zlib-ng: New variants: +shared and +pic (#42796)Alex Richert1-1/+17
2024-03-23py-line-profiler: Add 4.1.2 and 3.5.1 with their deps (#43156)Sinan2-2/+37
Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2024-03-23suite-sparse: Add version 7.3.1 (#43328)Davide1-3/+17
2024-03-23py-torch-nvidia-apex: @3.11: Add config_settings(PEP517), add missing ↵Auriane R1-0/+10
py-packaging (#43306)
2024-03-23BLT: add new version 0.6.2 (#43257)Chris White1-0/+1
2024-03-23re2: use the same C++ std used by abseil-cpp (#43288)Juan Miguel Carceller1-0/+1
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
2024-03-23py-vl-convert-python: Add 1.3.0 (#43297)吴坎1-2/+4
2024-03-23mpich: add variant +xpmem to specify use of xpmem (#43293)Howard Pritchard1-0/+6
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
2024-03-23bgen: add new package with version 1.1.7 (#43327)Christopher Christofi1-0/+27
2024-03-23hip: don't set HIP_PATH in ROCm 5.5+ (#42882)Richard Berger1-1/+3
2024-03-23py-tensorflow-probability: Re-activate +py-jax variant for @0.20:, Add ↵Jonas Eschle1-9/+12
0.23.0 (#43249)
2024-03-23New package: qctool (#43326)Christopher Christofi1-0/+28