Add make to the list of dependencies
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
changed milestone to %Bob 9.0.0
632 637 run: 633 638 - setuptools 634 - matplotlib 635 - boost 639 - {{ pin_compatible('matplotlib') }} 640 - {{ pin_compatible('boost') }} 636 641 - {{ pin_compatible('numpy') }} 637 - docopt 642 - {{ pin_compatible('docopt') }} 638 643 639 644 The ``pin_compatible`` jinja function is `explained in here 640 645 <https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html#pin-downstream>`_. 641 You need to use it on ``numpy`` if and only if you use ``numpy`` in C level. 642 Otherwise, just list numpy normally. We do not know of any other package 643 besides numpy used in C level that needs to use the ``pin_compatible`` jinja 644 function. enabled an automatic merge when the pipeline for 17448402 succeeds
enabled an automatic merge when the pipeline for 4e06548b succeeds
mentioned in commit 438b1a13
mentioned in merge request beat/beat.backend.python!79 (merged)
Please register or sign in to reply