conda-forge / cyipopt-feedstock

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

cyipopt v1.3.0 #49

Closed regro-cf-autotick-bot closed 9 months ago

regro-cf-autotick-bot commented 9 months 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/6283390796, please use this URL for debugging.

conda-forge-webservices[bot] commented 9 months 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.

moorepants commented 9 months ago
Processing $SRC_DIR
  Added file://$SRC_DIR to build tracker '/tmp/pip-build-tracker-zx6qpsyk'
  Created temporary directory: /tmp/pip-modern-metadata-7br0sopt
  Preparing metadata (pyproject.toml): started
  Running command Preparing metadata (pyproject.toml)
  <string>:27: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
  !!

          ********************************************************************************
          Requirements should be satisfied by a PEP 517 installer.
          If you are using pip, you can try `pip install --use-pep517`.
          ********************************************************************************

  !!
  ERROR: Could not find a version that satisfies the requirement cython<3,>=0.29.28 (from versions: none)
  ERROR: No matching distribution found for cython<3,>=0.29.28
moorepants commented 9 months ago

On the osx arm builds it seems that my cython pin is being overidden and cython>=3 is being installed.

moorepants commented 9 months ago

@conda-forge-admin please rerender

moorepants commented 9 months ago

@conda-forge-admin, please rerender

github-actions[bot] commented 9 months 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/cyipopt-feedstock/actions/runs/6283744427.

moorepants commented 9 months ago

The win 64 pypy 3.9 fails with:

import: 'cyipopt'
Traceback (most recent call last):
  File "D:\bld\cyipopt_1695473128540\test_tmp\run_test.py", line 2, in <module>
    import cyipopt
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\cyipopt\__init__.py", line 13, in <module>
    from .ipopt_wrapper import *
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\cyipopt\ipopt_wrapper.py", line 5, in <module>
    from .scipy_interface import IpoptProblemWrapper as CyipoptIpoptProblemWrapper
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\cyipopt\scipy_interface.py", line 22, in <module>
    from scipy import optimize
  File "<frozen importlib._bootstrap>", line 1055, in _handle_fromlist
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\__init__.py", line 189, in __getattr__
    return _importlib.import_module(f'scipy.{name}')
  File "D:\bld\cyipopt_1695473128540\_test_env\Lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<builtin>/frozen importlib._bootstrap_external", line 864, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\optimize\__init__.py", line 409, in <module>
    from ._optimize import *
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\optimize\_optimize.py", line 34, in <module>
    from scipy.sparse.linalg import LinearOperator
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\sparse\__init__.py", line 276, in <module>
    from ._lil import *
  File "D:\bld\cyipopt_1695473128540\_test_env\lib\site-packages\scipy\sparse\_lil.py", line 17, in <module>
    from . import _csparsetools
TypeError: type 'cython_function_or_method' is not an acceptable base type
Tests failed for cyipopt-1.3.0-py39he3ae8f0_0.conda - moving package to D:\bld\broken

seems like an error importing scipy.

moorepants commented 9 months ago

@conda-forge/help-pypy any idea what I might need to do to fix this pypy build?

mattip commented 9 months ago

I hope to make a new release of PyPy soon which will fix this

moorepants commented 9 months ago

@conda-forge-admin, please rerender