Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
There is a library symbol issue with libioss and python with version
9.1.0 so set preferred version to 9.0.3.
|
|
Since #27185, the cuda_arch variant values are conditional on +cuda. This means that for -cuda specs, the installation fails with:
```
==> acts: Executing phase: 'cmake'
==> Error: KeyError: 'cuda_arch'
/home/wdconinc/git/spack/var/spack/repos/builtin/packages/acts/package.py:222, in cmake_args:
219 log_failure_threshold = spec.variants['log_failure_threshold'].value
220 args.append("-DACTS_LOG_FAILURE_THRESHOLD={0}".format(log_failure_threshold))
221
>> 222 cuda_arch = spec.variants['cuda_arch'].value
223 if cuda_arch != 'none':
224 args.append('-DCUDA_FLAGS=-arch=sm_{0}'.format(cuda_arch[0]))
225
```
|
|
|
|
gtkplus (#27790)
* [libcroco] add variant doc, depends_on gtk-doc when +doc
* [librsvg] add variant doc, depends_on gtk-doc when +doc
|
|
|
|
* new package: py-tensorflow-datasets
- includes new dependency package: py-tensorflow-metadata
* Update var/spack/repos/builtin/packages/py-tensorflow-datasets/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/py-tensorflow-metadata/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
* Added gdb Dependency
When using spack to install cgdb, a spack-built gdb is necessary to
avoid dynamic link errors.
- Added maintainer: tuxfan
- Set preferred to 'master' (best version for spack currently)
* Update: The gdb dependency added by this PR is for runtime
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
|
|
* r-v8: add 3.6.0
* Add conflict and deprecate version 3.4.0
|
|
|
|
|
|
* julia: new versions.
* julia: Support AMD Milan CPU znver3.
|
|
|
|
|
|
|
|
|
|
This adds support in spack for both build/install tests (spack install
--run-tests) and post-install smoke tests (spack test run).
Hpctoolkit itself only recently added tests, so for now, this only
applies to branch master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
|
|
* The proj and nlohmann-json packages are needed in paraview@master
* ParaView: bump master subdir version to 5.10
|
|
To use this, you can "spack install intel-oneapi-compilers" and then
"spack compiler add" the new compiler. You would need to install with
"spack install ginkgo+oneapi%dpcpp"
|
|
|
|
* Hack to support packages which need to explicitly refer to dpcpp by name
* cc script needs to know about dpcpp
|
|
|
|
- Use .tar.gz archive
- Update 2.3.3 to use .tar.gz archive (and update checksum)
- autoreconf dependency is no-longer required
- The new version depends on gperf
|
|
|
|
|
|
* dependency for stylegan2
* fixed copyright
* [py-fire]
- fixed some formatting
- url -> pypi
* [py-fire] removed extra https://
* [py-fire]
- removed python version restriction
- enum34 -> py-enum34
* [py-fire] removed .999
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
* [py-vector-quantize-pytorch] New package
* [py-vector-quantize-pytorch] flake8
* [py-vector-quantize-pytorch] removed unnecessary dependency
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
|
|
* elpa: filter _bugfix in version for include dir
* libxc: add version 5.1.7
|
|
|
|
* Add: openPMD-viewer
Add the `py-openpmd-viewer` package.
* openPMD-viewer: Improve Variant Control
* openPMD-viewer: Update to Source from Pip/PyPA
https://spack.readthedocs.io/en/latest/build_systems/pythonpackage.html#pypi-vs-github
* Fix style: comment
* openPMD-viewer: fix requirements
add reviewer feedback
|
|
|
|
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
|
|
* pypi build of yq
* [py-yq]
- removed duplicate py-yaml dependency
- fixed py-yaml version number
* [py-yq] fix py-xmltodict version range
* [py-yq] self assign maintainer
* [py-yq] setuptools is runtime dependency
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
* package dependency
* [py-retry]
- added homepage
- removed unnecessary depends_on
* [py-retry] added dependencies back
* [py-retry] removed .999
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
This fix allows madgraph5amc to build with Clang.
|
|
- Add sensei to the SDK with appropriate propagations
- Rework variants to SENSEI package to avoid providing broken builds
- Turn off miniapps by default, these are examples and not critical to using sensei
|
|
|
|
|
|
|
|
|