conda-forge / kwant-feedstock

A conda-smithy repository for kwant.
BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

Rebuild for python311 #102

Closed regro-cf-autotick-bot closed 1 year ago

regro-cf-autotick-bot commented 1 year ago

This PR has been triggered in an effort to update python311.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/3401118024, please use this URL for debugging.

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

akhmerov commented 1 year ago

The error is due to compatibility with matplotlib 3.6.0

basnijholt commented 1 year ago

We should probably pin it up to the last version that it actually works with. Do you know what that would be?

akhmerov commented 1 year ago

I just patched it; let's see if it works.

akhmerov commented 1 year ago

OK, matplotlib is fixed. Now it's MacOS failing eigenvalue problems :scream:

github-actions[bot] commented 1 year ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was not passing and not merged.

akhmerov commented 1 year ago

@conda-forge-admin, please rerender

github-actions[bot] commented 1 year ago

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

github-actions[bot] commented 1 year ago

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

basnijholt commented 1 year ago

@conda-forge-admin please rerender

github-actions[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/kwant-feedstock/actions/runs/4235228410.

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

github-actions[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/kwant-feedstock/actions/runs/4235239154.

basnijholt commented 1 year ago

@akhmerov, since all MacOS builds are failing for any Python version, should that block this PR?

basnijholt commented 1 year ago

I can confirm that the most recently uploaded version of kwant is also broken on MacOS osx64:

CONDA_SUBDIR=osx-64 conda create -n kwant64 python kwant
conda activate kwant64
python -c "import kwant; kwant.test()"

Installs and tests:

  + kwant                   1.4.3  nompi_py310h85b7313_101  conda-forge/osx-64        1MB
micromamba/envs/kwant64/lib/python3.10/site-packages/kwant/linalg/tests/test_linalg.py::test_gen_eig FAILED
micromamba/envs/kwant64/lib/python3.10/site-packages/kwant/linalg/tests/test_linalg.py::test_gen_schur FAILED
micromamba/envs/kwant64/lib/python3.10/site-packages/kwant/linalg/tests/test_linalg.py::test_convert_r2c_gen_schur FAILED
micromamba/envs/kwant64/lib/python3.10/site-packages/kwant/linalg/tests/test_linalg.py::test_order_gen_schur FAILED
micromamba/envs/kwant64/lib/python3.10/site-packages/kwant/linalg/tests/test_linalg.py::test_evecs_from_gen_schur FAILED

Therefore I think we can just skip the test here and merge. We should fix this test elsewhere.

basnijholt commented 1 year ago

Tested numpy 1.24.2, 1.23.5, 1.22.4, all failed

Tested scipy 1.10.0, 1.9.3, 1.8.1, 1.7.3, all failed

SciPy 1.6.0 is only built for Python≤3.9, so I didn't test.

github-actions[bot] commented 1 year ago

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

akhmerov commented 1 year ago

I'm good with patching the test away, thanks for taking charge!