Skip to content

Commit a16cf00

Browse files
committed
Fix openblas import
1 parent 2055303 commit a16cf00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/benchmarks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ jobs:
7676
go-version: ${{ matrix.go-version }}
7777
- name: "Run benchmark"
7878
run: |
79+
find ~/julia -name 'libopenblas*'
7980
JULIAHOME=~/julia DSFMTDIR=~/dSFMT/ make gh_action_benchmarks.csv

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif
2828
#Which BLAS library am I using?
2929
ifeq ($(USE_SYSTEM_BLAS), 0)
3030
BLASDIR=$(JULIAHOME)/deps/srccache/
31-
LIBBLAS=$(BLASDIR)/lib/$(LIBBLASNAME).dylib
31+
LIBBLAS=$(BLASDIR)/lib/$(LIBBLASNAME).so
3232
endif
3333

3434
FFLAGS=-fexternal-blas

0 commit comments

Comments
 (0)