[sage-devel] Re: Making Sage-7.1 Fails

2016-05-18 Thread Antonio Rojas
Adetokunbo Arogbonlo wrote: > Cleaning out old PolyBoRi and BRiAl installations > patching file Makefile.am > patching file Makefile.in > patching file groebner/src/Makefile.am > patching file groebner/src/Makefile.in > checking for a BSD-compatible install... /usr/bin/install -c The patch c

[sage-devel] Re: Making Sage-7.1 Fails

2016-05-18 Thread Antonio Rojas
Antonio Rojas wrote: > Adetokunbo Arogbonlo wrote: > >> Cleaning out old PolyBoRi and BRiAl installations >> patching file Makefile.am >> patching file Makefile.in >> patching file groebner/src/Makefile.am >> patching file groebner/src/Makefile.in >&

[sage-devel] Re: notebook does not work

2016-06-04 Thread Antonio Rojas
Dima Pasechnik wrote: > Is your Sage built from source, or you downloaded a binary installation? > > Anyway, I see what happens. For some strange reason it picks up wrong > Twisted, the one for Python 3. > You can see it from the log below, and the error message is the one you > get by trying to

[sage-devel] Re: Re: notebook does not work

2016-06-04 Thread Antonio Rojas
Sándor Czirbusz wrote: > This is the answer > > # Copyright (c) Twisted Matrix Laboratories. > # See LICENSE for details. > import os, sys > > try: > import _preamble > except ImportError: > try: > sys.exc_clear() > except AttributeError: > # exc_clear() (and the requ

[sage-devel] Re: Re: Re: notebook does not work

2016-06-04 Thread Antonio Rojas
Sándor Czirbusz wrote: > Ah, sorry > #!/usr/bin/python2 > > That looks OK. Are you sure you don't have any other 'twistd' executable lying around on your system? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group a

[sage-devel] networkx BipartiteGraph

2017-12-14 Thread Antonio Rojas
Hi all, In Arch we have upgraded networkx to version 2. This comes with major API changes that affect Sage's interface, and I'm currently trying to fix these issues. I'm struggling with a particular issue with bipartite graphs. In pure ipython, this code gives: In [1]: import networkx In [2]:

[sage-devel] Re: networkx BipartiteGraph

2017-12-14 Thread Antonio Rojas
El Thu, 14 Dec 2017 11:09:17 +, Vincent Delecroix escribió: > What about > > sage: A = networkx.complete_bipartite_graph(2r, 3r) That works correctly: sage: A=networkx.complete_bipartite_graph(2r,3r) sage: list(A.edges()) [(0, 2), (0, 3), (0, 4), (1, 2), (1, 3), (1, 4)] -- You received th

[sage-devel] Re: executable referenced in sagemath jupyter kernel

2018-05-17 Thread Antonio Rojas
El jueves, 17 de mayo de 2018, 6:46:11 (UTC+2), Nils Bruin escribió: > > > Are there good reasons to refer to .../local/bin/sage rather than the > .../sage script? If not, then it might be more flexible to change it. > > This would break distribution packages, where SAGE_LOCAL is generally set to

Re: [sage-devel] Re: executable referenced in sagemath jupyter kernel

2018-05-18 Thread Antonio Rojas
El sábado, 19 de mayo de 2018, 8:30:12 (UTC+2), Nils Bruin escribió: > > so, am I right in concluding that distribution packages patch this anyway > and that we can therefore safely put $SAGE_ROOT/sage in kernel.json by > default? > No - this does "the right thing" out of the box currently. On

Re: [sage-devel] Re: executable referenced in sagemath jupyter kernel

2018-05-19 Thread Antonio Rojas
> > OK, so how do we see whether the $SAGE_ROOT/sage script needs to be used? > Can we just see if $SAGE_ROOT/sage is present and executable and if not, > use $SAGE_LOCAL/bin/sage? The remark by François seems quite to the point: > if sage is installed system-wide as a package of python2, the

Re: [sage-devel] Re: executable referenced in sagemath jupyter kernel

