Skip to content

Commit

Permalink
fix: update build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Mar 13, 2024
1 parent c7b143b commit 2d5c522
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion lib/node_modules/@stdlib/blas/ext/base/ssumkbn/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/ssumkbn.c"
],
Expand All @@ -40,6 +43,34 @@
"@stdlib/napi/argv-int64",
"@stdlib/napi/argv-strided-float32array"
]
},
{
"task": "benchmark",
"src": [
"./src/ssumkbn.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": []
},
{
"task": "examples",
"src": [
"./src/ssumkbn.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": []
}
]
}

1 comment on commit 2d5c522

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
blas/ext/base/ssumkbn $\color{green}435/435$
$\color{green}+100.00\%$
$\color{green}34/34$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}435/435$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.