Skip to content

Commit a6e6c8a

Browse files
fix: fortran benchmark build
1 parent 80a1fc1 commit a6e6c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/dger/benchmark/fortran

lib/node_modules/@stdlib/blas/base/dger/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/dger.f
81+
SOURCE_FILES ?= ../../src/dger.f ../../../xerbla/src/xerbla.f
8282

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

0 commit comments

Comments
 (0)