conda-forge / pythran-feedstock

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

Rebuild for python38 #25

Closed regro-cf-autotick-bot closed 5 years ago

regro-cf-autotick-bot commented 5 years ago

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

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.

This package has the following downstream children: fluidfft fluidimage fluidsim pylandstats And potentially more. 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.

This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://circleci.com/gh/regro/circle_worker/11872, please use this URL for debugging

conda-forge-linter commented 5 years 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.

ocefpaf commented 5 years ago

@conda-forge-admin, please restart ci

ocefpaf commented 5 years ago

Failing with:

cl : Command line warning D9002 : ignoring unknown option '-print-file-name=libgomp.so'
cl : Command line error D8003 : missing source filename
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24234.1 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

cl : Command line warning D9002 : ignoring unknown option '-print-file-name=libgomp.dylib'
cl : Command line error D8003 : missing source filename
Traceback (most recent call last):
  File "D:\bld\pythran_1573562984425\test_tmp\run_test.py", line 2, in <module>
    import omp
  File "D:\bld\pythran_1573562984425\_test_env\lib\site-packages\omp\__init__.py", line 93, in <module>
    sys.modules[__name__] = OpenMP()
  File "D:\bld\pythran_1573562984425\_test_env\lib\site-packages\omp\__init__.py", line 31, in __init__
    self.init_not_msvc()
  File "D:\bld\pythran_1573562984425\_test_env\lib\site-packages\omp\__init__.py", line 73, in init_not_msvc
    raise ImportError("I can't find a shared library for libgomp,"
ImportError: I can't find a shared library for libgomp, you may need to install it or adjust the LD_LIBRARY_PATH environment variable.
serge-sans-paille commented 5 years ago

@ocefpaf once rebased against master, this may be fixed, can you give it a try?

ocefpaf commented 5 years ago

@ocefpaf once rebased against master, this may be fixed, can you give it a try?

I'm not the maintainer here. Just trying to move the py38 migration forward with some pings and restarts. Please ask that to the @conda-forge/pythran team.

serge-sans-paille commented 5 years ago

@ocefpaf well I'm a maintainer, does this give me right to push -f to regro-cf-autotick-bot:rebuild-python3801 ?

ocefpaf commented 5 years ago

@ocefpaf well I'm a maintainer, does this give me right to push -f to regro-cf-autotick-bot:rebuild-python3801 ?

IT should. If not we can always try the bot-rerun label.

serge-sans-paille commented 5 years ago

It works, thanks :-)

serge-sans-paille commented 5 years ago

And it validates \o/