File tree Expand file tree Collapse file tree 2 files changed +115
-115
lines changed
math/strided/special/dtrunc Expand file tree Collapse file tree 2 files changed +115
-115
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "options" : {
3
- "task" : " build"
4
- },
5
- "fields" : [
6
- {
7
- "field" : " src" ,
8
- "resolve" : true ,
9
- "relative" : true
10
- },
11
- {
12
- "field" : " include" ,
13
- "resolve" : true ,
14
- "relative" : true
15
- },
16
- {
17
- "field" : " libraries" ,
18
- "resolve" : false ,
19
- "relative" : false
20
- },
21
- {
22
- "field" : " libpath" ,
23
- "resolve" : true ,
24
- "relative" : false
25
- }
26
- ],
27
- "confs" : [
28
- {
29
- "task" : " build" ,
30
- "src" : [
31
- " ./src/dtrunc.c"
32
- ],
33
- "include" : [
34
- " ./include"
35
- ],
36
- "libraries" : [],
37
- "libpath" : [],
38
- "dependencies" : [
39
- " @stdlib/math/base/special/trunc" ,
40
- " @stdlib/strided/base/dmap" ,
41
- " @stdlib/strided/napi/dmap"
42
- ]
43
- },
44
- {
45
- "task" : " examples" ,
46
- "src" : [
47
- " ./src/dtrunc.c"
48
- ],
49
- "include" : [
50
- " ./include"
51
- ],
52
- "libraries" : [],
53
- "libpath" : [],
54
- "dependencies" : [
55
- " @stdlib/math/base/special/trunc" ,
56
- " @stdlib/strided/base/dmap"
57
- ]
58
- },
59
- {
60
- "task" : " benchmark" ,
61
- "src" : [
62
- " ./src/dtrunc.c"
63
- ],
64
- "include" : [
65
- " ./include"
66
- ],
67
- "libraries" : [],
68
- "libpath" : [],
69
- "dependencies" : [
70
- " @stdlib/math/base/special/trunc" ,
71
- " @stdlib/strided/base/dmap"
72
- ]
73
- }
74
- ]
2
+ "options" : {
3
+ "task" : " build"
4
+ },
5
+ "fields" : [
6
+ {
7
+ "field" : " src" ,
8
+ "resolve" : true ,
9
+ "relative" : true
10
+ },
11
+ {
12
+ "field" : " include" ,
13
+ "resolve" : true ,
14
+ "relative" : true
15
+ },
16
+ {
17
+ "field" : " libraries" ,
18
+ "resolve" : false ,
19
+ "relative" : false
20
+ },
21
+ {
22
+ "field" : " libpath" ,
23
+ "resolve" : true ,
24
+ "relative" : false
25
+ }
26
+ ],
27
+ "confs" : [
28
+ {
29
+ "task" : " build" ,
30
+ "src" : [
31
+ " ./src/dtrunc.c"
32
+ ],
33
+ "include" : [
34
+ " ./include"
35
+ ],
36
+ "libraries" : [],
37
+ "libpath" : [],
38
+ "dependencies" : [
39
+ " @stdlib/math/base/special/trunc" ,
40
+ " @stdlib/strided/base/dmap" ,
41
+ " @stdlib/strided/napi/dmap"
42
+ ]
43
+ },
44
+ {
45
+ "task" : " examples" ,
46
+ "src" : [
47
+ " ./src/dtrunc.c"
48
+ ],
49
+ "include" : [
50
+ " ./include"
51
+ ],
52
+ "libraries" : [],
53
+ "libpath" : [],
54
+ "dependencies" : [
55
+ " @stdlib/math/base/special/trunc" ,
56
+ " @stdlib/strided/base/dmap"
57
+ ]
58
+ },
59
+ {
60
+ "task" : " benchmark" ,
61
+ "src" : [
62
+ " ./src/dtrunc.c"
63
+ ],
64
+ "include" : [
65
+ " ./include"
66
+ ],
67
+ "libraries" : [],
68
+ "libpath" : [],
69
+ "dependencies" : [
70
+ " @stdlib/math/base/special/trunc" ,
71
+ " @stdlib/strided/base/dmap"
72
+ ]
73
+ }
74
+ ]
75
75
}
Original file line number Diff line number Diff line change 1
1
{
2
- "options" : {},
3
- "fields" : [
4
- {
5
- "field" : " src" ,
6
- "resolve" : true ,
7
- "relative" : true
8
- },
9
- {
10
- "field" : " include" ,
11
- "resolve" : true ,
12
- "relative" : true
13
- },
14
- {
15
- "field" : " libraries" ,
16
- "resolve" : false ,
17
- "relative" : false
18
- },
19
- {
20
- "field" : " libpath" ,
21
- "resolve" : true ,
22
- "relative" : false
23
- }
24
- ],
25
- "confs" : [
26
- {
27
- "src" : [
28
- " ./src/main.c"
29
- ],
30
- "include" : [
31
- " ./include"
32
- ],
33
- "libraries" : [],
34
- "libpath" : [],
35
- "dependencies" : [
36
- " @stdlib/ndarray/base/napi/addon-arguments" ,
37
- " @stdlib/ndarray/base/function-object" ,
38
- " @stdlib/ndarray/base/unary" ,
39
- " @stdlib/ndarray/ctor" ,
40
- " @stdlib/ndarray/dtypes"
41
- ]
42
- }
43
- ]
2
+ "options" : {},
3
+ "fields" : [
4
+ {
5
+ "field" : " src" ,
6
+ "resolve" : true ,
7
+ "relative" : true
8
+ },
9
+ {
10
+ "field" : " include" ,
11
+ "resolve" : true ,
12
+ "relative" : true
13
+ },
14
+ {
15
+ "field" : " libraries" ,
16
+ "resolve" : false ,
17
+ "relative" : false
18
+ },
19
+ {
20
+ "field" : " libpath" ,
21
+ "resolve" : true ,
22
+ "relative" : false
23
+ }
24
+ ],
25
+ "confs" : [
26
+ {
27
+ "src" : [
28
+ " ./src/main.c"
29
+ ],
30
+ "include" : [
31
+ " ./include"
32
+ ],
33
+ "libraries" : [],
34
+ "libpath" : [],
35
+ "dependencies" : [
36
+ " @stdlib/ndarray/base/napi/addon-arguments" ,
37
+ " @stdlib/ndarray/base/function-object" ,
38
+ " @stdlib/ndarray/base/unary" ,
39
+ " @stdlib/ndarray/ctor" ,
40
+ " @stdlib/ndarray/dtypes"
41
+ ]
42
+ }
43
+ ]
44
44
}
You can’t perform that action at this time.
0 commit comments