Age | Commit message (Collapse) | Author | Files | Lines |
|
* py-tensorflow: fix aarch64 build
* [@spackbot] updating style on behalf of aweits
* patch format
* change patch strategy, actually get the logic correct in
the patch
* only patch 2.16.1 onwards for aarch64
* __CUDACC__ not __NVCC__
* !(defined(__NVCC__) && defined(__CUDACC__))
---------
Co-authored-by: aweits <aweits@users.noreply.github.com>
|
|
|
|
* Add rosco package
* format
* remove unused
* Add in other versions
* start adding some patches
* finish adding the patches
|
|
|
|
Fix a bug triggered by missing a virtual on some transitive edge, in a subdag of a pure build dependency.
|
|
|
|
* minimap2: adding version 2.28
* minimap2: adding maintainer
---------
Signed-off-by: Shane Nehring <snehring@iastate.edu>
|
|
* Update FFCx and UFCx to v0.8
* Syntax fix
|
|
* variorum: add branch dev and version 0.8.0
* formatting
|
|
* grads: fix libpng and g2c deps
* Update package.py
* [@spackbot] updating style on behalf of AlexanderRichert-NOAA
|
|
|
|
|
|
|
|
* update prod-util recipe
* [@spackbot] updating style on behalf of AlexanderRichert-NOAA
|
|
|
|
|
|
|
|
|
|
|
|
* Accept later pythons for tau@2.33+
* separate forward compat bounds
|
|
|
|
|
|
PR #43701 is broken, preventing scorep from being installed. As explained in #43700 the issue is internal to scorep and can not be fixed in the package, at least by the method being attempted here.
|
|
|
|
|
|
|
|
* py-nvidia-dali: add v1.36.0
* fix: do not expand downloaded wheel
|
|
Co-authored-by: Matt Lieber <lieber.31@osu.edu>
|
|
|
|
|
|
With v2.10+, ADIOS added a campaign manager. This is auto-enabled
if SQLite3 is found.
Add explicit control for it now and disables it by default, to avoid
picking up system dependencies or bloating by default the ADIOS2
dependencies. Also, not yet fully mature to be used by default:
https://github.com/ornladios/ADIOS2/issues/4148
|
|
causing (#43726)
builds to fail on MacOS and CMake appears to handle the build fine without the mpi wrappers.
|
|
|
|
* jwt-cpp: add version 0.7.0
* Update var/spack/repos/builtin/packages/jwt-cpp/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
* pypi build of py-simpy
* [py-simpy] toml explicitly called out
* py-simpy: New version
* py-setuptools-scm: Added new version
* py-setuptools-scm: add url_for_version
Because versions @:7 have an underscore (setuptools_scm) in the URL, and
newer versions have a dash (setuptools-scm).
* py-setuptools-scm: fix flake8 line too long
* py-simpy: Fix hash
---------
Co-authored-by: Sid Pendelberry <sid@rit.edu>
Co-authored-by: Jen Herting <jen@herting.cc>
|
|
|
|
* Update PyTorch ecosystem
* Don't expose protobuf namespace to other packages, breaks torchtext build
* Revert "Don't expose protobuf namespace to other packages, breaks torchtext build"
This reverts commit 50a4b08f655cac53dd75c3c7cc01817d3f5f92f7.
|
|
* Add quanitphy
Add https://github.com/KenKundert/quantiphy .
* Simplify Version Range
|
|
|
|
regressed in 650a668a9de31ef66b3a944ef8630277052a71cd
|
|
* Bump version to 2024.1.0
* Bump to .post0
* Dependency fix
* Format file
* Run black on package file
|
|
|
|
|
|
|
|
`iconv` is a bit of weird virtual because the only shared API between
`glibc` and `libiconv` is:
```
iconv
iconv_open
iconv_close
```
whereas `libiconv` has further symbols [iconvctl](https://www.gnu.org/software/libiconv/documentation/libiconv-1.17/iconvctl.3.html), [iconv_open_into](https://www.gnu.org/software/libiconv/documentation/libiconv-1.17/iconv_open_into.3.html), and an `iconv` executable and `libcharset.so`. Packages that need those will have to do `depends_on("[virtuals=iconv] libiconv")`.
|
|
* Added package to build Ollama
* Update package.py
Add license and documentation
* [@spackbot] updating style on behalf of teaguesterling
* We can now use OVERRIDE_GIT_DESCRIBE to set the version in DuckDB
* Update duckdb/package.py
- use f-string
- fix version specs to address inconsistencies
* Update package.py
Fix spec definitions further
* [@spackbot] updating style on behalf of teaguesterling
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
|
|
|
|
|
|
* boost: Add 1.85.0
* Add conflict for Boost 1.85.0 stacktrace change
|