new packages: py-arm-pyart and dependencies#32579
new packages: py-arm-pyart and dependencies#32579adamjstewart merged 6 commits intospack:developfrom
Conversation
glennpj
commented
Sep 8, 2022
- py-arm-pyart
- py-cylp
- rsl
- py-arm-pyart - py-cylp - rsl
|
Hi @glennpj! I noticed that the following package(s) don't yet have maintainers:
Are you interested in adopting any of these package(s)? If so, simply add the following to the package class: maintainers = ['glennpj']If not, could you contact the developers of this package and see if they are interested? You can quickly see who has worked on a package with $ spack blame py-arm-pyartThank you for your help! Please don't add maintainers without their consent. You don't have to be a Spack expert or package developer in order to be a "maintainer," it just gives us a list of users willing to review PRs or debug issues relating to this package. A package can have multiple maintainers; just add a list of GitHub handles of anyone who wants to volunteer. |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
- xarray is not optional - pandas is needed - pylab is needed - new package, py-pylab-sdk - setuptools is needed at run time
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
This PR introduced somehow a failure in the bootstrap tests. I'll investigate that, but we should probably require bootstrap to pass now that we have a unique workflow. |
|
Another seemingly related failure: https://github.com/spack/spack/runs/8294123611?check_suite_focus=true |
* new packages: py-arm-pyart and dependencies - py-arm-pyart - py-cylp - rsl * Update var/spack/repos/builtin/packages/py-cylp/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Fix dependencies - xarray is not optional - pandas is needed - pylab is needed - new package, py-pylab-sdk - setuptools is needed at run time * Patch for import of StringIO * Update var/spack/repos/builtin/packages/py-arm-pyart/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Fix call to `StringIO` in patch Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>