|
1 | 1 | {
|
2 |
| - "options": { |
| 2 | + "options": { |
| 3 | + "task": "build", |
| 4 | + "wasm": false |
| 5 | + }, |
| 6 | + "fields": [ |
| 7 | + { |
| 8 | + "field": "src", |
| 9 | + "resolve": true, |
| 10 | + "relative": true |
| 11 | + }, |
| 12 | + { |
| 13 | + "field": "include", |
| 14 | + "resolve": true, |
| 15 | + "relative": true |
| 16 | + }, |
| 17 | + { |
| 18 | + "field": "libraries", |
| 19 | + "resolve": false, |
| 20 | + "relative": false |
| 21 | + }, |
| 22 | + { |
| 23 | + "field": "libpath", |
| 24 | + "resolve": true, |
| 25 | + "relative": false |
| 26 | + } |
| 27 | + ], |
| 28 | + "confs": [ |
| 29 | + { |
3 | 30 | "task": "build",
|
4 |
| - "wasm": false |
| 31 | + "wasm": false, |
| 32 | + "src": [ |
| 33 | + "./src/main.c" |
| 34 | + ], |
| 35 | + "include": [ |
| 36 | + "./include" |
| 37 | + ], |
| 38 | + "libraries": [], |
| 39 | + "libpath": [], |
| 40 | + "dependencies": [ |
| 41 | + "@stdlib/math/base/assert/is-nan", |
| 42 | + "@stdlib/math/base/special/sin", |
| 43 | + "@stdlib/math/base/special/pow", |
| 44 | + "@stdlib/constants/float64/half-pi", |
| 45 | + "@stdlib/math/base/napi/ternary" |
| 46 | + ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "task": "benchmark", |
| 50 | + "wasm": false, |
| 51 | + "src": [ |
| 52 | + "./src/main.c" |
| 53 | + ], |
| 54 | + "include": [ |
| 55 | + "./include" |
| 56 | + ], |
| 57 | + "libraries": [], |
| 58 | + "libpath": [], |
| 59 | + "dependencies": [ |
| 60 | + "@stdlib/math/base/assert/is-nan", |
| 61 | + "@stdlib/math/base/special/sin", |
| 62 | + "@stdlib/math/base/special/pow", |
| 63 | + "@stdlib/constants/float64/half-pi" |
| 64 | + ] |
5 | 65 | },
|
6 |
| - "fields": [ |
7 |
| - { |
8 |
| - "field": "src", |
9 |
| - "resolve": true, |
10 |
| - "relative": true |
11 |
| - }, |
12 |
| - { |
13 |
| - "field": "include", |
14 |
| - "resolve": true, |
15 |
| - "relative": true |
16 |
| - }, |
17 |
| - { |
18 |
| - "field": "libraries", |
19 |
| - "resolve": false, |
20 |
| - "relative": false |
21 |
| - }, |
22 |
| - { |
23 |
| - "field": "libpath", |
24 |
| - "resolve": true, |
25 |
| - "relative": false |
26 |
| - } |
27 |
| - ], |
28 |
| - "confs": [ |
29 |
| - { |
30 |
| - "task": "build", |
31 |
| - "wasm": false, |
32 |
| - "src": [ |
33 |
| - "./src/main.c" |
34 |
| - ], |
35 |
| - "include": [ |
36 |
| - "./include" |
37 |
| - ], |
38 |
| - "libraries": [], |
39 |
| - "libpath": [], |
40 |
| - "dependencies": [ |
41 |
| - "@stdlib/math/base/assert/is-nan", |
42 |
| - "@stdlib/math/base/special/sin", |
43 |
| - "@stdlib/math/base/special/pow", |
44 |
| - "@stdlib/constants/float64/half-pi", |
45 |
| - "@stdlib/math/base/napi/ternary" |
46 |
| - ] |
47 |
| - }, |
48 |
| - { |
49 |
| - "task": "benchmark", |
50 |
| - "wasm": false, |
51 |
| - "src": [ |
52 |
| - "./src/main.c" |
53 |
| - ], |
54 |
| - "include": [ |
55 |
| - "./include" |
56 |
| - ], |
57 |
| - "libraries": [], |
58 |
| - "libpath": [], |
59 |
| - "dependencies": [ |
60 |
| - "@stdlib/math/base/assert/is-nan", |
61 |
| - "@stdlib/math/base/special/sin", |
62 |
| - "@stdlib/math/base/special/pow", |
63 |
| - "@stdlib/constants/float64/half-pi" |
64 |
| - ] |
65 |
| - }, |
66 |
| - { |
67 |
| - "task": "examples", |
68 |
| - "wasm": false, |
69 |
| - "src": [ |
70 |
| - "./src/main.c" |
71 |
| - ], |
72 |
| - "include": [ |
73 |
| - "./include" |
74 |
| - ], |
75 |
| - "libraries": [], |
76 |
| - "libpath": [], |
77 |
| - "dependencies": [ |
78 |
| - "@stdlib/math/base/assert/is-nan", |
79 |
| - "@stdlib/math/base/special/sin", |
80 |
| - "@stdlib/math/base/special/pow", |
81 |
| - "@stdlib/constants/float64/half-pi" |
82 |
| - ] |
83 |
| - } |
84 |
| - ] |
| 66 | + { |
| 67 | + "task": "examples", |
| 68 | + "wasm": false, |
| 69 | + "src": [ |
| 70 | + "./src/main.c" |
| 71 | + ], |
| 72 | + "include": [ |
| 73 | + "./include" |
| 74 | + ], |
| 75 | + "libraries": [], |
| 76 | + "libpath": [], |
| 77 | + "dependencies": [ |
| 78 | + "@stdlib/math/base/assert/is-nan", |
| 79 | + "@stdlib/math/base/special/sin", |
| 80 | + "@stdlib/math/base/special/pow", |
| 81 | + "@stdlib/constants/float64/half-pi" |
| 82 | + ] |
| 83 | + } |
| 84 | + ] |
85 | 85 | }
|
0 commit comments