Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 2, 2023
1 parent c8c8d16 commit eebca18
Show file tree
Hide file tree
Showing 34 changed files with 414 additions and 419 deletions.
23 changes: 22 additions & 1 deletion base/ccopy/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"options": {
"os": "linux",
"blas": ""
"blas": "",
"wasm": false
},
"fields": [
{
Expand Down Expand Up @@ -29,6 +30,7 @@
{
"os": "linux",
"blas": "",
"wasm": false,
"src": [
"./src/ccopy.f",
"./src/ccopy_f.c"
Expand All @@ -48,6 +50,7 @@
{
"os": "linux",
"blas": "openblas",
"wasm": false,
"src": [
"./src/ccopy_cblas.c"
],
Expand All @@ -69,6 +72,7 @@
{
"os": "mac",
"blas": "",
"wasm": false,
"src": [
"./src/ccopy.f",
"./src/ccopy_f.c"
Expand All @@ -88,6 +92,7 @@
{
"os": "mac",
"blas": "apple_accelerate_framework",
"wasm": false,
"src": [
"./src/ccopy_cblas.c"
],
Expand All @@ -108,6 +113,7 @@
{
"os": "mac",
"blas": "openblas",
"wasm": false,
"src": [
"./src/ccopy_cblas.c"
],
Expand All @@ -129,6 +135,7 @@
{
"os": "win",
"blas": "",
"wasm": false,
"src": [
"./src/ccopy.c"
],
Expand All @@ -143,6 +150,20 @@
"@stdlib/napi/argv-int64",
"@stdlib/napi/argv-strided-complex64array"
]
},
{
"os": "",
"blas": "",
"wasm": true,
"src": [
"./src/ccopy.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": []
}
]
}
23 changes: 22 additions & 1 deletion base/cswap/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"options": {
"os": "linux",
"blas": ""
"blas": "",
"wasm": false
},
"fields": [
{
Expand Down Expand Up @@ -29,6 +30,7 @@
{
"os": "linux",
"blas": "",
"wasm": false,
"src": [
"./src/cswap.f",
"./src/cswap_f.c"
Expand All @@ -48,6 +50,7 @@
{
"os": "linux",
"blas": "openblas",
"wasm": false,
"src": [
"./src/cswap_cblas.c"
],
Expand All @@ -69,6 +72,7 @@
{
"os": "mac",
"blas": "",
"wasm": false,
"src": [
"./src/cswap.f",
"./src/cswap_f.c"
Expand All @@ -88,6 +92,7 @@
{
"os": "mac",
"blas": "apple_accelerate_framework",
"wasm": false,
"src": [
"./src/cswap_cblas.c"
],
Expand All @@ -108,6 +113,7 @@
{
"os": "mac",
"blas": "openblas",
"wasm": false,
"src": [
"./src/cswap_cblas.c"
],
Expand All @@ -129,6 +135,7 @@
{
"os": "win",
"blas": "",
"wasm": false,
"src": [
"./src/cswap.c"
],
Expand All @@ -143,6 +150,20 @@
"@stdlib/napi/argv-int64",
"@stdlib/napi/argv-strided-complex64array"
]
},
{
"os": "",
"blas": "",
"wasm": true,
"src": [
"./src/cswap.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": []
}
]
}
7 changes: 1 addition & 6 deletions base/dasum/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,7 @@
"-m"
],
"libpath": [],
"dependencies": [
"@stdlib/napi/export",
"@stdlib/napi/argv",
"@stdlib/napi/argv-int64",
"@stdlib/napi/argv-strided-float64array"
]
"dependencies": []
}
]
}
23 changes: 22 additions & 1 deletion base/dcopy/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"options": {
"os": "linux",
"blas": ""
"blas": "",
"wasm": false
},
"fields": [
{
Expand Down Expand Up @@ -29,6 +30,7 @@
{
"os": "linux",
"blas": "",
"wasm": false,
"src": [
"./src/dcopy.f",
"./src/dcopy_f.c"
Expand All @@ -48,6 +50,7 @@
{
"os": "linux",
"blas": "openblas",
"wasm": false,
"src": [
"./src/dcopy_cblas.c"
],
Expand All @@ -69,6 +72,7 @@
{
"os": "mac",
"blas": "",
"wasm": false,
"src": [
"./src/dcopy.f",
"./src/dcopy_f.c"
Expand All @@ -88,6 +92,7 @@
{
"os": "mac",
"blas": "apple_accelerate_framework",
"wasm": false,
"src": [
"./src/dcopy_cblas.c"
],
Expand All @@ -108,6 +113,7 @@
{
"os": "mac",
"blas": "openblas",
"wasm": false,
"src": [
"./src/dcopy_cblas.c"
],
Expand All @@ -129,6 +135,7 @@
{
"os": "win",
"blas": "",
"wasm": false,
"src": [
"./src/dcopy.c"
],
Expand All @@ -143,6 +150,20 @@
"@stdlib/napi/argv-int64",
"@stdlib/napi/argv-strided-float64array"
]
},
{
"os": "",
"blas": "",
"wasm": true,
"src": [
"./src/dcopy.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": []
}
]
}
23 changes: 22 additions & 1 deletion base/ddot/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"options": {
"os": "linux",
"blas": ""
"blas": "",
"wasm": false
},
"fields": [
{
Expand Down Expand Up @@ -29,6 +30,7 @@
{
"os": "linux",
"blas": "",
"wasm": false,
"src": [
"./src/ddot.f",
"./src/ddotsub.f",
Expand All @@ -49,6 +51,7 @@
{
"os": "linux",
"blas": "openblas",
"wasm": false,
"src": [
"./src/ddot_cblas.c"
],
Expand All @@ -70,6 +73,7 @@
{
"os": "mac",
"blas": "",
"wasm": false,
"src": [
"./src/ddot.f",
"./src/ddotsub.f",
Expand All @@ -90,6 +94,7 @@
{
"os": "mac",
"blas": "apple_accelerate_framework",
"wasm": false,
"src": [
"./src/ddot_cblas.c"
],
Expand All @@ -110,6 +115,7 @@
{
"os": "mac",
"blas": "openblas",
"wasm": false,
"src": [
"./src/ddot_cblas.c"
],
Expand All @@ -131,6 +137,7 @@
{
"os": "win",
"blas": "",
"wasm": false,
"src": [
"./src/ddot.c"
],
Expand All @@ -145,6 +152,20 @@
"@stdlib/napi/argv-int64",
"@stdlib/napi/argv-strided-float64array"
]
},
{
"os": "",
"blas": "",
"wasm": true,
"src": [
"./src/ddot.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": []
}
]
}
9 changes: 8 additions & 1 deletion base/dnrm2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"options": {
"os": "linux",
"blas": ""
"blas": "",
"wasm": false
},
"fields": [
{
Expand Down Expand Up @@ -29,6 +30,7 @@
{
"os": "linux",
"blas": "",
"wasm": false,
"src": [
"./src/dnrm2.f",
"./src/dnrm2sub.f",
Expand All @@ -49,6 +51,7 @@
{
"os": "linux",
"blas": "openblas",
"wasm": false,
"src": [
"./src/dnrm2_cblas.c"
],
Expand All @@ -70,6 +73,7 @@
{
"os": "mac",
"blas": "",
"wasm": false,
"src": [
"./src/dnrm2.f",
"./src/dnrm2sub.f",
Expand All @@ -90,6 +94,7 @@
{
"os": "mac",
"blas": "apple_accelerate_framework",
"wasm": false,
"src": [
"./src/dnrm2_cblas.c"
],
Expand All @@ -110,6 +115,7 @@
{
"os": "mac",
"blas": "openblas",
"wasm": false,
"src": [
"./src/dnrm2_cblas.c"
],
Expand All @@ -131,6 +137,7 @@
{
"os": "win",
"blas": "",
"wasm": false,
"src": [
"./src/dnrm2.c"
],
Expand Down
Loading

0 comments on commit eebca18

Please sign in to comment.