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