Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9b352f6

Browse files
committed
add another if-else pair
1 parent 7799b2a commit 9b352f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ ifeq (,$(wildcard /lib/liblapack.a))
223223
ifeq (,$(wildcard /lib/liblapack.so))
224224
ifeq (,$(wildcard /usr/lib/liblapack.a))
225225
ifeq (,$(wildcard /usr/lib/liblapack.so))
226+
ifeq (,$(wildcard /usr/lib/liblapack.dylib))
226227
ifeq (,$(wildcard /usr/lib64/liblapack.a))
227228
ifeq (,$(wildcard /usr/lib64/liblapack.so))
228229
USE_LAPACK = 0
@@ -238,6 +239,7 @@ endif
238239
endif
239240
endif
240241
endif
242+
endif
241243

242244
# lapack settings.
243245
ifeq ($(USE_LAPACK), 1)

0 commit comments

Comments
 (0)