vendor/scs/scs.mk in scs-0.4.1 vs vendor/scs/scs.mk in scs-0.4.2
- old
+ new
@@ -141,10 +141,10 @@
# export OMP_NUM_THREADS=4
USE_OPENMP = 0
ifneq ($(USE_OPENMP), 0)
override CFLAGS += -fopenmp
- LDFLAGS += -lgomp
+ LDFLAGS += -fopenmp
endif
############ SDPS: BLAS + LAPACK ############
# set USE_LAPACK = 1 below to enable solving SDPs
# NB: point the libraries to the locations where