conda-forge / gpaw-feedstock

A conda-smithy repository for gpaw.
BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

[bot-automerge] gpaw v23.9.1 #43

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

regro-cf-autotick-bot commented 1 year ago

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with code>@conda-forge-admin,</codeplease add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. 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.

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

Packages found by source code inspection but not in the meta.yaml:

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/cf-scripts/actions/runs/6173216640, please use this URL for debugging.

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 conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was not passing and not merged.

github-actions[bot] commented 1 year ago

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

It appears that not all commits to this PR were made by the bot. Thus this PR is not being automatically merged. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

jan-janssen commented 1 year ago
Please remove deprecated declaration of mpicompiler. Define instead in siteconfig:

mpi = True
compiler = 'mpicc'

  warnings.warn(msg, DeprecationWarning)
/home/conda/feedstock_root/build_artifacts/gpaw_1694613487448/work/setup.py:26: DeprecationWarning: 

Please remove deprecated declaration of mpilinker:
compiler='mpicc' will be used for linking.
gdonval commented 1 year ago

I have seen that before going back home. Thanks for taking care of it.

I don't think the deprecation warning is the problem though. There are headers the compiler cannot find (probably a misconfiguration on master). The header is gpu.h if you want to search the log files.

I'll have a look tomorrow late afternoon if you don't get around to finding the time to fix that by then.

I'll be pretty busy until then.

jan-janssen commented 1 year ago
.git directory not found. GPAW git hash not written.
Reading configuration from siteconfig.py
Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/gpaw_1694622459581/work/setup.py", line 255, in <module>
    check_dependencies(sources)
  File "/home/conda/feedstock_root/build_artifacts/gpaw_1694622459581/work/config.py", line 50, in check_dependencies
    t = mtime(path + '/', name, mtimes)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/conda/feedstock_root/build_artifacts/gpaw_1694622459581/work/config.py", line 33, in mtime
    t = max(t, mtime(os.path.join(path, path2), name22, mtimes))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/conda/feedstock_root/build_artifacts/gpaw_1694622459581/work/config.py", line 33, in mtime
    t = max(t, mtime(os.path.join(path, path2), name22, mtimes))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/conda/feedstock_root/build_artifacts/gpaw_1694622459581/work/config.py", line 29, in mtime
    t = os.stat(os.path.join(path, name))[ST_MTIME]
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'c/gpu/gpu-runtime.h'
gdonval commented 1 year ago

Alright, the release is borked :)

Here is the file we pull from pypi and here is what the repo is supposed to look like. If you go into c/, you'll see the gpu work is missing.

jan-janssen commented 1 year ago

Alright, the release is borked :)

Here is the file we pull from pypi and here is what the repo is supposed to look like. If you go into c/, you'll see the gpu work is missing.

We can also build from the repository directly, but I hope they fix the pypi package soon.

gdonval commented 1 year ago

Let's wait for a couple days at least. I have made noise on both the issue tracker and the matrix room. I would suspect we will get a new release soon.

gdonval 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/gpaw-feedstock/actions/runs/6195908299.