Skip to content

Instantly share code, notes, and snippets.

@phaustin
Created March 27, 2019 15:23
Show Gist options
  • Select an option

  • Save phaustin/f4353704079f4899fbcacddf60798cb5 to your computer and use it in GitHub Desktop.

Select an option

Save phaustin/f4353704079f4899fbcacddf60798cb5 to your computer and use it in GitHub Desktop.
conda recipie to output binaries

zeromq has some performance measurement tools that it builds (also in the current conda-forge recipe) but does not install (it's not an install target in the zmq configuration) but i'd like to somehow install them what would be the best way to do this? manually install them via the zeromq feedstock recipe? make a different feedstock especially for these tools (which would duplicate building efforts)? if via the zeromq feedstock recipe: is it possible to build two packages from one recipe? e.g. an additional zeromq-perf package the perf tools are just 8 binaries in the perf directory

Christian Roth @croth1 05:02 if via the zeromq feedstock recipe: is it possible to build two packages from one recipe? e.g. an additional zeromq-perf package @egpbos this is possible, see: https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#outputs-section You can find an example here: https://github.com/conda-forge/gstreamer-feedstock/blob/master/recipe/meta.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment