Skip to content

Commit c61cc17

Browse files
committed
refactor: migrate to blas/base/layouts
1 parent 0c3213e commit c61cc17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/shared/include/stdlib/blas/base/shared/cblas.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extern "C" {
6565

6666
// Array storage layout:
6767
#ifndef CBLAS_LAYOUT
68-
typedef STDLIB_BLAS_ORDER CBLAS_LAYOUT;
68+
typedef STDLIB_BLAS_LAYOUT CBLAS_LAYOUT;
6969
#endif
7070

7171
// Transpose operation:

lib/node_modules/@stdlib/blas/base/shared/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"libraries": [],
3434
"libpath": [],
3535
"dependencies": [
36-
"@stdlib/blas/base/orders"
36+
"@stdlib/blas/base/layouts"
3737
]
3838
}
3939
]

0 commit comments

Comments
 (0)