conda-forge / staged-recipes

A place to submit conda recipes before they become fully fledged conda-forge feedstocks
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
701 stars 4.87k forks source link

packages targeting old perl versions #26091

Open pbordron opened 5 months ago

pbordron commented 5 months ago

General comment:

We want to put biogrinder on bioconda channel. However biogrinder needs some (direct and indirect) perl dependencies that are not in conda-forge:

By default, from what I observe from build-locally.py script, conda-forge only targets perl 5.32. As those are quite old packages, I only succeed to build all those dependencies by targeting perl 5.26. I want to provide a version of those package targeting perl 5.26 and up when possible.

I have build the recipes. I can alter the perl version by setting it in conda_build_config.yaml file, but build scripts must be sometime modified in order to succeed.

pbordron commented 2 months ago

@conda-forge-admin, please ping conda-forge/staged-recipes