Skip to content

Commit

Permalink
Add patch to skip files with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed May 21, 2024
1 parent a1cbf74 commit 68618f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/SRC/CMakeLists.txt b/SRC/CMakeLists.txt
index 767165a..8442c83 100644
--- a/SRC/CMakeLists.txt
+++ b/SRC/CMakeLists.txt
@@ -87,7 +87,7 @@ set(SLASRC
sgebrd.f sgecon.f sgeequ.f sgees.f sgeesx.f sgeev.f sgeevx.f
sgehd2.f sgehrd.f sgelq2.f sgelqf.f
sgels.f sgelst.f sgelsd.f sgelss.f sgelsy.f sgeql2.f sgeqlf.f
- sgeqp3.f sgeqp3rk.f sgeqr2.f sgeqr2p.f sgeqrf.f sgeqrfp.f sgerfs.f sgerq2.f sgerqf.f
+ sgeqp3.f sgeqr2.f sgeqr2p.f sgeqrf.f sgeqrfp.f sgerfs.f sgerq2.f sgerqf.f
sgesc2.f sgesdd.f sgesv.f sgesvd.f sgesvdx.f sgesvx.f sgetc2.f sgetf2.f
sgetri.f
sggbak.f sggbal.f
1 change: 1 addition & 0 deletions recipes/recipes_emscripten/lapack/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ source:
- patches/00_disable_fortran_compiler_check.patch
- patches/01_disable_fortran_c_interface_check.patch
- patches/02_fix_unexpected_argument_pp.patch
- patches/03_skip_error_files.patch

build:
number: 0
Expand Down

0 comments on commit 68618f1

Please sign in to comment.