> On Jan 25, 2020, at 15:21 , Andrew wrote:
>
> On sage-release Justin C Walker has reported successfully compiled sage
> 9.1.beta1 on a 2019 MBP, 8-core Core i9 running 10.5.2.
>
> I am running 10.5.2 on 2016 MBP, 4-core Core i7 and, as previously reported,
> I whenever I try to compile I
It looks to me like there could be a bad interaction between compiler headers
(probably installed by brew)
in /usr/local and system headers.
If it is not then I would think there could be a bug for upstream givaro.
François
> On 26/01/2020, at 12:21 PM, Andrew wrote:
>
> On sage-release Justin
It works fine thanks a lot.
Le sam. 25 janv. 2020 à 22:20, Dima Pasechnik a écrit :
> You need to tell ./configure which Fortran to use (as by default it
> will take your gfortran version 4, too old, and so it tries to build
> one and fails)
>
> Something like this:
>
> $ FC=gfortran-8 CC=gcc-8
You need to tell ./configure which Fortran to use (as by default it
will take your gfortran version 4, too old, and so it tries to build
one and fails)
Something like this:
$ FC=gfortran-8 CC=gcc-8 CXX=g++-8 ./configure
$ make
should be good.
(I assume that gcc-8 and g++-8 are the matching (gcc
the make error logs are:
make[3] : on entre dans le répertoire « /projet/sage-8.9/build/make »
sage-logger -p 'sage-spkg gfortran-7.4.0'
'/projet/sage-8.9/logs/pkgs/gfortran-7.4.0.log'
[gfortran-7.4.0] Found local metadata for gfortran-7.4.0
[gfortran-7.4.0] Using cached file
/projet/sage-8.9/
Dear sage n emacs users!
I would like to use emacs' hide-show mode (to collapse class and function
definitions) with Sho Takemori's sage-shell mode.
hs-mode works with python mode, but not (out of the box) with sage-shell
mode, although it is derived from python-mode
Has anybody tried or even