From f28b8531d135a948a5858844c6b6ce2bbfcf6813 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Wed, 31 May 2017 15:12:19 -0500 Subject: Removed WITH_LAPACK compile/build option. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 618fb6b..5bb8748 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,12 @@ # Unix / Linux LNX # Mac MAC # Compilation options -# link to LAPACK WITH_LAPACK # 32-bit binary FORCE_32BIT # dynamic compilation FORCE_DYNAMIC # Set this variable to either LNX or MAC SYS = LNX # Leave blank after "=" to disable; put "= 1" to enable -# Disable WITH_LAPACK option can slow computation speed significantly and is not recommended WITH_LAPACK = 1 FORCE_32BIT = FORCE_DYNAMIC = @@ -53,7 +51,6 @@ HDR += $(SRC_DIR)/param.h $(SRC_DIR)/gemma.h $(SRC_DIR)/io.h $(SRC_DIR)/lm.h $(S ifdef WITH_LAPACK OBJS += $(SRC_DIR)/lapack.o - CPPFLAGS += -DWITH_LAPACK ifeq ($(SYS), MAC) LIBS += $(LIBS_MAC_D_LAPACK) else -- cgit 1.4.1