Age | Commit message (Collapse) | Author | Files | Lines |
|
* Cancel running workflows automatically on PR update
* Add the last update later to check cancellation is working
* Use github.run_number instead of github.sha
|
|
|
|
* py-memray: add new package
* Link to Python
* Add missing non-Python deps
|
|
|
|
The develop branch now uses libiberty, but not binutils or libdwarf.
|
|
* [py-sentry-sdk] audited dependencies and relisted extras as variants
* [py-sentry-sdk] added version 1.5.5
* [py-sentry-sdk] flake8
* [py-sentry-sdk]
- added "descriptions" to variants
- removed conflicts
- replaced with when statements in varients
|
|
* colossalai is dependency for deepoffense
* [py-colossalai] added homepage
* [py-colossalai] added dependencies and removed older versions
* [py-colossalai] updated pypi url to match listed version
* [py-colossalai] spack -> spack.package
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
|
|
|
|
|
|
* bootstrap: account for disabled sources
Fix a bug introduced in #30192, which effectively skips
any prescription on disabled bootstrapping sources.
* Add unit test to avoid regression
|
|
|
|
|
|
|
|
This will allow us to pin trilinos in our repo
|
|
|
|
Add the latest release.
|
|
|
|
Fixes #31021
With #25185, we no longer default to using tar when we can't
determine the extension type, opting to fail instead.
This broke fetching for the pcre package, where we couldn't determine
the extension. To determine the extension, we were attempting to
extract it from the destination filename; however, this file name
may omit details of the origin URL that are required to determine the
extension, so instead we examine the URL directly.
This also updates the decompressor_for method not to set ext=None
by default: it must now always be set by the caller.
|
|
|
|
* Update prmon recipe, v3.0.2
Update recipe to v3.0.2, using external dependency
option for the build (as these are satisfied so easily with Spack)
* Remove "broken" 3.0.1 version
This one could not build properly with Spack, due to
missing submodule sources
|
|
* add some new version of abacus and fix bug on mkl
* Add Package:PSCMC
* update maintainer
* rebase
* update maintainers
* Update var/spack/repos/builtin/packages/pscmc/package.py
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
* WarpX: 22.06
Update `warpx` & `py-warpx` to the latest release, `22.06`.
* Patch: Fix 1D CUDA Builds
|
|
|
|
|
|
Also, update the image in the docs and use ghcr.io
|
|
|
|
|
|
This is important for HPC systems.
|
|
|
|
|
|
|
|
|
|
|
|
Installation process of libint runs a Python script:
<https://github.com/evaleev/libint/blob/69cc7b9bc6f2498b74284d4954b0f335f1bd94df/export/cmake/CMakeLists.txt.export#L410>.
If Python isn't explicitly listed as build dependency, system Python will be
picked up, which can cause troubles.
|
|
|
|
Fixes compiler flags for oneapi and dpcpp
|
|
|
|
* Fix py-ray dependencies and build system
* Update var/spack/repos/builtin/packages/py-ray/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Added documentation for unusual dependencies.
* Fixed npm preinstall script per @adamjstewart suggestion.
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Most package installations include compressed source files. This
adds support for common archive types on Windows:
* Add support for using system 7zip functionality to decompress .Z
files when available (and on Windows, use 7zip for .xz archives)
* Default to using built-in Python support for tar/bz2 decompression
(note that Python tar documentation mentions preservation of file
permissions)
* Add tests for decompression support
* Extract logic for handling exploding archives (i.e. compressed
archives that expand to more than one base file) into an
exploding_archive_catch context manager in the filesystem module
|
|
|
|
* Update backage bear
Newer versions of rtags aren't available via older url
* Fix sha256 as download link has changed
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
Regression re-introduced in #30404
|
|
* first build of numpy-quaternion and spherical-functions
* [py-numpy-quaternion] removed python restriction
* [py-numpy-quaternion] added scipy and numba variants
* [py-numpy-quaternion] fixing unicode
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
* [py-httpx] python dependencies are type=('build', 'run')
* [py-httpx] py-wheel is now implied by PythonPackage
* [py-httpx] fixed older version dependencies
* [py-httpx] added version 0.22.0
|
|
file. (#30885)
* Correcting library path of hsakmt-roct and cleaning up the patch file.
* Delete 007-library-path.patch
|
|
|
|
|
|
* Kokkos SYCL AOT flags
* Improve selecting the Intel GPU arch
|
|
|