From a6e6c8ac1bc2a2c44dfedec10c90c8464be538a5 Mon Sep 17 00:00:00 2001 From: DhruvArvindSingh Date: Wed, 8 Apr 2026 19:55:32 +0530 Subject: [PATCH] fix: fortran benchmark build --- .../@stdlib/blas/base/dger/benchmark/fortran/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/blas/base/dger/benchmark/fortran/Makefile b/lib/node_modules/@stdlib/blas/base/dger/benchmark/fortran/Makefile index 449d44a3f1c2..44dcf8704927 100644 --- a/lib/node_modules/@stdlib/blas/base/dger/benchmark/fortran/Makefile +++ b/lib/node_modules/@stdlib/blas/base/dger/benchmark/fortran/Makefile @@ -78,7 +78,7 @@ endif INCLUDE ?= # List of Fortran source files: -SOURCE_FILES ?= ../../src/dger.f +SOURCE_FILES ?= ../../src/dger.f ../../../xerbla/src/xerbla.f # List of Fortran targets: f_targets := benchmark.length.out