summaryrefslogtreecommitdiff
path: root/var/spack
AgeCommit message (Collapse)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin7912-7912/+7912
It was time to run `spack license update-copyright-year` again.
2024-01-01cairo: verify license (#41902)Todd Gamblin1-1/+1
2024-01-01py-tensorboard: fix import tests (#41874)Adam J. Stewart1-0/+3
2024-01-01geant4-data: fix versions for 11.2 (#41895)Seth R. Johnson3-2/+4
* geant4-data: fix versions for 11.2 The Geant4@11.2 DATASET cmake variables are looking for G4EMLOW 8.5 (not 8.4) and G4INCL 1.2 (not 1.1). * g4emlow: fix hash
2024-01-01dace: Add package and version 0.15.1 (#36178)Tal Ben-Nun3-2/+81
* dace: Add package and version 0.14.2 * Update dependencies and package version * Address review comments * Style * Address review comments * Address review comments
2023-12-31py-munch: setuptools needed at run-time (#41865)Adam J. Stewart1-1/+1
2023-12-31py-pip: fix import tests (#41867)Adam J. Stewart1-0/+3
2023-12-31py-setuptools: fix import tests (#41872)Adam J. Stewart1-0/+3
2023-12-31Bug fix in py-gevent to build with intel/oneapi compilers (#41896)Dom Heinzeller1-0/+2
2023-12-30gaudi: add a patch for catch2 (#41177)Juan Miguel Carceller1-0/+6
* gaudi: add a patch for catch2 * Fix indentation * Add a diff at the end of the path * gaudi: canonicalize patch url * gaudi: canonicalize patch url for gitlab diff --------- Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com> Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2023-12-30gdb: add v13.2 and v14.1 (#41855)Wileam Y. Phan1-0/+3
2023-12-29pythia8: new version 8.310 (#41880)Wouter Deconinck1-0/+1
No release notes available, but diff: https://gitlab.com/Pythia8/releases/-/compare/pythia8309...pythia8310?from_project_id=12340057&straight=false
2023-12-29py-pyzmq: fix import tests (#41869)Adam J. Stewart1-16/+6
2023-12-28papi: only patch flag issue for 7.1.0 (#41892)Todd Gamblin1-1/+1
PAPI CI checks a `spack install` of `papi@master`, and the open range here breaks their CI with the fix because the patch is no longer needed (see #26784, #27625 for why it's difficult to avoid this). The patch issue is going to be fixed in PAPI upstream with whatever release is after `7.1.0`, so we can restrict the patch to `7.1.0` and avoid this issue.
2023-12-28xcdf: add newly released v3.01 with Python 3 support (#41808)Felix Werner1-1/+8
2023-12-28visit: add missing header includes needed for GUI build (#41534)Ben Wibking2-0/+79
2023-12-28perl-json-maybexs: add new package (#41703)Arne Becker1-0/+29
2023-12-28WRF: add support for %aocc@4: (#41559)AMD Toolchain Support2-2/+81
Co-authored-by: AMD Toolchain Support <toolchainsuppor@amd.com> Co-authored-by: Phil Tooley <phil.tooley@amd.com>
2023-12-28visit: enable ADIOS2 support when +adios2 in spec (#41750)Ben Wibking1-1/+4
2023-12-28perl-template-toolkit: add new package (#41817)Christopher Christofi1-0/+27
2023-12-28unifyfs: new v2.0 release (#41851)Cameron Stanavige3-75/+6
Add v2.0 release Remove deprecated versions Clean up dependencies for removed deprecated versions Remove patches for removed deprecated versions
2023-12-28rocm-tensile: fix tensile_architecture variant (#35726)Wileam Y. Phan1-1/+9
* rocm-tensile: Fix TENSILE_USE_OPENMP CMake flag to track openmp variant * rocm-tensile: Add CMAKE_HIP_ARCHITECTURES CMake flag
2023-12-28meep: add v1.28.0 (#41878)Matt Schramm1-0/+1
2023-12-28thepeg: new version 2.3.0 (#41881)Wouter Deconinck1-0/+1
No online release notes or repository, but the new tarball has the following in `NEWS`: * ThePEG-2.3.0 release: 2023-12-11 ** gcc-12/c++17/c++20 compatibility added ** hepmc3 compatibility added ** rivet interface improved ** inforstructure for dark interaction added
2023-12-28vbz-compression: new package (#41714)Harry Sharma1-0/+50
2023-12-28mpi-serial: add v2.5.0 (#41885)Jim Edwards1-2/+7
2023-12-28paraview: fix paraview@5.12.0-RC1+adios2 build (#41787)Ben Wibking1-1/+1
2023-12-28opari2: add v2.0.7, v2.0.8 (#41887)wspear1-6/+12
2023-12-28ucc: add new package (#38357)Carlos Bederián1-0/+55
2023-12-27papi: patch for cray fortran bug with `-ffree-form` (#41886)Todd Gamblin2-0/+19
PAPI 7.1.0 unconditionally adds `FFLAGS = -ffree-form` in the sysdetect tests, regardless of the compiler. This was added in https://github.com/icl-utk-edu/papi/pull/108 to make a build with `armflang` work, but it breaks CCE (and our `develop` pipeline). - [x] Add a patch that fixes both problems - [x] Patch PAPI when at 7.1.0 or higher
2023-12-27py-scikit-image: fix import tests (#41871)Adam J. Stewart1-0/+7
2023-12-27directives: add `checked_by` field to `license()`, add some license checksTodd Gamblin26-27/+38
Add a "checked_by" field to the `license()` directive so that we can track who verified the license for a project. also check the license of 18 or so projects and mark them checked.
2023-12-27Initial License CheckinAiden Grossman5362-20/+10765
This patch adds license information for about 5,300 packages from automated sources. The license information was obtained from Alpine Linux and PyPI and processed using tooling available in https://github.com/boomanaiden154/spack-license-utils. The license field was added in after all other directives in an automated fashion. Note that while this license information is probably fairly accurate, it is not guaranteed to be accurate. In addition some of the license strings from Alpine Linux might not be valid SPDX license strings. Invalid SPDX identifiers can be picked up and fixed once we have validation/parsing infrastructure in place for the solver, and issues can be fixed as they come up.
2023-12-27py-matplotlib-inline: add missing matplotlib dependency (#41864)Adam J. Stewart1-0/+3
2023-12-27py-lightning-utilities: setuptools needed at run-time (#41863)Adam J. Stewart1-1/+1
2023-12-27py-flit-core: fix import tests (#41859)Adam J. Stewart1-0/+4
2023-12-26py-pbr: setuptools required at run-time (#41866)Adam J. Stewart1-1/+1
2023-12-26py-radiant-mlhub: older versions require typing_extensions (#41870)Adam J. Stewart1-1/+1
2023-12-26py-jupyter-server-terminals: disable import tests (#41862)Adam J. Stewart1-0/+2
2023-12-26py-greenlet: fix import tests (#41861)Adam J. Stewart1-0/+3
2023-12-26py-cppy: newer versions require setuptools at runtime (#41858)Adam J. Stewart1-3/+1
2023-12-26py-beautifulsoup4: fix import tests (#41857)Adam J. Stewart1-0/+3
2023-12-26py-black: add v23.12.1 (#41850)Adam J. Stewart2-2/+3
* py-black: add v23.12.1 * py-hatchling: add v1.21.0
2023-12-24arborx: new version 1.5 (#41796)Andrey Prokopenko1-0/+2
2023-12-24postgresql: 13.1 (#41825)Weizheng Lu1-0/+1
2023-12-24yosys: version update and added functionality (#41844)Dave Keeshan1-2/+38
* Add all versions back to 0.20, add more depends_on (flex, bison, libffi and ccache), add the ability to enable or disable both abc and ccache, abc is enabled by default, ccache is disabled by default * Fixed style with black * Removed unused f-string setups * Fixed style with black (again)
2023-12-24autoconf: add v2.72 (#41848)Michael Kuhn1-6/+4
2023-12-23py-pyomo: Update spec for newest major series (#41271)Miranda Mundt5-9/+180
* Add enum34, numdifftools, and updated pyomo packages * Syntax error * Apply black style * Trying to get around Python spec issue * All SHAs were somehow wrong * Change enum version * Change optional dependencies to be on run, not build * Add Pyomo 6.7.0 * Update SHA and version mismatch * Remove py-enum34 * Add three new packages to address comments * Fix linting errors; move casadi to py-casadi * Update license; add in dependency * Update setuptools version * Update class name to python class * Remove other boielerplate stuff * Update homepage addresses; update py-casadi
2023-12-23py-urllib3: add version 1.25.11 (#41756)Christopher Christofi1-0/+1
2023-12-23minimap2: Added option for paftools.js (#41765)Arne Becker1-0/+7
- Added an option for the Javascript paftools script - Added two slightly older versions