GNU bug report logs -
#76270
[PATCH 0/2] Add sage.
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Thu, 13 Feb 2025 15:19:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Andreas Enge <andreas <at> enge.fr> skribis:
> Am Fri, Feb 14, 2025 at 07:30:42PM +0100 schrieb Andreas Enge:
>> I use "package/inherit" in the patch, and experimentally it did not work
>> when I moved the package definition into the different module sagemath.
>> Is that true? In that case, I would have to use regular inheritance.
>
> Well, that also does not work. I import the (gnu packages maths) module
> in sagemath.scm, and the variable maxima can be used, but also
> (define-public maxima-ecl
> (package
> (inherit maxima)
> (name "maxima-ecl")
> ...
> leads to the error message
> ice-9/eval.scm:293:34: error: maxima: unbound variable
> hint: Did you forget a `use-modules' form?
>
> Can this be worked around? Or do I need to keep maxima-ecl in the same
> module as maxima (maths.scm) and mark maxima-ecl as hidden?
> Or should I move both to the sagemath module?
>
> Andreas
Keeping both maxima versions in "math.scm" and making the one using ecl
hidden seems like a good way to do it. You could even name it
maxima-for-sage instead of maxima-ecl if it makes it clearer why it's
there...
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.