You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# OPTION 1b) include netcdf - for newer MacOS with Apple Silicon (use with option 1 also uncommented)
33
+
#CXXFLAGS += -I/opt/homebrew/include
34
+
#LDLIBS += -L/opt/homebrew/lib
35
+
31
36
# OPTION 2) include lp_solve for water management optimization- uncomment following two commands (assumes liblpsolve55.a in ../lib/lp_solve_unix/ folder):
32
-
CXXFLAGS += -D_LPSOLVE_
33
-
LDLIBS += -L../lib/lp_solve_unix -llpsolve55
37
+
#CXXFLAGS += -D_LPSOLVE_
38
+
#LDLIBS += -L../lib/lp_solve_unix -llpsolve55
39
+
40
+
# OPTION 2b) include lp_solve for water management optimization- for newer MacOS with Apple Silicon (use with option 2 also uncommented):
41
+
#LDLIBS += -L/opt/homebrew/lib
34
42
35
43
# OPTION 3) if you use a OSX/BSD system, uncomment the LDFLAGS line below
36
44
# this is to allow for use a 1Gb stack, see http://linuxtoosx.blogspot.ca/2010/10/stack-overflow-increasing-stack-limit.html
0 commit comments