vendor/scs/scs.mk in scs-0.3.1 vs vendor/scs/scs.mk in scs-0.3.2

- old
+ new

@@ -143,10 +143,10 @@ # you have blas and lapack installed USE_LAPACK = 1 ifneq ($(USE_LAPACK), 0) # edit these for your setup: - BLASLDFLAGS = -lblas -llapack #-lgfortran + BLASLDFLAGS = -llapack -lblas # -lgfortran LDFLAGS += $(BLASLDFLAGS) OPT_FLAGS += -DUSE_LAPACK BLAS64 = 0 ifneq ($(BLAS64), 0)