Skip to content

Commit

Permalink
build: Try to use local files
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 18, 2024
1 parent d406ec8 commit 6f38945
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions conda.recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ context:
bioc: 3.18

package:
name: bioconductor-${{ name|lower }}
name: bioinfoorphanage-${{ name|lower }}
version: ${{ version }}

source:
url:
- https://bioconductor.org/packages/${{ bioc }}/bioc/src/contrib/${{ name }}_${{ version }}.tar.gz
- https://bioconductor.org/packages/${{ bioc }}/bioc/src/contrib/Archive/${{ name }}/${{ name }}_${{ version }}.tar.gz
- https://bioarchive.galaxyproject.org/${{ name }}_${{ version }}.tar.gz
- https://depot.galaxyproject.org/software/bioconductor-${{ name|lower }}/bioconductor-${{ name|lower }}_${{ version }}_src_all.tar.gz
md5: 0b1077948ddc9895c57188ca2560bc10
path: ..

build:
number: 1
Expand Down Expand Up @@ -50,7 +45,7 @@ requirements:
build:
- ${{ compiler('c') }}
- make
run_exports: ${{ pin_subpackage("bioconductor-grohmm", upper_bound="x.x") }}
run_exports: ${{ pin_subpackage("bioinfoorphanage-grohmm", upper_bound="x.x") }}

tests:
- script:
Expand All @@ -68,4 +63,3 @@ extra:
- linux-aarch64
identifiers:
- biotools:${{ name|lower }}

0 comments on commit 6f38945

Please sign in to comment.