conda-forge / psrchive-feedstock

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

Rebuild for python312 #38

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 python312.

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/cf-scripts/actions/runs/6309724931, 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.

bgruening commented 1 year ago
/Users/runner/miniforge3/conda-bld/psrchive_1695718115009/_build_env/bin/../include/c++/v1/complex:665:23: error: no matching function for call to '__constexpr_copysign'
                __d = std::__constexpr_copysign(_Tp(0), __d);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/runner/miniforge3/conda-bld/psrchive_1695718115009/_build_env/bin/../include/c++/v1/cmath:630:54: note: candidate function not viable: no known conversion from 'Estimate<double>' to 'float' for 1st argument
_LIBCPP_CONSTEXPR inline _LIBCPP_HIDE_FROM_ABI float __constexpr_copysign(float __x, float __y) _NOEXCEPT {
                                                     ^
/Users/runner/miniforge3/conda-bld/psrchive_1695718115009/_build_env/bin/../include/c++/v1/cmath:634:55: note: candidate function not viable: no known conversion from 'Estimate<double>' to 'double' for 1st argument
_LIBCPP_CONSTEXPR inline _LIBCPP_HIDE_FROM_ABI double __constexpr_copysign(double __x, double __y) _NOEXCEPT {
                                                      ^
/Users/runner/miniforge3/conda-bld/psrchive_1695718115009/_build_env/bin/../include/c++/v1/cmath:639:1: note: candidate function not viable: no known conversion from 'Estimate<double>' to 'long double' for 1st argument
__constexpr_copysign(long double __x, long double __y) _NOEXCEPT {
^
/Users/runner/miniforge3/conda-bld/psrchive_1695718115009/_build_env/bin/../include/c++/v1/cmath:647:5: note: candidate template ignored: requirement 'std::is_arithmetic<Estimate<double, double>>::value' was not satisfied [with _A1 = Estimate<double>, _A2 = Estimate<double>]
    __constexpr_copysign(_A1 __x, _A2 __y) _NOEXCEPT {
    ^
16 errors generated.
demorest commented 1 year ago

Thanks. Yes this is a known issue, some discussion in #36. We've addressed it upstream in the original package code, will rebuild here as soon as a new release is made. Should be within the next week or so.

regro-cf-autotick-bot commented 1 year ago

I see that this PR has conflicts, and I'm the only committer. I'm going to close this PR and will make another one as appropriate. This was generated by https://github.com/regro/cf-scripts/actions/runs/6385762657