Skip to content

Commit 75d904c

Browse files
committed
Adapt fypp_deployment for new CPP files
1 parent 04c9acc commit 75d904c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

config/fypp_deployment.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44
from joblib import Parallel, delayed
55

66
C_PREPROCESSED = (
7+
"example_math_swap",
78
"stdlib_linalg_constants" ,
89
"stdlib_linalg_blas" ,
910
"stdlib_linalg_lapack",
10-
"test_blas_lapack"
11+
"stdlib_math",
12+
"stdlib_sorting",
13+
"stdlib_sorting_ord_sort",
14+
"stdlib_sorting_sort",
15+
"stdlib_sorting_sort_adjoint",
16+
"test_blas_lapack",
17+
"test_stdlib_math",
18+
"test_sorting"
1119
)
1220

1321
def pre_process_fypp(args):

0 commit comments

Comments
 (0)