summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2f2e2dc..f09c85d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -52,6 +52,9 @@ ifndef TCLVERS
TCLVERS:= $(shell perl -e '@_=sort map (m|/usr/lib64/libtcl(\d\.\d)\.so|, glob ("/usr/lib64/libtcl*")); print pop @_')
endif
ifndef TCLVERS
+TCLVERS:= $(shell perl -e '@_=sort map (m|/usr/lib/tcl(\d\.\d)|, glob ("/usr/lib/tcl*")); print pop @_')
+endif
+ifndef TCLVERS
#TCLVERS=8.4
TCLVERS=
endif
@@ -159,7 +162,7 @@ ivytcl.o: ivytcl.c
$(CC) -c $(CFLAGS) $(TCLINCL) $(CHANNEL) ivytcl.c
givy.o: ivy.c
- $(CC) -c $(CFLAGS) -DDEBUG -o givy.o ivy.c
+ $(CC) -c $(CFLAGS) -o givy.o ivy.c
ivy_omp.o: ivy.c
$(CC) -c $(OMPCFLAGS) -o ivy_omp.o ivy.c