conda-forge / numba-feedstock

A conda-smithy repository for numba.
BSD 3-Clause "New" or "Revised" License
0 stars 27 forks source link

numba v0.37.0 #6

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

regro-cf-autotick-bot commented 6 years ago

This PR was created by the cf-regro-autotick-bot.

The cf-regro-autotick-bot is a service to automatically track the dependency graph and propose package version updates for conda-forge. It is very likely that the current package version for this feedstock is out of date.

Notes and instructions for merging this PR:

  1. Please check that the dependencies have not changed.
  2. Please merge the PR only after the tests have passed.
  3. Feel free to push to the bot's branch to update this PR if needed.
  4. The bot will almost always only open one PR per version.

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!

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

jakirkham commented 6 years ago

Seeing the following failure on Linux. May crop up elsewhere as well.

FAIL: test_array_debug_opt_stats (numba.tests.test_debug.TestParforsDebug)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/numba_1525047993730/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.5/site-packages/numba/tests/test_debug.py", line 280, in test_array_debug_opt_stats
    self.assertIn(to_match, trials)
AssertionError: "Parallel for-loop #0 is produced from pattern 'ones function' at" not found in "Parallel for-loop #119 is produced from pattern 'ones function' at /home/conda/feedstock_root/build_artifacts/numba_1525047993730/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.5/site-packages/numba/tests/test_debug.py (43)"

Based on this comment, it sounds like the patch in this PR ( https://github.com/IntelLabs/numba/pull/57 ) fixed this test failure. That was included in commit ( https://github.com/numba/numba/commit/41613d71b50b927c6b547d49eb95214b11ff35cb ), which is part of 0.38.0. Given this, instead of trying to patch away at 0.37.0 to fix this issue. Will close this PR and proceed to 0.38.0 in PR ( https://github.com/conda-forge/numba-feedstock/pull/7 ) instead.