Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Forgot to bump a version in the public header during release.
|
|
* [py-singledispatchmethod] new package
* [py-singledispatchmethod] added missing dependency
* new package required for qiskit
* [py-rustworkx]
- removed redundant dependency on py-wheel
- added dependency on py-numpy
* [py-websocket-client] added version 1.5.1
* modified it is ahead of upstream
* [py-qiskit-terra]
- flake8
- removed duplicate dependencies
- fixed acceptable range for py-symengine
* [py-qiskit-terra] tweedledum no longer needed
* [py-qiskit-terra] depends on py-singledispatchmethod
* [py-qiskit-ibm-provider] new package
---------
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
* archspec: add v0.2.0, deprecate old versions
* Simplify version ranges
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Remove py-setuptools
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* [py-backports-zoneinfo] New package
* [py-backports-zoneinfo] removed references to python 3.6
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
* Rename PIKA_WITH_P2300_REFERENCE_IMPLEMENTATION CMake option in pika package
* Remove unnecessary use of self in pika package
* Use append instead of list += for single options in pika package
* Add pika 0.14.0
|
|
The issue comes from libctf.
|
|
|
|
* add tandem package
* apply black
* fix import
* fix year of license
* add version 1.0 and associated compile fix
* change git to property
* add conflict to intel
|
|
* ophidia-primitives: new package at v1.7
* ophidia-primitives: Add mantainers
* ophidia-primitives: Fix style
* ophidia-primitives: update configure arguments
* Fix style in package.py
---------
Co-authored-by: SoniaScard <SoniaScard@users.noreply.github.com>
Co-authored-by: Donatello Elia <eldoo@users.noreply.github.com>
|
|
* Kokkos: add release 4.0.0
* Kokkos: updating default c++ standard requirement
Now Kokkos requires c++17 as its new minimum c++ standard library.
* Kokkos: adding support for new GPU architectures
The new updates include NVIDIA Hopper and AMD Navi
* Kokkos: fixing style...
* paraview +rocm: constrain kokkos dep to @:3.7.01
---------
Co-authored-by: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com>
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
|
|
(#35299)
* initial commit for enabling test for rocm-smi-lib, rocm-cmake and rocm-clang-ocl
* fix styling and cleaning code
* disabling some tests for rocm-smi-lib
* fix style errors
|
|
|
|
|
|
* msmpi has no wrappers so don't set MPI_CXX_COMPILER etc. for that
MPI implementation
* hdf5 on Windows does not have h5cc etc., so do not try to filter
them on Windows
|
|
related to #36255
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
|
|
* suite-sparse ^openblas~shared threads=openmp: add -fopenmp to cflags, cxxflags
* use compiler.openmp_flag
|
|
* py-uproot: new versions 5.0.4, 5.0.5
No changed in dependency versions
* py-awkward-cpp: new versions
* py-awkward: new versions
* py-awkward: new version in 1.10.* series
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
|
|
|
|
https://gitlab.freedesktop.org/mesa/drm/-/compare/libdrm-2.4.114...libdrm-2.4.115 only bugfixes
|
|
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
|
|
|
|
|
|
Co-authored-by: Daryl W. Grunau <dwg@lanl.gov>
|
|
|
|
To conform to spack way of specifying cuda_arch. This commit does
not change version-specific gencode handling for older gromacs
versions
|
|
|
|
|
|
|
|
|
|
Unless the amdgpu_target is overriden, the libraries will default to
being built for cuda, since amdgpu_target=none is both default and in
conflict with +rocm. This requires a custom Disjoint set to include
both the 'auto' variant used by the rocm mathlibs and the 'none'
variant used by ROCmPackage.
* Fix search for hip+cuda in hipcub@5.1 and later
This patch is not strictly necessary, but it may fix the search for HIP
in certain environments.
* Backport fix for CUDA 11.5 to hipsparse
|
|
|
|
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
|
Latest patch release, fixing build issues.
|
|
|
|
* Added external detection of llvm-amdgpu.
* Style cleaning for llvm-amdgpu.
|
|
|
|
openblas likes to concurrently writes to the same archive from different
targets, and solves that through .NOTPARALLEL: all
We run `make x y z` which is not affected by `NOTPARALLEL`, running into
races.
|
|
|