-
-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update FriCAS to 1.3.7 #32049
Comments
comment:2
branch? |
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Reviewer: Dima Pasechnik |
comment:5
lgtm |
comment:6
does not build on macOS:
|
comment:7
I do not have access to macOS, can you do something about this? Or do you know who could? |
comment:8
trying to fix it now. Probably it's a red herring (see fricas/fricas#38), but it needs a patch. I've disabled the test in question and checking if it still works. |
comment:9
builds and tests fine with --- /dev/null
+++ b/build/pkgs/fricas/patches/remove_case_insensitive_test.patch
@@ -0,0 +1,13 @@
+diff --git a/configure b/configure
+index a49f75a..960d412 100755
+--- a/configure
++++ b/configure
+@@ -2470,7 +2470,7 @@ fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for in-tree build on case insensitive file system" >&5
+ $as_echo_n "checking for in-tree build on case insensitive file system... " >&6; }
+-if test "$fricas_top_srcdir" = "$fricas_pwd"; then
++if test "$fricas_top_srcdir" = xfoobla; then
+ rm -f ac_TEST_filenames_CASE_sensitive ac_test_filenames_case_sensitive
+ echo foo > ac_test_filenames_case_sensitive
+ if test -f ac_TEST_filenames_CASE_sensitive; then |
comment:10
OK, this will do. New commits:
|
Changed branch from u/mantepse/update_fricas_to_1_3_7 to u/dimpase/update_fricas_to_1_3_7 |
comment:11
Thank you! |
Changed branch from u/dimpase/update_fricas_to_1_3_7 to |
This ticket is to upgrade to FriCAS 1.3.7 and track dependencies.
Tarball: see checksums.ini
Note that FriCAS has switched to using Git and the primary repository is now the one at GitHub, but the homepage remains at Sourceforge:
Our last update was to Fricas 1.3.6 in #27309 in 2020.
To try this ticket from your Sage root directory, with
git-trac-command
installed:git trac try
SAGE_SPKG="sage-spkg -o" ./sage -i fricas
(or use./configure --enable-download-from-upstream-url
first)./sage -t --optional=fricas,sage src/sage/interfaces/fricas.py
This release also fixes #28630
CC: @slel @fchapoton
Component: packages: optional
Keywords: fricas
Author: Martin Rubey
Branch/Commit:
2619149
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/32049
The text was updated successfully, but these errors were encountered: