Skip to content

Commit 3601479

Browse files
authored
Update manifest.json
Signed-off-by: GUNJ JOSHI <[email protected]>
1 parent 67fe957 commit 3601479

File tree

1 file changed

+79
-79
lines changed
  • lib/node_modules/@stdlib/math/base/special/fast/pow-int

1 file changed

+79
-79
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
11
{
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/main.c"
32-
],
33-
"include": [
34-
"./include"
35-
],
36-
"libraries": [
37-
"-lm"
38-
],
39-
"libpath": [],
40-
"dependencies": [
41-
"@stdlib/math/base/napi/binary",
42-
"@stdlib/math/base/assert/is-nan",
43-
"@stdlib/constants/float64/pinf"
44-
]
45-
},
46-
{
47-
"task": "benchmark",
48-
"src": [
49-
"./src/main.c"
50-
],
51-
"include": [
52-
"./include"
53-
],
54-
"libraries": [
55-
"-lm"
56-
],
57-
"libpath": [],
58-
"dependencies": [
59-
"@stdlib/math/base/assert/is-nan",
60-
"@stdlib/constants/float64/pinf"
61-
]
62-
},
63-
{
64-
"task": "examples",
65-
"src": [
66-
"./src/main.c"
67-
],
68-
"include": [
69-
"./include"
70-
],
71-
"libraries": [
72-
"-lm"
73-
],
74-
"libpath": [],
75-
"dependencies": [
76-
"@stdlib/math/base/assert/is-nan",
77-
"@stdlib/constants/float64/pinf"
78-
]
79-
}
80-
]
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/main.c"
32+
],
33+
"include": [
34+
"./include"
35+
],
36+
"libraries": [
37+
"-lm"
38+
],
39+
"libpath": [],
40+
"dependencies": [
41+
"@stdlib/math/base/napi/binary",
42+
"@stdlib/math/base/assert/is-nan",
43+
"@stdlib/constants/float64/pinf"
44+
]
45+
},
46+
{
47+
"task": "benchmark",
48+
"src": [
49+
"./src/main.c"
50+
],
51+
"include": [
52+
"./include"
53+
],
54+
"libraries": [
55+
"-lm"
56+
],
57+
"libpath": [],
58+
"dependencies": [
59+
"@stdlib/math/base/assert/is-nan",
60+
"@stdlib/constants/float64/pinf"
61+
]
62+
},
63+
{
64+
"task": "examples",
65+
"src": [
66+
"./src/main.c"
67+
],
68+
"include": [
69+
"./include"
70+
],
71+
"libraries": [
72+
"-lm"
73+
],
74+
"libpath": [],
75+
"dependencies": [
76+
"@stdlib/math/base/assert/is-nan",
77+
"@stdlib/constants/float64/pinf"
78+
]
79+
}
80+
]
8181
}

0 commit comments

Comments
 (0)