You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building t-mae bioconda/bioconda-recipes#31069 I had an issue with bioconductor-rhdf5. Fixing the recipe in the same PR (3 recipes got changed) still ended up with a failed build since t-mae was built first as you can see here.
I guess the problem is that bioconductor-rhdf5 is an indirect dependency of t-mae and adding bioconductor-hdf5array as direct dependency created the correct building DAG as you can see here.
Not sure where to fix this, but in my point of view, the dependency within the building DAG is not complete.
The text was updated successfully, but these errors were encountered:
When building t-mae bioconda/bioconda-recipes#31069 I had an issue with
bioconductor-rhdf5
. Fixing the recipe in the same PR (3 recipes got changed) still ended up with a failed build since t-mae was built first as you can see here.I guess the problem is that
bioconductor-rhdf5
is an indirect dependency oft-mae
and addingbioconductor-hdf5array
as direct dependency created the correct building DAG as you can see here.Not sure where to fix this, but in my point of view, the dependency within the building DAG is not complete.
The text was updated successfully, but these errors were encountered: