Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Add `start-date` and `end-date` to citation
|
|
|
|
|
|
* py-tables: add 3.9.0
* Add conflict with apple-clang
|
|
|
|
* [py-tensorboardx] Added version 2.6.2.2
* [py-tensorboardx] flake8
* [py-tensorboardx] requires py-setuptools-scm
|
|
* [py-torch-sparse] New version 0.6.17
* [py-torch-sparse] added dependency on parallel-hashmap
* [py-torch-sparse]
- spack only supports python@3.7:
- py-pytest-runner only needed with old versions
|
|
* [py-lvis] New package
* [py-lvis] flake8
* [py-lvis] os agnostic
* [py-lvis] added comment for imported dependency
* [py-lvis] style fix
|
|
* py-bids-validator: add 1.13.1
* Fix style
|
|
* [add] py-cylc-flow: new recipe
* py-cylc-flow: fix py-protobuf version
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-cylc-flow: fix py-colorama version
Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>
* py-cylc-flow: Update dependence on py-aiofiles
Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>
* py-cylc-flow: Update dependence on py-pyzmq
Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>
* py-cylcflow: remove useless dependence
* py-cylc-flow: fix indent
* py-cylc-flow: fix argument in depends_on; move lines
* py-cylc-flow: fix the type of the dependence py-setuptools
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>
Co-authored-by: LydDeb <lyderic.debusschere.tgcc@cea.fr>
|
|
You will note the `Cite this repository` link is not working.
This commit fixes the underlying file...
* `authors` was not indented
* `authors` required by `preferred-citation`
* `authors` list required at top level (I simply duplicated)
* `"USA"` not correct country code
* `month` requires an integer month number
* Added URL to the actual pdf of the cited paper
* Used `identifiers` for doi and LLNL doc number
* added `abstract` copied from paper
Various fixes were confirmed by `cffconvert` using `docker run -v `pwd`:/app citationcff/cffconvert --validate`
|
|
(#40358)
The warning was added in v0.20 and was slated for removal in v0.21
|
|
|
|
|
|
* Change 'exit' to 'return' in `setup-env.sh` to avoid losing shell in some cases when sourcing twice.
|
|
* [mfem] Initial changes for v4.6
* [@spackbot] updating style on behalf of v-dobrev
* [mfem] Set the proper download link for v4.6
|
|
* Update bufr recipe
* Add v12.0.1
* style fixes
* remove test-related functionality for bufr
* Re-add testing
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
|
|
|
|
* metal: new package
* style
---------
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
|
|
related to #40232
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
* updated for 3.4.8 release
|
|
|
|
|
|
|
|
|
|
* topaz: new package @0.2.5
* switching over to pypi
---------
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
|
|
* py-zipp: add 3.17.0
* Re-add python@3.7 dependency
|
|
* add recent versions of RIOS
* fix depends_on syntax
* fix typo
* fix sha and add parallel variant
* remove self
* try doing in one
|
|
* [add] py-metomi-rose: new recipe, required by py-cylc-rose
* py-metomi-rose: remove version constraint on python
---------
Co-authored-by: LydDeb <lyderic.debusschere.tgcc@cea.fr>
|
|
* add recent versions of tuiview and remove Qt4 version
* reformat
* fix stray tabs
* add back a deprecated 1.1.7
* tabs
* more tabs
* reformat
* comma
|
|
|
|
|
|
* Allow branching out of the "generic build" unification set
For cases like the one in https://github.com/spack/spack/pull/39661
we need to relax rules on unification sets.
The issue is that, right now, nodes in the "generic build" unification
set are unified together with their build dependencies. This was done
out of caution to avoid the risk of circular dependencies, which would
ultimately cause a very slow solve.
For build-tools like Cython, however, the build dependencies is masked
by a long chain of "build, run" dependencies that belong in the
"generic build" unification space.
To allow splitting on cases like this, we relax the rule disallowing
branching out of the "generic build" unification set.
* Fix issue with pure build virtual dependencies
Pure build virtual dependencies were not accounted properly in the
list of possible virtuals. This caused some facts connecting virtuals
to the corresponding providers to not be emitted, and in the end
lead to unsat problems.
* Fixed a few issues in packages
py-gevent: restore dependency on py-cython@3
jsoncpp: fix typo in build dependency
ecp-data-vis-sdk: update spack.yaml and cmake recipe
py-statsmodels: add v0.13.5
* Make dependency on "blt" of type "build"
|
|
|
|
* Support static openssl for ecflow
* Update ecflow/static openssl
* Update ssl settings in ecflow
* add pic variant for ecflow
* style fix
* Update package.py
* Update package.py
|
|
This reverts commit bf7f54449ba8ed157c9ee258007e0a7a509600cf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* trilinos: add variant: testing
* trilinos: rename +testing to +test
|
|
We run pip with `--no-build-isolation` because we don't wanna let pip
install build deps.
As a consequence, when pip runs hooks, it runs hooks of *any* package it
can find in `sys.path`.
For Spack-built Python this includes user site packages -- there
shouldn't be any system site packages. So in this case it suffices to
set the environment variable PYTHONNOUSERSITE=1.
For external Python, more needs to be done, cause there is no env
variable that disables both system and user site packages; setting the
`python -S` flag doesn't work because pip runs subprocesses that don't
inherit this flag (and there is no API to know if -S was passed)
So, for external Python, an empty venv is created before invoking pip in
Spack's build env ensures that pip can no longer see anything but
standard libraries and `PYTHONPATH`.
The downside of this is that pip will generate shebangs that point to
the python executable from the venv. So, for external python an extra
step is necessary where we fix up shebangs post install.
|
|
Fixes #40272.
|
|
* Update to latest dot versions and improved installation of Damaris python module damaris4py
* fix for visit dependency typo
* whitespace check
* whitespace check
* fix for style issue
* reviewer suggestions for integrating Python added
* suggestion for boost depends statement added
|
|
* Add new package awscli-v2 and its missing dependency awscrt
* Remove boilerplate comments from awscli-v2 and awscrt packages
* Fix typos in var/spack/repos/builtin/packages/awscli-v2/package.py
* Update var/spack/repos/builtin/packages/awscli-v2/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/awscli-v2/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/awscli-v2/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/awscli-v2/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/awscli-v2/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Address reviewer comments
* Remove py-pip version dependency from var/spack/repos/builtin/packages/awscli-v2/package.py
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* py-isort: needs setuptools build dep before v5
Detected in #40224.
In the past, system setuptools could be picked up when using an external
python, so py-isort@4 would install fine. With the linked PR, pip can
only consider packages that Spack controls from PYTHONPATH, so the issue
of missing py-setuptools showed up.
* py-importlib-metadata: fix lowerbounds on python
* review
* py-isort unconditionally add optional setuptools dep to prevent picking up user package at runtime
* style
* drop optional py-setuptools run dep
|