Skip to content

Commit

Permalink
update recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Oct 2, 2024
1 parent 414b5bd commit 4376793
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes/recipes_emscripten/r-matrix/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ package:

source:
url:
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cran.r-project.org/src/contrib/Matrix_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/Matrix_${{ version }}.tar.gz
sha256: fb97bba0df370222eb4f7e2da2e94dd01053b5e054b1c51829ff9a6efc08ad37

build:
Expand All @@ -30,8 +30,6 @@ requirements:
host:
- r-base == ${{ r_base_version }}
- r-lattice
- libblas
- liblapack
run:
- r-base == ${{ r_base_version }}
- r-lattice
Expand Down

0 comments on commit 4376793

Please sign in to comment.