Skip to content

Commit 02afa53

Browse files
committed
fix: update Makefile
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent d9e3660 commit 02afa53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/node_modules/@stdlib/blas/base/zaxpy/benchmark/fortran/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif
7878
INCLUDE ?=
7979

8080
# List of Fortran source files:
81-
SOURCE_FILES ?= ../../src/zscal.f
81+
SOURCE_FILES ?= ../../src/zaxpy.f
8282

8383
# List of Fortran targets:
8484
f_targets := benchmark.length.out

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"@stdlib/blas/base/dcabs1",
7272
"@stdlib/complex/float64/base/mul-add",
7373
"@stdlib/complex/float64/ctor",
74-
"@stdlib/strided/base/stride2offset",
7574
"@stdlib/strided/base/stride2offset"
7675
]
7776
},

0 commit comments

Comments
 (0)