Hello,
In the main Makefile.in, from line 88 we have:
for A in algebra doc share src lib/graph ; do \
for B in `find $(reltarget)/$$A -type d -print` ; do \
$(mkinstalldirs) '$(DESTDIR)$(libdir)'/fricas/$$B \
|| exit 1 ; \
done ; \
for B in `find $(reltarget)/$$A -type f -print`
On 01.07.21 04:17, Waldek Hebisch wrote:
> On Wed, Jun 30, 2021 at 03:25:52PM +0200, Ralf Hemmecke wrote:
>> Where are the diffs to install.rst and INSTALL.sh from wip/rstdoc?
>> https://github.com/fricas/fricas/pull/56
> They were attached to my previous mail.
Oops. Thanks.
>> I thought you wou
On Wed, Jun 30, 2021 at 03:25:52PM +0200, Ralf Hemmecke wrote:
> Where are the diffs to install.rst and INSTALL.sh from wip/rstdoc?
> https://github.com/fricas/fricas/pull/56
They were attached to my previous mail.
> I thought you would consider the wip/rstdoc before the release. Now the
> docume
Where are the diffs to install.rst and INSTALL.sh from wip/rstdoc?
https://github.com/fricas/fricas/pull/56
I thought you would consider the wip/rstdoc before the release. Now the
documentation for 1.3.7 is as it is --- out of date.
Ralf
On 24.06.21 01:12, Waldek Hebisch wrote:
> On Wed, Jun 23,
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
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?
Ralf
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra sy
Hello,
Le dim. 25 avr. 2021 à 12:42, Waldek Hebisch
a écrit :
> BTW: Usual convention in text files is to have two spaces between
> dot and following sentence. You changed all that to single space.
> Any reason?
Huh? Are you sure? I'm surprised, usual convention is one space after the dot,
so
I've added your modifications (with slight changes)
https://github.com/hemmecke/fricas/blob/wip/rstdoc/src/doc/sphinx/source/install.rst
>> Rendered version is here:
https://hemmecke.github.io/fricas/install.html
> In lynx names have "P:" added, like:
>
> Installation GuideP:
I do not know wh
On Sun, Apr 25, 2021 at 11:23:29AM +0200, Waldek Hebisch wrote:
> On Sat, Apr 24, 2021 at 10:58:35PM +0200, Ralf Hemmecke wrote:
> > > http://math.uni.wroc.pl/~hebisch/fricas/install.rst
> >
> > I've added your modifications (with slight changes)
> >
> > https://github.com/hemmecke/fricas/blob/wi
On Sat, Apr 24, 2021 at 10:58:35PM +0200, Ralf Hemmecke wrote:
> > http://math.uni.wroc.pl/~hebisch/fricas/install.rst
>
>
> 0. Change to a directory with enough (0.8 GB) free space
>
>
> I have not checked, but the 0.8GB seem to include the whole build,
> http://math.uni.wroc.pl/~hebisch/fricas/install.rst
0. Change to a directory with enough (0.8 GB) free space
I have not checked, but the 0.8GB seem to include the whole build, right?
1. Fetch sources
::
git clone --depth
On Tue, Apr 20, 2021 at 12:25:51AM +0200, Ralf Hemmecke wrote:
>
> May I ask you whether you really find the attached INSTALL file easier
> to read than install.rst.
Yes.
I have now put updated install.rst at:
http://math.uni.wroc.pl/~hebisch/fricas/install.rst
I do not know if it will format
> Yes, that and |git repository| (we should have actual URL in
> the file).
We can discuss this. The |...| stuff is actually defined in conf.py.
And conf.py takes input from environment variables during "make".
This was done on purpose, since I want the web address not be hardcoded.
It should also
On 19.04.2021 21:26, Waldek Hebisch wrote:
...
>
> Mainly the second, INSTALL should be readable as plain text.
> It is OK to have marked up version as master source. Some
> markup formats can produce decent looking plain text versions
> (IIUC sphinx is supposed to produce text version, but ATM
>
On Mon, Apr 19, 2021 at 3:26 PM Waldek Hebisch wrote:
>
> On Mon, Apr 19, 2021 at 08:33:02AM +0200, Ralf Hemmecke wrote:
> > ...
> > I definitely want install.rst on the web and showing a plain text file
> > on an otherwise sphinx-generated site would look very unprofessional.
>
> .rst pretending
On Mon, Apr 19, 2021 at 08:33:02AM +0200, Ralf Hemmecke wrote:
> > After more careful look at 'install.rst' I think that for now we
> > should go with plain text version. Namely, unlike README,
> > .rst version looks significantly worse than plain text version.
>
> What do you mean by "worse"?
>
there is
https://github.com/fricas/fricas/pull/45 - not sure whether this is
what one discusses here.
Needless to say, 99% of people would read INSTALL in the browser,
keeping it plaintext in 2021 is
out of touch with the reality.
On Mon, Apr 19, 2021 at 7:33 AM Ralf Hemmecke wrote:
>
> > After
> After more careful look at 'install.rst' I think that for now we
> should go with plain text version. Namely, unlike README,
> .rst version looks significantly worse than plain text version.
What do you mean by "worse"?
That you have to write verbose inline stuff inside ``...``?
That verbose co
After more careful look at 'install.rst' I think that for now we
should go with plain text version. Namely, unlike README,
.rst version looks significantly worse than plain text version.
--
Waldek Hebisch
--
You received this message because you are subscribed to
On Thu, Oct 01, 2020 at 09:21:05PM +0200, Ralf Hemmecke wrote:
> When I run "make -j8 install" it sometimes fails.
> That was due to running the commands for "install-contrib" before
> running the commands for "install-src". The attached patch fixes this.
OK, pleas commit.
--
When I run "make -j8 install" it sometimes fails.
That was due to running the commands for "install-contrib" before
running the commands for "install-src". The attached patch fixes this.
Ralf
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra
Hassan Noori wrote:
>
> Dear FriCAS Dev. team,
>
> I'm running Puppy Linux racy 5.2.2 on my old Dell laptop.
> I try to build FriCAS on my system using the following instructions:
>
> $ svn co https://fricas.svn.sourceforge.net/svnroot/fricas/trunk fricas
> (to fetch FriCAS files)
> $ ./configu
Dear FriCAS Dev. team,
I'm running Puppy Linux racy 5.2.2 on my old Dell laptop.
I try to build FriCAS on my system using the following instructions:
$ svn co https://fricas.svn.sourceforge.net/svnroot/fricas/trunk fricas
(to fetch FriCAS files)
$ ./configure
(puppy is a poor -but very fast and
On Thu, Jun 23, 2011 at 05:43:25PM +0200, Waldek Hebisch wrote:
> Martin Rubey wrote:
> > I use sbcl 1.0.34 on kubuntu 10.04 and have this bug too. As far as I
> > remember, it didn't help switching to older versions of sbcl.
same here with rev 1092 on sbcl 1.0.28 under debian squeeze.
Neither sma
Waldek Hebisch writes:
> Martin Rubey wrote:
>>
>> Dear all,
>>
>> the INSTALL says:
>>
>> - in sbcl 1.0.35 and up Control-C handling does not work. This
>> is under investigation, currently the workaround is to use
>> older sbcl versions.
>>
>> I use sbcl 1.0.34 on kubuntu 10.04 and hav
Martin Rubey wrote:
>
> Dear all,
>
> the INSTALL says:
>
> - in sbcl 1.0.35 and up Control-C handling does not work. This
> is under investigation, currently the workaround is to use
> older sbcl versions.
>
> I use sbcl 1.0.34 on kubuntu 10.04 and have this bug too. As far as I
> rememb
Dear all,
the INSTALL says:
- in sbcl 1.0.35 and up Control-C handling does not work. This
is under investigation, currently the workaround is to use
older sbcl versions.
I use sbcl 1.0.34 on kubuntu 10.04 and have this bug too. As far as I
remember, it didn't help switching to older versi
I built with ecl, then renamed the build tree, and get the following:
[EMAIL PROTECTED] export LD_LIBRARY_PATH=/local/scratch/lib/
[EMAIL PROTECTED] export AXIOM=/tmp/lib/fricas/target/i686-pc-linux/
[EMAIL PROTECTED] /tmp/lib/fricas/target/i686-pc-linux/bin/AXIOMsys
;;; Loading #P"/local/scratc
28 matches
Mail list logo