Closed regro-cf-autotick-bot closed 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.
@conda-forge-admin, please restart ci
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.
@ocefpaf once rebased against master, this may be fixed, can you give it a try?
@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.
@ocefpaf well I'm a maintainer, does this give me right to push -f to regro-cf-autotick-bot:rebuild-python3801 ?
@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.
It works, thanks :-)
And it validates \o/
This PR has been triggered in an effort to update python38.
Notes and instructions for merging this PR:
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