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 4376793 commit ccde3bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/recipes_emscripten/r-matrix/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,22 @@ requirements:
host:
- r-base == ${{ r_base_version }}
- r-lattice
- libblas>=3.12
- liblapack>=3.12
- libflang # for FortranRuntime
run:
- r-base == ${{ r_base_version }}
- r-lattice

tests:
- package_contents:
lib:
- R/library/${{ name[2:] }}/libs/${{ name[2:] }}.so
- R/library/Matrix/libs/Matrix.so

about:
homepage: http://Matrix.R-forge.R-project.org/
license: GPL-2.0-or-later
license_family: GPL3
license_file: LICENSE
summary: A rich hierarchy of sparse and dense matrix classes, including general, symmetric, triangular, and diagonal matrices with numeric, logical, or pattern entries. Efficient methods for operating on such matrices, often wrapping the 'BLAS', 'LAPACK', and 'SuiteSparse' libraries.

extra:
Expand Down

0 comments on commit ccde3bd

Please sign in to comment.