2018-05-23 Thread Antonio Rojas
, 2018 at 12:08:22 AM UTC-7, Antonio Rojas wrote: >> >> >> >>> OK, so how do we see whether the $SAGE_ROOT/sage script needs to be >>> used? Can we just see if $SAGE_ROOT/sage is present and executable and if >>> not, use $SAGE_LOCAL/bin/sage? The rema

[sage-devel] Re: Sage fails to build on Arch linux, possible recurrence of an old bug

2018-07-08 Thread Antonio Rojas
Replying to the repo package issues: El domingo, 8 de julio de 2018, 11:10:01 (UTC+2), Amit Wolecki escribió: > > As for the packaged installation problem, two examples are: > 1. sage --testall fails to start, returning: > > File "/usr/lib/python2.7/site-packages/sage/doctest/control.py", lin

Re: [sage-devel] Sage fails to build on Arch linux, possible recurrence of an old bug

2018-07-08 Thread Antonio Rojas
El domingo, 8 de julio de 2018 10:39:34 (CEST), Amit Wolecki escribió: Replying to the repo package issues: As for the packaged installation problem, two examples are: 1. sage --testall fails to start, returning: File "/usr/lib/python2.7/site-packages/sage/doctest/control.py", line 696, in

[sage-devel] Re: Sage fails to build on Arch linux, possible recurrence of an old bug

2018-07-10 Thread Antonio Rojas
El lunes, 9 de julio de 2018, 21:35:04 (UTC+2), Amit Wolecki escribió: > > Thank you all for the useful comments! > Antonio, I wasn't aware of the somewhat limiting way a repo installation > works, this remark made me try to stick to building from source. > >> >> Actually, scratch that. 'sage -i

Re: [sage-devel] Re: Sage fails to build on Arch linux, possible recurrence of an old bug

2018-07-10 Thread Antonio Rojas
El martes, 10 de julio de 2018, 14:21:03 (UTC+2), Amit Wolecki escribió: > > I see, thanks Antonio for the fix! To make sure I get the big picture - > distro package will use system services (e.g. python and especially pip) > whereas the built from source installation has it's own compiled pyth

[sage-devel] Re: Arch: error building Sage, rpy2 fails

2018-08-17 Thread Antonio Rojas
El viernes, 17 de agosto de 2018, 17:31:13 (UTC+2), Nicolás Sirolli escribió: > > Hello, > > I'm trying to build Sage 8.4.beta1 (following the develop branch from git) > on Arch Linux, and it fails when trying to build the rpy2-2.8.2.p0 package. > I'm attaching the corresponding log file. > > Pl

[sage-devel] Re: zn_poly status?

2018-09-07 Thread Antonio Rojas
El viernes, 7 de septiembre de 2018, 15:53:43 (UTC+2), Erik Bray escribió: > > Hi all, > > Does anyone know what that current status is of the upstream zn_poly > package? According to its website > http://cims.nyu.edu/~harvey/zn_poly/ it is "no longer maintained", > though it has been re-rel

[sage-devel] Re: Delaying 8.5 or fast-tracking 8.6?

2018-12-20 Thread Antonio Rojas
El martes, 18 de diciembre de 2018, 12:50:44 (UTC+1), E. Madison Bray escribió: > > As pointed out by Samuel last month [1] the transition freeze (i.e. > new package versions) for the next major Debian release (buster) is > coming up January 12 [2]. This is important for Sage and those > wor

[sage-devel] Where is sage/tests/parallel.pyx?

2015-02-15 Thread Antonio Rojas
Hi, In module_list.py there is reference to a sage/tests/parallel.pyx extension, but there is no such file in the sources. This breaks compiling the Sage library with cython 0.22, which seems to be stricter than previous versions in dealing with missing sources. -- You received this message b

[sage-devel] cached methods in cython

2015-02-19 Thread Antonio Rojas
Hi, Cached methods in cython modules don't work if the cython source is not available: sage: K=GF(5) sage: K.factored_order() --- AttributeErrorTraceback (most recent call last) [...] AttributeErr

[sage-devel] Re: cached methods in cython

