We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b19d1 + 3f5d145 commit ee42445Copy full SHA for ee42445
Makefile.system
@@ -1536,7 +1536,7 @@ override FFLAGS += $(COMMON_OPT) $(FCOMMON_OPT)
1536
override FPFLAGS += $(FCOMMON_OPT) $(COMMON_PROF)
1537
#MAKEOVERRIDES =
1538
1539
-ifdef NEED_PIC
+ifeq ($(NEED_PIC), 1)
1540
ifeq (,$(findstring PIC,$(FFLAGS)))
1541
override FFLAGS += -fPIC
1542
endif
@@ -1566,6 +1566,7 @@ endif
1566
1567
ifdef OS_WINDOWS
1568
LAPACK_CFLAGS += -DOPENBLAS_OS_WINDOWS
1569
+LAPACK_CFLAGS += -DLAPACK_COMPLEX_STRUCTURE
1570
1571
ifeq ($(C_COMPILER), LSB)
1572
LAPACK_CFLAGS += -DLAPACK_COMPLEX_STRUCTURE
0 commit comments