Skip to content

Commit 86c7571

Browse files
make : update for latest Arch (#1701)
With the upcoming change to the openblas package in arch the Makefile workaround is no longer needed.
1 parent 3d59ec5 commit 86c7571

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ endif # LLAMA_NO_ACCELERATE
144144

145145
ifdef LLAMA_OPENBLAS
146146
CFLAGS += -DGGML_USE_OPENBLAS -I/usr/local/include/openblas -I/usr/include/openblas
147-
ifneq ($(shell grep -e "Arch Linux" -e "ID_LIKE=arch" /etc/os-release 2>/dev/null),)
148-
LDFLAGS += -lopenblas -lcblas
149-
else
150-
LDFLAGS += -lopenblas
151-
endif
147+
LDFLAGS += -lopenblas
152148
endif # LLAMA_OPENBLAS
153149

154150
ifdef LLAMA_BLIS

0 commit comments

Comments
 (0)