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
2525# Packages in mir. Just mention the package name here. The contents of package
2626# xy/zz is in variable PACKAGE_xy_zz. This allows automation in iterating
2727# 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
2931
30- PACKAGE_mir = bitmanip conv functional primitives utility
3132PACKAGE_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
3335PACKAGE_mir_math = constant common sum
3436PACKAGE_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
3638
3739MOD_EXCLUDES =$(addprefix --ex=,)
3840
You can’t perform that action at this time.
0 commit comments