Skip to content

Commit

Permalink
fix: update build configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Mar 13, 2024
1 parent 8ddba35 commit 9d920cd
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion lib/node_modules/@stdlib/blas/ext/base/drev/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"options": {},
"options": {
"task": "build"
},
"fields": [
{
"field": "src",
Expand All @@ -24,6 +26,7 @@
],
"confs": [
{
"task": "build",
"src": [
"./src/drev.c"
],
Expand All @@ -40,6 +43,34 @@
"@stdlib/napi/argv-int64",
"@stdlib/napi/argv-strided-float64array"
]
},
{
"task": "benchmark",
"src": [
"./src/drev.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": []
},
{
"task": "examples",
"src": [
"./src/drev.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": []
}
]
}

0 comments on commit 9d920cd

Please sign in to comment.