Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update TensorFlow ecosystem
* Re-add +cpp
* Do not use system protobuf
* Let bazel auto-detect macOS SDK version
* Unnecessary duplicated dep
* Remove unused import
|
|
* explicitly disable the Python 2 interface
* drop obsolete cmake argument HDF5_ROOT for newer versions
* set PYTHON_EXECUTABLE only when needed
|
|
* flecsi: update maintainers
* flecsi: allow newer HPX to be used
* flecsi: propagate ROCm variants when using legion
* flecsi: add v2.2.1
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
* Adding papi smoke tests
* smoke tests
* update to new test framework
|
|
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.
|
|
* 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>
|
|
|
|
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
|
|
|
|
(#38754)
|
|
(#37022)
|
|
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
|
|
HPX requires use of Boost.Context on ARM.
|
|
|
|
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
|
|
Co-authored-by: Raffaele Solcà <rasolca@cscs.ch>
|
|
|
|
* Update minimum CMake version for Trilinos
Changed to 3.23 as of release 14.0.0.
* Add Trilinos 14.2.0
|
|
|
|
* edm4hep: add latest tag
* edm4hep: Mark all older versions as deprecated
|
|
Co-authored-by: Matt Lieber <lieber.31@osu.edu>
|
|
Fixes #38639.
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* py-gluoncv: switch to PyPI and add 0.10.5.post0
* Fix style
* Remove no-unicode-readme.patch
|
|
|
|
|
|
|
|
* py-minkowskiengine: add missing openblas dependency
* Add comment about blas
|
|
* 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
|
|
* initial commit for adding hip-examples package
* adding test to hip-examples
* fixed compile error on add4
* change standalone test to use new syntax
|
|
* 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>
|
|
* Package:Openfoam-org version url using function
* Package:Openfoam-org small style fix
* openfoam-org: url_for_function
|