Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipes/recipes_emscripten/xtensor-blas/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- patches/shared.patch

build:
number: 1
number: 2

requirements:
build:
Expand All @@ -37,7 +37,8 @@ about:
license: BSD-3-Clause
license_file: LICENSE
summary: BLAS extension to xtensor
description: xtensor-blas is an extension to the xtensor library, offering bindings to BLAS and LAPACK libraries through cxxblas and cxxlapack from the FLENS project.
description: xtensor-blas is an extension to the xtensor library, offering bindings to BLAS and LAPACK libraries
through cxxblas and cxxlapack from the FLENS project.
documentation: https://xtensor-blas.readthedocs.io
repository: https://github.com/xtensor-stack/xtensor-blas

Expand Down