Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-27 | Trilinos package: build on Windows (#34622) | Jared Popelar | 6 | -44/+145 | |
Update Trilinos and dependencies to build a limited version of Trilinos on Windows. * Support trilinos~mpi~shared on Windows * superlu: force CMake build on Windows * boost: update to build on Windows (proper option formatting and build tool names) * pcre, openblas: add CMake-based build (keep prior build system as default on platforms other than Windows) * openblas: add patch when using Intel Fortran compiler (currently this is included as part of the hybrid %msvc compiler in Spack) Co-authored-by: John Parent <john.parent@kitware.com> | |||||
2023-09-27 | ParaView: Add versio 5.11.2 (#40213) | kwryankrattiger | 1 | -2/+3 | |
2023-09-27 | ffmpeg: fix build with XCode 15 (#40187) | Martin Aumüller | 1 | -0/+4 | |
As reported in #40159, a shared library build of ffmpeg 6.0 fails with the linker that was added with XCode 15: ld: building exports trie: duplicate symbol '_av_ac3_parse_header' clang: error: linker command failed with exit code 1 (use -v to see invocation) Forcing the old linker with -Wl,-ld_classic works around this. | |||||
2023-09-27 | last: add new version, fix build on aarch64 (#40216) | snehring | 1 | -0/+5 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2023-09-27 | py-nanonbind: add new versions (#40161) | Garth N. Wells | 1 | -0/+9 | |
2023-09-26 | vtk: @9.2 need seacas@2022-10-14, fix macos (#39896) | Martin Aumüller | 1 | -2/+23 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2023-09-26 | Paraview package: update freetype find patch for shared libs (#40085) | John W. Parent | 1 | -2/+5 | |
VTK's (and therefore Paraview's) FindFreetype module required patching to handle static import libraries from Freetype. However it did not cover shared libraries. This adds support for importing shared freetype into the VTK build | |||||
2023-09-26 | ploticus: new package (#39881) | Christoph Weber | 1 | -0/+41 | |
Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev> | |||||
2023-09-26 | Add NCCL v2.18.5-1 release to recipe (#40201) | Matt Fraser | 1 | -1/+2 | |
2023-09-26 | crosstool-ng: add v1.26.0 (#40204) | Massimiliano Culpo | 1 | -0/+1 | |
2023-09-26 | libressl: fix package & new versions (#39741) | Martin Aumüller | 1 | -4/+5 | |
2023-09-26 | Always apply Python unixcompilers.py `rpath` fix, not just on cray (#39929) | Dom Heinzeller | 2 | -2/+2 | |
* Rename var/spack/repos/builtin/packages/python/cray-rpath-3.1.patch as var/spack/repos/builtin/packages/python/rpath-non-gcc.patch and apply unconditionally * Update var/spack/repos/builtin/packages/python/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-09-26 | opencv: add 4.7.0 and 4.8.0 and fix ffmpeg dependency (#39013) | Martin Aumüller | 1 | -2/+8 | |
2023-09-26 | seacas: correctly limit fmt dependency (#39756) | Martin Aumüller | 1 | -1/+1 | |
versions older than 2022-10-14 do not build with fmt@10, either: fmt/core.h:1579:3: error: static_assert failed due to requirement 'formattable' | |||||
2023-09-26 | hypre: add support for magma (#40121) | Victor A. P. Magri | 1 | -10/+25 | |
2023-09-26 | bcl2fastq2: patch for compiling on aarch64 (#40195) | snehring | 2 | -0/+13 | |
2023-09-26 | gmap-gsnap: add v2023-07-20 and aarch64 support (#40200) | snehring | 1 | -2/+11 | |
2023-09-25 | Elbencho: add elbencho package (#40193) | Ethan Williams | 1 | -0/+71 | |
* add elbencho package * pep8 compliant * add description * depends on boost * boost options * dependencies * fix ncurses not linking properly missing tinfo * pep8 fix * fix style of boost variants * final style fix - spack style is happy * correct cufile env variable name --------- Co-authored-by: Ethan W <mail@ethanwilliams.xyz> | |||||
2023-09-25 | apex: add new version 2.6.3 + deal with ompt build problem (#40073) | Alberto Invernizzi | 1 | -0/+4 | |
* add new version 2.6.3 * add conflict for openmp when using gcc | |||||
2023-09-25 | openssl: new versions (#40194) | Harmen Stoppels | 1 | -2/+17 | |
apparently there was still a 1.1.1 release | |||||
2023-09-25 | omegah: new version (#40192) | Cameron Smith | 1 | -0/+5 | |
2023-09-25 | spdlog: add version 1.12.0 (#40186) | Matthieu Dorier | 1 | -0/+1 | |
2023-09-25 | subread: removing mtune arg to compiler (#40197) | snehring | 1 | -6/+6 | |
2023-09-25 | new package: gsibec (#40137) | eugeneswalker | 2 | -0/+70 | |
2023-09-25 | py-numcodecs: drop upperbound, add new version, avoid native compilation ↵ | Harmen Stoppels | 2 | -4/+22 | |
(#40183) * py-numcodecs: drop upperbound, add new version, avoid native compilation * py-numcodecs: add entrypoints * Remove another upperbound on python Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2023-09-25 | jsoncpp: add meson build system, update package, update cmake ~ownlibs (#39639) | Harmen Stoppels | 2 | -23/+30 | |
2023-09-25 | openssh: add version 9.4p1 and fix compile issue with new zlib-1.3 (#40174) | Bernhard Kaindl | 1 | -0/+9 | |
The fix for the compile issue was improved by Bernhard Kaindl. He also added to fix two classes of other build fails: - add missing openssl dependency version limit to older openssh versions - add missing -fcommon for new compilers building old openssh versions Co-authored-by: snehring <snehring@iastate.edu> | |||||
2023-09-25 | phist: remove python 3.10 upperbound (#40175) | Harmen Stoppels | 1 | -2/+3 | |
2023-09-25 | Add opendjk 11.0.20.1+1, 17.0.8.1+1 (#40035) | Diego Alvarez S | 1 | -0/+36 | |
2023-09-25 | namd: Add NAMD 3.0b3 and ARM support (#40134) | Rocco Meli | 1 | -3/+18 | |
2023-09-24 | new package: ecmwf-atlas (#40136) | eugeneswalker | 11 | -4/+458 | |
2023-09-24 | blast-plus: add 2.14.1 (#40179) | George Young | 1 | -0/+1 | |
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> | |||||
2023-09-24 | visit: Add NetCDF format support (#40065) | Brian Vanderwende | 1 | -0/+19 | |
2023-09-24 | EZTrace: add v2.1 (#39748) | François Trahay | 1 | -2/+21 | |
2023-09-24 | garfieldpp: Fix the signature of setup_dependent_build_environment (#40133) | Thomas Madlener | 1 | -1/+1 | |
2023-09-24 | sw4: add v3.0 (#40146) | Houjun Tang | 1 | -2/+2 | |
2023-09-24 | hmmer: adding new version 3.4 (#40148) | snehring | 1 | -1/+4 | |
2023-09-24 | py-torchvision: minimize dependencies (#40163) | Adam J. Stewart | 1 | -51/+67 | |
2023-09-24 | py-torchmetrics: add v1.2.0 (#40164) | Adam J. Stewart | 1 | -4/+3 | |
2023-09-24 | flecsi: bumping HPX requirement to V1.9.1 (#32355) | Hartmut Kaiser | 1 | -1/+1 | |
2023-09-24 | bfs: add v3.0.2 (#40176) | Alec Scott | 1 | -0/+1 | |
2023-09-24 | glab: add v1.33.0 (#40177) | Alec Scott | 1 | -0/+1 | |
2023-09-24 | hugo: add v0.118.2 (#40178) | Alec Scott | 1 | -0/+1 | |
2023-09-24 | Add mda-xdrlib and update pyedr and panedr (#39912) | Rocco Meli | 3 | -2/+24 | |
* ensure umpire~cuda~rocm when ~cuda~rocm * Add mda-xdrlib and update pyedr and panedr * Update var/spack/repos/builtin/packages/py-mda-xdrlib/package.py Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> * code review * fix python pin, conflated with py-tomli --------- Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> | |||||
2023-09-24 | trilinos +shylu: patch to resolve trilinos issue #12048 (#40169) | eugeneswalker | 2 | -0/+12 | |
* trilinos +shylu: patch to resolve trilinos issue #12048 * e4s ci: build xyce ^trilinos+shylu --------- Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov> | |||||
2023-09-23 | protobuf: add v4.24.3 (#40152) | Adam J. Stewart | 3 | -10/+12 | |
2023-09-23 | py-tinyarray: add version 1.2.4, needed for python@3.10 (#40171) | Tom Payerle | 1 | -0/+4 | |
* py-tinyarray: add version 1.2.4, needed for python@3.10 Added @1.2.4 Require @1.2.4 when using python@3.10: * py-tinyarray: format fix | |||||
2023-09-22 | pumi: add version 2.2.8 (#40143) | Cameron Smith | 1 | -0/+3 | |
2023-09-22 | py-pyzmq: fix order of decorators (#40157) | Adam J. Stewart | 1 | -2/+1 | |
2023-09-22 | llvm: add version 17.0.1 (#40108) | Satish Balay | 1 | -0/+1 | |