Skip to content
Snippets Groups Projects

Add make to the list of dependencies

Merged Amir MOHAMMADI requested to merge make into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • Amir MOHAMMADI enabled an automatic merge when the pipeline for 17448402 succeeds

    enabled an automatic merge when the pipeline for 17448402 succeeds

  • Amir MOHAMMADI canceled the automatic merge

    canceled the automatic merge

  • Amir MOHAMMADI added 1 commit

    added 1 commit

    Compare with previous version

  • Amir MOHAMMADI enabled an automatic merge when the pipeline for 4e06548b succeeds

    enabled an automatic merge when the pipeline for 4e06548b succeeds

  • Amir MOHAMMADI mentioned in commit 438b1a13

    mentioned in commit 438b1a13

  • Please register or sign in to reply
    Loading