Closed hemmecke closed 9 years ago
Description changed:
---
+++
@@ -1,4 +1,3 @@
-
The earliear upgrade is in https://github.com/sagemath/sage-prod/issues/9354
Also look at https://github.com/sagemath/sage-prod/issues/6517
for more information.
Would you like to make an spkg with current Fricas? I'll make sure to review it, etc. Thanks!
for the record, fricas-1.0.9 spkg fails to install in Sage 4.8 on x86_64 Linux (Debian).
Why are you considering 1.0.9? Above you find a link to 1.1.0. and FriCAS progressed to 1.1.5.
However, in 1.1.5 the aldor-interface is broken. It's already fixed in trunk, but I tend to wait till 1.1.6 is released in order to produce a new spkg.
Furthermore, quickly browsing over my spkg generation scripts, tells me, that I will have to fix some small issues.
BTW, is it still required that FriCAS for Sage must use ECL and not SBCL?
Ralf
Replying to @hemmecke:
Why are you considering 1.0.9? Above you find a link to 1.1.0. and FriCAS progressed to 1.1.5.
I was just pointing out that an upgrade is needed badly.
However, in 1.1.5 the aldor-interface is broken. It's already fixed in trunk, but I tend to wait till 1.1.6 is released in order to produce a new spkg.
Furthermore, quickly browsing over my spkg generation scripts, tells me, that I will have to fix some small issues.
BTW, is it still required that FriCAS for Sage must use ECL and not SBCL?
Was it ever required? I guess it was never assumed that SBCL is installed on the system, so by default FriCAS can fall back on ECL provided by Sage. (This would need a trivial adjustment of the spkg-install, I suppose).
On the other hand a fast interface to FriCAS would need an embeddable Lisp, and ECL fits this bill.
Dima
Ralf
Description changed:
---
+++
@@ -1,6 +1,6 @@
-The earliear upgrade is in https://github.com/sagemath/sage-prod/issues/9354
-Also look at https://github.com/sagemath/sage-prod/issues/6517
-for more information.
+The earlier upgrade is in #9354
+
+Also look at #6517 for more information.
http://sage.math.washington.edu/home/hemmecke/pub/fricas-1.1.0.spkg
Description changed:
---
+++
@@ -7,3 +7,5 @@
http://sage.math.washington.edu/home/hemmecke/pub/fricasaldor-1.1.0.spkg
fricasaldor might not properly work on 64 bit machines or might not work at all.
+
+Link to project: http://sourceforge.net/projects/fricas/
Changed keywords from none to fricas
Hi,
Could we ship the last version ?
November 24, 2014 -- FriCAS 1.2.4 released.
Vincent
I wrote the spkg-install and it at least compile on my computer... If anybody want to test it
fricas-1.2.4-full.tar.bz2
, move it to $SAGE_ROOT/upstream
and rename it fricas-1.2.4.tar.bz2
sage -i fricas
and then make
(from $SAGE_ROOT
)I am currently trying to see whether the interface is not broken...
Vincent
Branch: u/vdelecroix/9465
Changed author from Ralf Hemmecke to Vincent Delecroix
Description changed:
---
+++
@@ -1,6 +1,13 @@
-The earlier upgrade is in #9354
+The earlier upgrade is in #9354. See also #6517 for more information.
-Also look at #6517 for more information.
+Source tarball:
+
+http://sourceforge.net/projects/fricas/files/fricas/1.2.4/fricas-1.2.4-full.tar.bz2/download
+
+that has to be renamed into fricas-1.2.4.tar.bz2 (and put in $SAGE_ROOT/upstream) as usual.
+
+
+Older instructions:
http://sage.math.washington.edu/home/hemmecke/pub/fricas-1.1.0.spkg
Branch pushed to git repo; I updated commit sha1. New commits:
fd76b65 | trac #9465: fricas package update |
Commit: fd76b65
Looks like it work -> needs review.
I have added a few '#optional - fricas' so that the tests pass both with '-optional=fricas' and without, in 'interfaces/fricas.py'
New commits:
6ff2fdf | trac #9465 more # optional - fricas so that tests pass |
Changed branch from u/vdelecroix/9465 to public/ticket/9465
Looks good to me. If somebody else can confirm, this seems to be good to go.
Wow, fricas has Puiseux series. Builds fine. Passes all tests in interfaces
, rings
, and structure
.
Reviewer: Frédéric Chapoton, Ralf Stephan
See also http://fricas.github.io
What exactly is the problem with fricas-aldor on 64bit machines?
Meanwhile Aldor is under the Apache License 2.0. So fricas-aldor could even install Aldor. Or there should be another spkg that installs Aldor and fricas-aldor might trigger installation of Aldor, if it is not already there.
Replying to @hemmecke:
- See also http://fricas.github.io
The documentation is much nicer there... why the project is both on sourceforge and github ?
- What exactly is the problem with fricas-aldor on 64bit machines?
No idea... I have to try, where the source code is available ?
- Meanwhile Aldor is under the Apache License 2.0. So fricas-aldor could even install Aldor. Or there should be another spkg that installs Aldor and fricas-aldor might trigger installation of Aldor, if it is not already there.
I guess it is safer to have separated packages. This ticket will be closed and contain only the fricas update. But we might open others for aldor/fricas-aldor.
Vincent
Replying to @videlec:
The documentation is much nicer there... why the project is both on sourceforge and github ?
The project is officially on sourceforge and still under SVN. :-( But since I think git is tremendously better, I created a life mirror at github. See https://sites.google.com/site/hemmecke/fricas-svn#fricas-devel for details. I'd be happy if FriCAS switched completely to git, but that's not a big issue with mainly only Waldek and me commiting to the code base.
- What exactly is the problem with fricas-aldor on 64bit machines?
No idea... I have to try, where the source code is available ?
Source code of what?
Aldor: https://github.com/pippijn/aldor fricas-aldor spkg: ummmm.... I used to have a hg repo somewhere on my sagemath account, but don't know what the computer is that I have to login. I would then try to convert it to git and put it to github.
I guess it is safer to have separated packages. This ticket will be closed and contain only the fricas update. But we might open others for aldor/fricas-aldor.
Please do that and put me into the CC. I'm currently a little unfamiliar with Sage development.
Replying to @hemmecke:
Replying to @videlec:
- What exactly is the problem with fricas-aldor on 64bit machines?
No idea... I have to try, where the source code is available ?
Source code of what?
Aldor: https://github.com/pippijn/aldor fricas-aldor spkg: ummmm.... I used to have a hg repo somewhere on my sagemath account, but don't know what the computer is that I have to login. I would then try to convert it to git and put it to github.
It would be better to have a link to a stable release with a version number (i.e. "an official tarball"). Otherwise we need to artificially create one.
I guess it is safer to have separated packages. This ticket will be closed and contain only the fricas update. But we might open others for aldor/fricas-aldor.
Please do that and put me into the CC. I'm currently a little unfamiliar with Sage development.
To create packages the documentation is very well written: http://sagemath.org/doc/developer/packaging.html (I might help for that step). Then there is the second step of having an interface within sage (I have very little experience with that).
Vincent
See #9427 for a follow-up ticket on integration.
No $@#$ sourceforge links the next time, please.
Changed branch from public/ticket/9465 to 6ff2fdf
FYI: optional doctests don't pass, so the package was moved to experimental.
The earlier upgrade is in #9354. See also #6517 for more information.
Source tarball:
http://sourceforge.net/projects/fricas/files/fricas/1.2.4/fricas-1.2.4-full.tar.bz2/download
that has to be renamed into fricas-1.2.4.tar.bz2 (and put in $SAGE_ROOT/upstream) as usual.
Older instructions:
http://sage.math.washington.edu/home/hemmecke/pub/fricas-1.1.0.spkg
http://sage.math.washington.edu/home/hemmecke/pub/fricasaldor-1.1.0.spkg
fricasaldor might not properly work on 64 bit machines or might not work at all.
Link to project: http://sourceforge.net/projects/fricas/
CC: @hemmecke @rwst
Component: packages: experimental
Keywords: fricas
Author: Vincent Delecroix
Branch:
6ff2fdf
Reviewer: Frédéric Chapoton, Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/9465