On Wed, Jun 23, 2021 at 10:26:48PM +0200, Ralf Hemmecke wrote:
> Waldek,
> 
> You have updated INSTALL, but I do not see that you have considered
> https://github.com/hemmecke/fricas/commits/wip/rstdoc
> 
> Do you really want me to remove all the .rst files?

Hmm, I do not know what you expect from me?  I used INSTALL
produced from slightly modified 'install.rst', basically deleted
4 spurious spaces (see attached patch).  I also modified
'generate_INSTALL.sh' to avoid hardcoded name.  So this should
be compatible with your work.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20210623231223.GB40257%40math.uni.wroc.pl.
--- install.rst.orig	2021-06-22 22:03:18.721043938 +0000
+++ install.rst	2021-06-22 22:04:40.986216065 +0000
@@ -499,9 +499,9 @@
   to hang.
 
 - 32-bit sbcl from 1.5.9 to 2.1.3 may miscompile floating point
-  comparisons.   Due to this most plots wil fail.   The problem is
-  fixed in developement version of sbcl.   Alternatively, use older
-  version of sbcl.   64-bit sbcl works OK.
+  comparisons.  Due to this most plots wil fail.  The problem is
+  fixed in developement version of sbcl.  Alternatively, use older
+  version of sbcl.  64-bit sbcl works OK.
 
 - by default sbcl 1.0.54 and newer limits memory use to 1GB, which is
   too small for heavy use.  To work around this one can pass
@@ -574,7 +574,7 @@
 
 - Boehm garbage collector included in old ECL (version 6.8) is incompatible
   with Fedora strong address space randomization (setting randomize_va_space
-  to 2).   Using newer version of Boehm garbage collector (7.0 or 7.1) or
+  to 2).  Using newer version of Boehm garbage collector (7.0 or 7.1) or
   newer ECL should solve this problem.
 
 - Striping FriCAS binaries is likely to break them.  In particular
--- generate_INSTALL.sh	2021-06-22 21:59:48.000000000 +0000
+++ gen_INSTALL.sh	2021-06-22 22:06:58.980149752 +0000
@@ -16,9 +16,9 @@
 # and we add links for the |...| macros at the bottom of the file.
 
 # Usage:
-# sh $0 > INSTALL
+# sh < install.rst > INSTALL
 
-cat <<'EOF' > INSTALL
+cat <<'EOF' 
 # This file is generated vi "sh generate_INSTALL.sh > INSTALL" from
 # "src/doc/sphinx/source/install.rst".
 # See rendered form at http://fricas.github.io/install.html.
@@ -38,11 +38,10 @@
     -e 's/`\([A-Z][-. :<>/a-zA-Z]*\)`_/\1/g' \
     -e 's/``/"/g' \
     -e 's/^.. _//' \
-    -e 'p' \
-    src/doc/sphinx/source/install.rst >> INSTALL
+    -e 'p'
 
 # Add links for Sphinx macros at the bottom of th file.
-cat <<'EOF' >> INSTALL
+cat <<'EOF'
 FriCAS git repository: https://github.com/fricas/frics
 FriCAS home page: https://fricas.github.io
 FriCAS Book: https://fricas.github.io/book.pdf

Reply via email to