Age | Commit message (Collapse) | Author | Files | Lines |
|
* bazel: python executable required
* python: add autodetection of +pythoncmd
|
|
* GDAL: add new version
* Use conflicts for PCRE
|
|
|
|
Also adjust formatting.
|
|
Set +libidn2 for the curl dependency. This is necessary after #25166.
|
|
(#28267)
|
|
* WarpX: 22.01
Update `warpx` & `py-warpx` to the latest release, `22.01`.
* Python in 22.01+: Relax even further
See: https://github.com/ECP-WarpX/WarpX/pull/2664
|
|
Remove cyclades support so gcc-5 can build against newer glibc
versions (e.g. 2.31).
|
|
* llvm: make targets a multivalued variant
* Fix the targets variant values
1. Make them lowercase and add a mapping to cmake equivalent
2. auto -> all
2. Restore composability by using a multivalued variant, so that
`targets=all` and `targets=x86` is combined to `targets=all,x86`
which is then transformed into LLVM_TARGETS_TO_BUILD=all.
* use targets=x86 in iwyu
* Default to nvptx/amdgpu/host arch targets
* default to none
* Update var/spack/repos/builtin/packages/zig/package.py
|
|
This reports the kernel version (vs. the distro version) on Linux and
returns a valid Version (stripping characters like '+' which may be
present for custom-built kernels).
|
|
* Added C++ standard variant as a primary work-around for issues with apple-clang 12.x
but could also be helpful for broader uses.
|
|
|
|
Reading appdirs.py without explicitly requesting UTF-8 decoding results
in the build process to fail for Python 3.6.
See https://github.com/ActiveState/appdirs/pull/152 for the upstream
fix.
|
|
* snakemake: New version
The newer versions of snakemake have a lot of new dependencies. The
optional dependencies still have to be added.
* removed comment
* some changes
* added reports variant
* deprecate older version and add me as maintainer
* Added dependency py-ratelimiter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* py-smart-open: Adding new version and dependencies
* fix python version and variant description/default
|
|
* [py-fastdownload] created template
* [py-fastdownload]
- added homepage
- added description
- added dependencies
- removed fixmes
|
|
* Fix: py-adios Cython run
Always run Cython before `py-adios` installs.
This makes sure the `.cpp` files from `.pyx` files are freshly
created and work with newer CPython versions than the one checked
in.
* Cleanup: `rm` -> `os.remove`
|
|
Co-authored-by: Andrew W Elble <aweits@skl-a-00.rc.rit.edu>
|
|
Co-authored-by: Andrew W Elble <aweits@skl-a-00.rc.rit.edu>
|
|
Co-authored-by: Andrew W Elble <aweits@skl-a-00.rc.rit.edu>
|
|
* [py-gpustat] Added new version
* [py-gpustat] marking 0.6.0 as preferred
* [py-gpustat] updated dependencies
* [py-gpustat] added dependency on python 3.4+
* [py-gpustat] corrected dependency to py-pytest-runner
|
|
|
|
* Drop preferred hdf5 version
* Fix conduit
* Add compat bound for silo on hdf5
* Update var/spack/repos/builtin/packages/conduit/package.py
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
* hdf5 <= 1.10 for conduit <= 0.7
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
|
|
|
|
|
|
Doxygen's build system uses CMake's deprecated `FindPythonInterp`,
which can get confused by other `python` executables in the PATH.
See issue: https://github.com/spack/spack/issues/28215
|
|
|
|
|
|
Patch to add --embed flag to config-python when interface=python and
using python@3.8:
This is because python@3.8 changed behavior of python-config --ldflags
(and --libs) such that it no longer includes -lpython unless --embed
flag is used.
See e.g. https://github.com/mesonbuild/meson/issues/5629
|
|
* qt: depends_on assimp@5.0 when @5.14: +opengl
* [qt] patch for assimp@5.14:5
* [qt] depends_on assimp@5.0.0:5.0
* [qt] remove depends_on gmake again
|
|
* [py-aiohttp] added new version
* [py-aiohttp] changed dependency on setuptools
* [py-aiohttp] fixed some of the dependencies
* [py-aiohttp] updated dependency to py-typing-extensions
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* New package: py-azure-storage-blob
* fixed typo
* Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/py-azure-storage-blob/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* [py-asynctest] Added py-asynctest package
* [py-asynctest] added dependency to py-setuptools
|
|
|
|
|
|
* fixing build issues in cp2k dependencies
* fixing style issues
* reverting elpa.prefix.lib and grammer correction
* addressing the suggestions
|
|
|
|
Co-authored-by: Cyrus Harrison <cyrush@llnl.gov>
|
|
|
|
|
|
|
|
Co-authored-by: mohan babu <mohbabul@amd.com>
|