File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,16 @@ ARTWORK_DIR=$(DOC_SOURCE_DIR)/artwork
25
25
# Packages in mir. Just mention the package name here. The contents of package
26
26
# xy/zz is in variable PACKAGE_xy_zz. This allows automation in iterating
27
27
# packages and their modules.
28
- MIR_PACKAGES = mir mir/ndslice mir/internal mir/math mir/math/func mir/array
28
+ MIR_PACKAGES = mir mir/ndslice mir/internal mir/math mir/math/func mir/array mir/interpolation
29
+
30
+ PACKAGE_mir = bitmanip conv functional primitives timeseries utility
29
31
30
- PACKAGE_mir = bitmanip conv functional primitives utility
31
32
PACKAGE_mir_array = primitives
32
- PACKAGE_mir_ndslice = package algorithm allocation dynamic field ndfield mutation iterator package slice sorting concatenation topology
33
+ PACKAGE_mir_internal = utility
34
+ PACKAGE_mir_interpolation = package linear pchip
33
35
PACKAGE_mir_math = constant common sum
34
36
PACKAGE_mir_math_func = expdigamma
35
- PACKAGE_mir_internal = utility
37
+ PACKAGE_mir_ndslice = package algorithm allocation dynamic field ndfield mutation iterator package slice sorting concatenation topology
36
38
37
39
MOD_EXCLUDES =$(addprefix --ex=,)
38
40
You can’t perform that action at this time.
0 commit comments