Skip to content

Commit 4b27189

Browse files
committed
fix: update build configurations
1 parent 61bba7a commit 4b27189

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ssumors/manifest.json

+32-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"options": {},
2+
"options": {
3+
"task": "build"
4+
},
35
"fields": [
46
{
57
"field": "src",
@@ -24,6 +26,7 @@
2426
],
2527
"confs": [
2628
{
29+
"task": "build",
2730
"src": [
2831
"./src/ssumors.c"
2932
],
@@ -40,6 +43,34 @@
4043
"@stdlib/napi/argv-int64",
4144
"@stdlib/napi/argv-strided-float32array"
4245
]
46+
},
47+
{
48+
"task": "benchmark",
49+
"src": [
50+
"./src/ssumors.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/ssumors.c"
65+
],
66+
"include": [
67+
"./include"
68+
],
69+
"libraries": [
70+
"-lm"
71+
],
72+
"libpath": [],
73+
"dependencies": []
4374
}
4475
]
4576
}

0 commit comments

Comments
 (0)