Skip to content

Commit

Permalink
Fix xerbla_ signature mismatch (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes authored Oct 11, 2024
1 parent 76f57ca commit 9cfab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-base/config.site
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ SHLIB_CXXLDFLAGS="-sSIDE_MODULE=1"
## where int is used).
## Allow user to override the configure checks if they know what they
## are doing (the value is unchecked). Empty values are ignored.
## FC_LEN_T=size_t
FC_LEN_T=size_t

## C Stack Direction
## In case optimization defeats the configure test: 'down' (the usual) or 'up'
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-base/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source:
- patches/0012-Build-with-atomics-and-bulkmemory.patch

build:
number: 2
number: 3

requirements:
build:
Expand Down

0 comments on commit 9cfab4c

Please sign in to comment.