aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-26 17:13:00 -0300
committerDavid Bremner <david@tethera.net>2021-07-26 17:13:00 -0300
commit935c1b807b1ebb4d7b3c1fd2ad8480ef58c74858 (patch)
treeeeec831bf15576a4db0edbb894fa071f5e251bf9
parent1a9d153e1d44f9aef848b630bc3422fc89b12b7e (diff)
update Makefile and README for release 0.100.10
-rw-r--r--Makefile10
-rw-r--r--README4
2 files changed, 6 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 50dad1e..4ce8db7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,12 +11,9 @@ CFLAGS=-g
RANLIB=ranlib
-# Uncomment and edit the following for multiprecision support.
+# edit the following to point to the LRS source.
-LRSDIR=../lrslib-072
-
-# The rest of these should be ok if just uncommented.
-# comment out the following to compile without multiprecision
+LRSDIR=../lrslib
CPPFLAGS+= -I$(LRSDIR)
CPPFLAGS+= -DLRSMP
@@ -33,8 +30,6 @@ docstrings: ${DOCHEADERS}
.PHONEY: all clean install
-
-
rat2float.h: rat2float.doc
rat2float: rat2float.o $(MPOBJ) process_args.o
@@ -61,7 +56,6 @@ countrows: countrows.c countrows.h $(MPOBJ) process_args.o
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(MPOBJ) process_args.o $(LDFLAGS) $<
-
float2rat.h: float2rat.doc
float2rat: float2rat.c float2rat.h process_args.o
diff --git a/README b/README
index 665f38e..ebbd7b5 100644
--- a/README
+++ b/README
@@ -1,3 +1,7 @@
+Release 0.10
+
+Update to compile with modern C compilers and modern lrslib
+
Release 0.9