File tree Expand file tree Collapse file tree 1 file changed +74
-38
lines changed
lib/node_modules/@stdlib/blas/ext/base/drev Expand file tree Collapse file tree 1 file changed +74
-38
lines changed 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/drev.c"
29
- ],
30
- "include" : [
31
- " ./include"
32
- ],
33
- "libraries" : [
34
- " -lm"
35
- ],
36
- "libpath" : [],
37
- "dependencies" : []
38
- }
39
- ]
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/drev.c"
32
+ ],
33
+ "include" : [
34
+ " ./include"
35
+ ],
36
+ "libraries" : [
37
+ " -lm"
38
+ ],
39
+ "libpath" : [],
40
+ "dependencies" : [
41
+ " @stdlib/napi/export" ,
42
+ " @stdlib/napi/argv" ,
43
+ " @stdlib/napi/argv-int64" ,
44
+ " @stdlib/napi/argv-strided-float64array"
45
+ ]
46
+ },
47
+ {
48
+ "task" : " benchmark" ,
49
+ "src" : [
50
+ " ./src/drev.c"
51
+ ],
52
+ "include" : [
53
+ " ./include"
54
+ ],
55
+ "libraries" : [
56
+ " -lm"
57
+ ],
58
+ "libpath" : [],
59
+ "dependencies" : []
60
+ },
61
+ {
62
+ "task" : " examples" ,
63
+ "src" : [
64
+ " ./src/drev.c"
65
+ ],
66
+ "include" : [
67
+ " ./include"
68
+ ],
69
+ "libraries" : [
70
+ " -lm"
71
+ ],
72
+ "libpath" : [],
73
+ "dependencies" : []
74
+ }
75
+ ]
40
76
}
You can’t perform that action at this time.
0 commit comments