Age | Commit message (Collapse) | Author | Files | Lines |
|
This release also includes the HDF5 VOL plugin so I've added an additional
funciton to ensure the HDF5_PLUGIN_PATH env var gets updated with the adios
install prefix
|
|
* intel-xed: add version 12.0.1
Rework the version numbers for intel-xed, now that xed has actual
releases and tags. Add releases 11.2.0 and 12.0.1. Rename 2019.03.01
to 10.2019.03 as a legacy version that fits in the new order.
Add variant +pic to compile libxed.a with PIC code so that it can be
linked into another shared library.
Add conflict for aarch64.
Add mwkrentel as maintainer.
|
|
|
|
1.14.0 compiles with gcc@10.2.0, while 1.13.0 doesn't
|
|
* py-pyfiglet:new recipe
* Update var/spack/repos/builtin/packages/py-pyfiglet/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-pyfiglet: use pypi url
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Co-authored-by: Tiziano Müller <tm@dev-zero.ch>
|
|
|
|
|
|
|
|
|
|
* votca-tools: add v1.6.4
* votca-csg: add v1.6.4
* votca-csg-tutorials: add v1.6.4
* votca-csgapps: add v1.6.4
* votca-xtp: add v1.6.4
* csgapps: master/stable version got merged into votca-csg
|
|
|
|
Add early support for ROCM on AMD GPUs, for develop branch only.
Requires ROCM packages to be specified as external packages.
|
|
|
|
libzmq started using strlcpy from v4.3.3
|
|
|
|
fixes #20784
Similarly to the previous bug, here we were deducing
conditions to be imposed on nodes that were not part
of the DAG.
|
|
fixes #20736
Before this one line fix we were erroneously deducing
that dependency conditions hold even if a package
was external.
This may result in answer sets that contain imposed
conditions on a node without the node being present
in the DAG, hence #20736.
|
|
|
|
fixes #20611
The conflict was triggered by an invalid value of the
'scheduler' variant. This causes Spack to error when libyogrt
facts are validated by the ASP-based concretizer.
|
|
* New package [py-pylops]
* [py-pylops] Seperated optional dependecies into a variant called advanced
|
|
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
There's two issues with hip where it tries to autodetect the patch
version number from git (when installed), but it does not check if it
even is inside of a git repo. The result is we end up with a shared lib
with a trailing dash in the library suffix: `libamd64.so.x.y.z-`, which
confuses GCC. The patch tries to check if the `.git` folder exists, and
if it does not, it handles version numbering the same as when git was
not installed previously.
|
|
* New package [py-scikit-fmm]
* [py-scikit-fmm] Removed redundant depends_on
|
|
|
|
|
|
|
|
|
|
* opencl-c-headers: add new version 2020.12.18
* opencl-clhpp: add new version 2.0.13
* opencl-headers: now supports OpenCL 3.0 with new versions of opencl-c-headers and opencl-clhpp
* ocl-icd: add new version 2.2.14 add now can provide OpenCL 3.0
|
|
|
|
|
|
|
|
|
|
PaRSEC: the Parallel Runtime Scheduler and Execution Controller for micro-tasks on distributed heterogeneous systems.
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
|
|
|
|
New versions 1.11.12, 1.11.13, 2.3.0, 2.4.0.
|
|
|
|
|
|
|
|
|
|
* py-tensorflow: 2.4.0 and dependency updates
* minor version updates
* fix numpy dependency
* dependency rework: compatible release issues, start to clarify cuda versions
* --incompatible_no_support_tools_in_action_inputs was removed in bazel 3.6
* adjustment to versions of cuda dependency, also make sure that
patches/filters still apply to certain release trains.
* python 3.8 and tf < 2.2 have issues
* missed py-grpcio version bump
|
|
I finally figured out how to get version 2.0.0 to play nice with the dev
versions. Yuck.
|
|
Set up environment and dependent packages properly when building
with intel-oneapi-mpi as a dependency MPI provider (e.g. point to
mpicc compiler wrapper).
|
|
* amrex: expand CUDA support
|
|
Enabled parallel builds of the C-extension upto the parallelism allowed
by spack.
https://scikit-learn.org/stable/developers/advanced_installation.html#parallel-builds
|
|
* [py-testfixtures] copied from slpits
* [py-testfixtures] removed extends('python')
* [py-testfixtures] removed unnecessary dependencies
|