Skip to content

Commit 7d431f3

Browse files
authored
fix conditional build for double and complex too
1 parent 0e28b42 commit 7d431f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lapack/laed3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif
1212
ifeq "$(or $(BUILD_SINGLE),$(BUILD_COMPLEX))" ""
1313
SBLASOBJS=
1414
endif
15-
ifneq ($(BUILD_DOUBLE),1)
15+
ifeq "$(or $(BUILD_DOUBLE),$(BUILD_COMPLEX16))" ""
1616
DBLASOBJS=
1717
endif
1818

0 commit comments

Comments
 (0)