2015-02-19 Thread Antonio Rojas
Vincent Delecroix wrote: > Which Sage version are you using? The following code is ok for me on > sage-6.6.beta0 > > sage: K=GF(5) > sage: K.factored_order() > 5 > > Vincent > Version 6.5. Note the "if the cython source is not available" part, it works OK if the .pyx source is installed (we c

[sage-devel] Re: cached methods in cython

2015-02-19 Thread Antonio Rojas
Simon King wrote: > > In two experiments with Sage-6.5.beta4, I can not replicate the > problem. > Hi, I tried with a downloaded binary package to make sure it's not caused by our packaging, and can still reproduce: - Remove src/sage/rings/finite_rings/finite_field_base.pyx - Run: sage: K

[sage-devel] Re: Issues with GCC 5.x

2015-04-24 Thread Antonio Rojas
leif wrote: > * Sage library -- modules using Lcalc headers won't build for the >same reason (build with '-fpermissive' in >CFLAGS; distutils ignores CXXFLAGS) > sage/libs/coxeter3 also fails: In file included from /usr/include/coxeter/coxgroup.h:67:0,

[sage-devel] Sage 6.7 build failure

2015-05-18 Thread Antonio Rojas
Hi, I'm getting this error when trying to build sage-the-library 6.7 (against system NTL), with both GCC 4.9 and GCC 5: build/cythonized/sage/rings/polynomial/pbori.cpp:1931:3: error: reference to 'WrappedPtr' is ambiguous WrappedPtr _strat; ^ In file included from build/cythonized/sage/

[sage-devel] Re: Sage 6.7 build failure

2015-05-18 Thread Antonio Rojas
François Bissey wrote: >> >> Are you really really certain about the bisection? >> >> Which version of Cython (system or with Sage patches?) >> > I'll have to add, because I have no such problems in > sage-on-gentoo, which version of ntl? ntl-8 and 9 > will certainly lead to some failures. > > Fr

[sage-devel] Re: Sage 6.7 build failure

2015-05-18 Thread Antonio Rojas
Jeroen Demeyer wrote: > On 2015-05-18 23:19, Antonio Rojas wrote: >> I've bisected and it is caused by this commit: >> https://github.com/sagemath/sage/commit/01432cf19605c9534a6063d1d66f55d7b96a50d1 > > Are you really really certain about the bisection? > > Wh

[sage-devel] Re: Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Antonio Rojas
Perl 5.22 throws warnings for unescaped '{', and pari treats warnings as errors by default. I'm using this patch for system-wide pari: https://projects.archlinux.org/svntogit/community.git/tree/trunk/no_warnings_fatal.patch?h=packages/pari-sage Joshua Hunt wrote: > Hi, > > Perl is v5.22.0. >

[sage-devel] Duplicate folders in docs

2015-08-30 Thread Antonio Rojas
Hi, The Sage docs ship 22(!) almost identical copies of the _static dir, the only difference being the translations.js files. This adds almost 200MB to the Sage installation. Any chance that these could be replaced by symlinks on supported platforms? -- You received this message because you a

[sage-devel] docbuild aborting on warnings

2022-02-01 Thread Antonio Rojas
Sage doc build currently aborts by default whenever sphinx emits a warning, and keeps a hardcoded whitelist of "admissible" warnings that needs to be kept up to date. This is very inconvenient for distros building Sage with system Sphinx, as every new version introduces new warnings: a fix was j

[sage-devel] Re: Memory Leak in canonical_label with bliss?

2022-05-16 Thread Antonio Rojas
El lunes, 16 de mayo de 2022 a las 17:34:14 UTC+2, Ricardo Buring escribió: > Specifically bliss::AbstractGraph::canonical_form calls > bliss::AbstractGraph::search, which sometimes calls > bliss::Partition::cr_init without calling bliss::Partition::cr_free, due > to a (conditional) early retur

[sage-devel] Re: System upgrades breaking sage frequently

2022-07-20 Thread Antonio Rojas
El jueves, 21 de julio de 2022 a las 7:32:59 UTC+2, Nils Bruin escribió: > In that case, shouldn't sagemath be linking to libflint.so instead of > libflint.so.16 then? That's the thing that seems to be available between > the different versions. Are they not ABI compatible? (or at least in one

[sage-devel] Re: PARI/GP upgrade to 2.15

2022-09-22 Thread Antonio Rojas
Specifically, help is needed from someone who understands genus2reduction code in order to solve the (almost) last remaining issue. El jueves, 15 de septiembre de 2022 a las 20:58:19 UTC+2, vdelecroix escribió: > Dear all, > > The PARI/GP team is about to release a new version. I opened a ticke

Re: [sage-devel] VOTE: move Sage development to Github

2022-09-22 Thread Antonio Rojas
+1 for GitHub El jueves, 22 de septiembre de 2022 a las 18:43:02 UTC+2, martinr...@googlemail.com escribió: > +1 for GitHub > > On Wed, Sep 21 2022, David Roe wrote: > > Dear Sage developers, > > Following extensive discussion, both recently > >

[sage-devel] Re: sagelib fails to build (9.8.beta5)

2022-12-14 Thread Antonio Rojas
That's the singular 4.3.1.p3 update. The patch [1] fixes the build, but there are some regressions in the asymptotics ring that need looked into. [1] https://github.com/archlinux/svntogit-community/blob/packages/sagemath/trunk/sagemath-singular-4.3.1.p3.patch El miércoles, 14 de diciembre de

[sage-devel] Re: why is sagemath 9.8 rc1 still running old maxima build?

2023-02-07 Thread Antonio Rojas
El martes, 7 de febrero de 2023 a las 9:35:53 UTC+1, Nasser M. Abbasi escribió: Any chance that 9.8 will use the latest version instead? No. Upgrading maxima needs work, https://github.com/sagemath/sage/issues/33718 -- You received this message because you are subscribed to the Google Gro

[sage-devel] Test failures in R interface

2023-02-13 Thread Antonio Rojas
Hi, I've been seeing these failures for a while when running the doctests. It is not reproducible when testing the file standalone, only when testing the full sage library, which makes it really hard to debug. Has anybody seen this or has any idea how to fix it? ***

[sage-devel] %display latex in Sage command line

2023-05-24 Thread Antonio Rojas
Hi all, In older versions of sage/ipython, one could use '%display latex' or '%display typeset' to force all output to be formatted in latex. This is used by some third party GUIs (such as Cantor [1]) to typeset the output in their UI. In recent versions of Sage (at least since 9.5), this no

[sage-devel] Re: Something is up with normaliz

2023-07-12 Thread Antonio Rojas
El jueves, 13 de julio de 2023 a las 8:21:34 UTC+2, Max Kölbl escribió: Does anyone else have that problem? I installed updates this morning and now there seems to be an issue with normaliz. I can't really tell what's going on, but before today, normaliz worked just fine. Maybe other arch / Man

Re: [sage-devel] Re: configure fails to find some packages (archlinux)

2020-09-23 Thread Antonio Rojas
> There is also something funny with Flint 2.6 build using cmake - not > sure if it's the case on your system, but it seems > that in this case there is no way to specify whether you want GC > support or not. > I guess it ends up without GC support (or, perhaps, with GC support, > no idea),

[sage-devel] Re: Making the package jmol optional

2020-12-07 Thread Antonio Rojas
El lunes, 7 de diciembre de 2020 a las 6:11:31 UTC+1, Matthias Koeppe escribió: > In https://trac.sagemath.org/ticket/30315 I propose to make jmol > optional. To my understanding it has been replaced by generally better > options such as threejs and jsmol. But it's possible that I'm missing >

[sage-devel] Re: distro packaging, docbuilding and modularisation

2021-03-10 Thread Antonio Rojas
El miércoles, 10 de marzo de 2021 a las 10:21:07 UTC+1, François Bissey escribió: > Instead of trying to fix the problem that you should be building the > documentation > before installing, the push to modularisation is currently used to > enshrine the > current situation. #30010 actually sep

Re: [sage-devel] distro packaging, docbuilding and modularisation

2021-03-11 Thread Antonio Rojas
El miércoles, 10 de marzo de 2021 a las 21:13:15 UTC+1, François Bissey escribió: > I’d like to talk to you on another channel, I have to do a small > patch currently. It may reflect different packaging strategy or > something I could improve. > Here is my current PKGBUILD (after some cleanup

[sage-devel] Re: Status of modularization and packaging in Sage 9.3.beta9

2021-03-15 Thread Antonio Rojas
El lunes, 15 de marzo de 2021 a las 1:44:19 UTC+1, Matthias Koeppe escribió: > A quick overview of the status of the modularization effort of Meta-ticket > #29705 in Sage 9.3.beta9. > What are the plans for the top-level setup.py? I noticed that it no long

[sage-devel] Re: Memory leak in integer multiplication in sage?

2021-03-18 Thread Antonio Rojas
On Arch, using system libraries: 0 0 memory usage 10k: 10.69921875 0 memory usage 20k: 21.40234375 El jueves, 18 de marzo de 2021 a las 11:56:33 UTC+1, m.derick...@gmail.com escribió: > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsu

[sage-devel] Loading all GAP packages

2021-04-30 Thread Antonio Rojas
Hi, On a fresh run of the GAP interface, Sage caches a GAP workspace which loads every single GAP package on the system. While this might be OK with Sage's trimmed-down version of gap_packages, if using a system GAP install with all optional packages installed this can take a massive amount of

Re: [sage-devel] Loading all GAP packages

2021-04-30 Thread Antonio Rojas
El viernes, 30 de abril de 2021 a las 9:21:11 UTC+2, vdelecroix escribió: > > Does your remark applies to both the pexpect GAP interface and libgap? > > AFAIK this only affects the pexpect interface https://git.sagemath.org/sage.git/tree/src/sage/interfaces/gap.py#n1549 -- You received this m

[sage-devel] Re: Loading all GAP packages

2021-05-01 Thread Antonio Rojas
El viernes, 30 de abril de 2021 a las 9:05:41 UTC+2, Antonio Rojas escribió: > Hi, > On a fresh run of the GAP interface, Sage caches a GAP workspace which > loads every single GAP package on the system. While this might be OK with > Sage's trimmed-down version of gap_pac

[sage-devel] Re: Proposal: Making cmake a standard package

2021-07-16 Thread Antonio Rojas
El viernes, 16 de julio de 2021 a las 22:44:22 UTC+2, Matthias Koeppe escribió: > cmake is an advanced build system and currently an optional package, as it > is only used for building optional or experimental packages. > I propose to make cmake a standard package ( > https://trac.sagemath.org

[sage-devel] Pushing to trac with openssh 8.8

2021-10-10 Thread Antonio Rojas
Hi all, I'm unable to push to git-trac since updating to openssh 8.8, getting a permission denied error. This version disables RSA/SHA1 signatures by default [1], is it possible that the server is using that to chack the keys? [1] https://www.openssh.com/txt/release-8.8 -- You received this m

[sage-devel] Trac emails

2021-10-10 Thread Antonio Rojas
Hi all, I'm having an issue for a long time where many of the email notifications I should be receiving from trac are getting lost (many being over 50%). I thougt it might be a problem with my mail provider, but the same thing happens after changing to a different address. Is anybody else exper

Re: [sage-devel] Trac emails

2021-10-11 Thread Antonio Rojas
I had already checked, but after a closer look it might have something to do. I had disabled automatic notifications for the tickets I have commented on, assuming that setting it would simply stop automatically adding me to the notification list of those tickets. But apparently what it does is

[sage-devel] Re: BUG: Si(pi).n() throws error in sage 9.2-2

2021-10-16 Thread Antonio Rojas
This is not a Sage problem, it's a mpmath 1.2 issue, which broke Sage detection when using distro packages. You either need to revert commit [1] or set the MPMATH_SAGE env variable. [1] https://github.com/fredrik-johansson/mpmath/commit/84ca137f El domingo, 17 de octubre de 2021 a las 0:26:16 U

[sage-devel] Re: `sage -t --log=file.log` broken in 9.5.beta5

2021-11-01 Thread Antonio Rojas
El lunes, 1 de noviembre de 2021 a las 17:36:18 UTC+1, Sébastien Labbé escribió: > Bonjour, > > I just noticed that providing a log file to the `sage -t` command is > currently broken with the most recent version: > > This is caused by https://trac.sagemath.org/ticket/32332. All arguments must

[sage-devel] Re: Gap pexpect error when most Gap packages are installed

2019-06-23 Thread Antonio Rojas
I just noticed this yesterday after updating GAP to 4.10.2 in Arch. SymmetricGroup(n).conjugacy_classes_subgroups() works fine for n<=4, and fails for n>=5. Same as you, it works after removing all additional GAP packages. Additionally, after the update (and with all GAP packages installed) som

[sage-devel] About python2 vs python3 package versions

2019-07-13 Thread Antonio Rojas
Hi all, Today I tested building Sage on Arch against our python3 packages. Not surprisingly, it failed to even start. This is due to our python3 ipython package being at version 7 already, with includes some API changes that require some porting in Sage. More and more python modules are comp

[sage-devel] Re: [Debian-science-sagemath] name of arb library in Debian and adjustments needed

2019-07-15 Thread Antonio Rojas
El lunes, 15 de julio de 2019, 14:49:54 (UTC+2), Dima Pasechnik escribió: > > > > A quick way would be to create src/sage/env.py.in, with a template for, > say, > `aliases["ARB_LIBRARIES"]` in `cython_aliases` > filled in by a call to AC_CONFIG_FILES. > > This would be setting a precedent fo

[sage-devel] Re: maxima 5.43.0

2019-08-02 Thread Antonio Rojas
El jueves, 1 de agosto de 2019, 2:00:02 (UTC+2), François Bissey escribió: > > Hi all, > > I am giving a shot at getting maxima-5.43.0 working for sage-on-gentoo > and it looks good overall but there are couple of things that needs > attention. > **

[sage-devel] Re: error building barvinok (sage 8.9.beta8 + system NTL)

2019-08-27 Thread Antonio Rojas
El martes, 27 de agosto de 2019, 16:25:12 (UTC+2), Victor Shoup escribió: > > I reviewed some comments which mentioned a problem with ntl and threads. > I’m happy to fix that, but I don’t think I understand what the issue is. > Can anyone explain? Thanks. Hi Victor, IIRC I reported this to y

[sage-devel] Re: error building barvinok (sage 8.9.beta8 + system NTL)

2019-08-28 Thread Antonio Rojas
El miércoles, 28 de agosto de 2019, 15:15:18 (UTC+2), Victor Shoup escribió: > > Thanks. I guess what I'm asking for is a solution. From what you say > here, and what is said in the links, the problem seems to be a bug in > libtool, not NTL. So a solution would be, either: > 1) a patch other

Re: [sage-devel] Re: error building barvinok (sage 8.9.beta8 + system NTL)

2019-08-28 Thread Antonio Rojas
El miércoles, 28 de agosto de 2019, 23:47:43 (UTC+2), Dima Pasechnik escribió: > > Victor, > as you ship libtool, you can just patch it, essentially as in > https://lists.gnu.org/archive/html/libtool-patches/2013-11/msg00015.html > It needs to be moved to a slightly different place, but it wo

Re: [sage-devel] Re: error building barvinok (sage 8.9.beta8 + system NTL)

2019-08-29 Thread Antonio Rojas
El jueves, 29 de agosto de 2019, 0:06:49 (UTC+2), Dima Pasechnik escribió: > > > > Relying on patched bundled copies of dependencies is very much frowned > upon by distros. It would be much preferable to make this work with > unmodified libtool, which may be provided by the distribution. > > W

[sage-devel] Re: [sage-packaging] About python2 vs python3 package versions

2019-08-31 Thread Antonio Rojas
El sábado, 13 de julio de 2019, 19:33:50 (UTC+2), Samuel Lelievre escribió: > > One thing we could do for a start, given that for now we build > both Python 2 and Python 3 in any case, would be to transition > the Jupyter part of Sage-the-distribution to be python3-based, > allowing us to upgr

Re: [sage-devel] Re: error building barvinok (sage 8.9.beta8 + system NTL)

2019-09-04 Thread Antonio Rojas
El jueves, 5 de septiembre de 2019, 6:07:13 (UTC+2), Victor Shoup escribió: > So, based on that comment, it seems that there is no problem if you link > with g++ > rather than libtool. But who or what uses libtool to link? > I would never have thought of doing that, as I thought libtool was

Re: [sage-devel] Re: error building barvinok (sage 8.9.beta8 + system NTL)

2019-09-05 Thread Antonio Rojas
El jueves, 5 de septiembre de 2019, 15:51:34 (UTC+2), Victor Shoup escribió: > > We seem to be talking past each other. > Unfortunately it seems so. It is also true that when I run ldd on libntl.so, I do not see anything > related to pthread. > From the comments I'm reading in https://trac.sa

Re: [sage-devel] Adopting orphaned math packages

2019-12-18 Thread Antonio Rojas
El miércoles, 18 de diciembre de 2019, 11:19:54 (UTC+1), E. Madison Bray escribió: > > > Looking in the latest source tarball for SYMMETRICA there are > absolutely zero license or copyright notifications. And if the author > is deceased, does that mean it's public domain? I don't know. > >

[sage-devel] Re: drop python2 compatibility in 9.1 ?

2020-01-06 Thread Antonio Rojas
El lunes, 6 de enero de 2020, 8:43:14 (UTC+1), Nils Bruin escribió: > > > You could say: there is such a way: just check out 9.0 and build that with > py2. Perhaps that's enough. However, I would err at the side of caution and > make a slightly bigger gesture here and still include 9.1 as well

Re: [sage-devel] Re: drop python2 compatibility in 9.1 ?

2020-01-11 Thread Antonio Rojas
El viernes, 10 de enero de 2020, 14:54:24 (UTC+1), E. Madison Bray escribió: > > That seems like the obvious approach to me. As it is I've long felt > that Sage should be more flexible in its dependencies where > possible/necessary. With most Python packages it's easy as most have > a .__versi

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-01-11 Thread Antonio Rojas
s-ffpack flags ? > see https://trac.sagemath.org/ticket/27444#comment:34 > > On Sat, Jan 11, 2020 at 7:53 AM Antonio Rojas > wrote: > > > > Build fails at fflas-ffpack, log attached. Seems related to FS#27870 > > > > -- > > You received this message because

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-01-11 Thread Antonio Rojas
t;> --disable-openmp from fflas-ffpack flags ? > >> see https://trac.sagemath.org/ticket/27444#comment:34 > >> > >> On Sat, Jan 11, 2020 at 7:53 AM Antonio Rojas > wrote: > >> > > >> > Build fails at fflas-ffpack, log attached. Seems related

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-01-23 Thread Antonio Rojas
El jueves, 23 de enero de 2020, 18:11:51 (UTC+1), Dima Pasechnik escribió: > > On Wed, Jan 22, 2020 at 5:20 PM Isuru Fernando > wrote: > > > > [root@50586643ff22 /]# pkg-config --modversion blas > > 0.3.7 > > [root@50586643ff22 /]# pkg-config --modversion cblas > > 3.9.0 > > [root@50586643

[sage-devel] sagenb dependencies

2020-03-11 Thread Antonio Rojas
sagenb was made optional, but its dependencies (such as flask-* packages) are still standard and installed by default as of 9.1.beta7. Shouldn't they be made optional too? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this

[sage-devel] Re: archlinux: some system package not recognized

2020-03-19 Thread Antonio Rojas
El jueves, 19 de marzo de 2020, 14:52:46 (UTC+1), vdelecroix escribió: > > Dear all, > > Thanks to hard work it is now possible to use some package from > the system! That is great! But on my archlinux computer that also > has sage installed from the package manager the following > packages ar

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-04-14 Thread Antonio Rojas
I'm missing some context here... flint does certainly link to ntl already, i don't see how it could work otherwise. El martes, 14 de abril de 2020, 15:23:08 (UTC+2), Dima Pasechnik escribió: > > Hi Antonio, > can Arch's Flint be fixed so that it links against NTL, like in Sage? > Then we won't

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-04-14 Thread Antonio Rojas
That's osx, not Arch El martes, 14 de abril de 2020, 15:38:27 (UTC+2), Dima Pasechnik escribió: > > On Tue, Apr 14, 2020 at 9:28 PM Antonio Rojas > wrote: > > > > I'm missing some context here... flint does certainly link to ntl > already, i don't see

[sage-devel] Re: SingularError in rational_parameterization

2024-04-18 Thread Antonio Rojas
Works fine with system singular 4.3.2.p16 too, so this may be a bug in that particular Singular version. El jueves, 18 de abril de 2024 a las 6:02:53 UTC+2, Kwankyu Lee escribió: > No problem with Singular 4.3.2 included in sage (on mac). -- You received this message because you are subscribed

Re: [sage-devel] Re: [debian-science] Modularized sagemath packages: proof of concept

2024-11-20 Thread Antonio Rojas
El miércoles, 20 de noviembre de 2024 a las 15:37:32 UTC+1, dim...@gmail.com escribió: On 20 November 2024 01:06:39 GMT-06:00, "'tobia...@gmx.de' via sage-devel" < sage-...@googlegroups.com> wrote: >The new version of cysignals, released just a couple of hours ago, now >builds using Meson and

[sage-devel] Re: Error with package during build on linux

2025-01-30 Thread Antonio Rojas
y, I've > attached the error log file. > > Thanks, > > Kareem > > On Tuesday, January 28, 2025 at 1:58:29 PM UTC Antonio Rojas wrote: > >> Are you really trying to build the 3-years-old version 9.5, or is that >> just the name of the dir? In the latter c

[sage-devel] Re: Problem re-installing sage-10.5

2025-02-02 Thread Antonio Rojas
This is a bug in the Debian nauty package. Apparently they patch it to build against system libcliquer but don't actually link to it. Disable system nauty in configure. El lunes, 3 de febrero de 2025 a las 7:44:35 UTC+1, tdumont escribió: > I apologize if this problem as already be solved (I wa

[sage-devel] Re: Error with package during build on linux

2025-01-28 Thread Antonio Rojas
Are you really trying to build the 3-years-old version 9.5, or is that just the name of the dir? In the latter case, please post the full config.log El martes, 28 de enero de 2025 a las 14:41:18 UTC+1, aliat...@gmail.com escribió: > Hi, > > After running ./configure then make, I get greeted wit

[sage-devel] Re: Problems compiling sagemath 10.5.

2025-01-28 Thread Antonio Rojas
See the several reports about this on sage-support. El martes, 28 de enero de 2025 a las 14:41:25 UTC+1, ssimon...@gmail.com escribió: > I tried to compile from sagemath 10.5 source, but I get an error at some > point that stops the compilation: "Error installing package sagelib-10.5". > The co

Re: [sage-devel] Re: Linker failure for gap_packages on arm64 macOS 15.3

2025-01-29 Thread Antonio Rojas
See https://web.archive.org/web/20201218114127/https://trac.sagemath.org/ticket/27372 for some previous discussion about this El miércoles, 29 de enero de 2025 a las 21:43:36 UTC+1, marc@gmail.com escribió: > On Wed, Jan 29, 2025 at 1:33 PM Dima Pasechnik wrote: > >> >> libgap is not re

[sage-devel] Re: Error installing package symmetrica-3.0.1

2025-03-02 Thread Antonio Rojas
Install the Arch symmetrica package. (And, unless you are planning to do sage development, it is highly recommended to use the sagemath distro package instead of building from source in Arch) El domingo, 2 de marzo de 2025 a las 16:23:37 UTC+1, prito...@gmail.com escribió: > Hi, > New here. Wh

[sage-devel] Re: Error building cypari 2.2.1

2025-03-15 Thread Antonio Rojas
Force disabling system pari for now in configure, should be fixed with https://github.com/sagemath/sage/pull/39700 El viernes, 14 de marzo de 2025 a las 2:45:37 UTC+1, Trevor Karn escribió: > Hi all, > > I'm trying to build 10.6.beta9 from source on a Apple M3 Pro running > Sequoia 15.3.1 using