We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2055303 commit a16cf00Copy full SHA for a16cf00
.github/workflows/benchmarks.yml
@@ -76,4 +76,5 @@ jobs:
76
go-version: ${{ matrix.go-version }}
77
- name: "Run benchmark"
78
run: |
79
+ find ~/julia -name 'libopenblas*'
80
JULIAHOME=~/julia DSFMTDIR=~/dSFMT/ make gh_action_benchmarks.csv
Makefile
@@ -28,7 +28,7 @@ endif
28
#Which BLAS library am I using?
29
ifeq ($(USE_SYSTEM_BLAS), 0)
30
BLASDIR=$(JULIAHOME)/deps/srccache/
31
-LIBBLAS=$(BLASDIR)/lib/$(LIBBLASNAME).dylib
+LIBBLAS=$(BLASDIR)/lib/$(LIBBLASNAME).so
32
endif
33
34
FFLAGS=-fexternal-blas
0 commit comments