Skip to content

Commit 6879115

Browse files
committed
Fixing linking in Makefile
1 parent fd39200 commit 6879115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ifeq ($(SYSTEM),Darwin)
7171
FFLAGS += $(shell nf-config --fflags)
7272
LDFLAGS += $(shell nf-config --flibs) $(shell nc-config --libs) -lnetcdf -lnetcdff
7373
ifeq ($(strip $(compiler)),mpifort)
74-
LDFLAGS += -L/opt/homebrew/Cellar/openblas/0.3.30/lib
74+
LDFLAGS += -L/opt/homebrew/Cellar/openblas/0.3.31_1/lib
7575
endif
7676
else
7777
ifeq ($(strip $(compiler)),gfortran)

0 commit comments

Comments
 (0)