Hi Vincent
On 27 January 2017 at 16:39, Vincent Delecroix <20100.delecr...@gmail.com>
wrote:
> Hi Jan,
>
> Could the dependencies be part of the ppa metadata? That would be simpler
> for users to have fully automated process.
>
I thought it was, but seems not to be (anymore), since the deb packa
Hi Jan,
Could the dependencies be part of the ppa metadata? That would be
simpler for users to have fully automated process.
Best,
Vincent
Le 27/01/2017 à 15:27, Jan Groenewald a écrit :
Hi
On 27 January 2017 at 16:15, wrote:
I do have limits.h but not in this particular folder. I search
It worked right after installing build-essential, thank you very much!
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr...@googlegroups.com.
On Friday, January 27, 2017 at 2:15:54 PM UTC, jordan...@gmail.com wrote:
>
> I do have limits.h but not in this particular folder. I searched for it
> and that is what I got:
>
> jordan@jordan-laptop ~ $ find /usr/include -name limits.h
> /usr/include/linux/limits.h
>
this is something totally
Hi
On 27 January 2017 at 16:15, wrote:
> I do have limits.h but not in this particular folder. I searched for it
> and that is what I got:
>
> jordan@jordan-laptop ~ $ find /usr/include -name limits.h
> /usr/include/linux/limits.h
>
>
Try sudo apt-get install -y build-essential
Did you install
I do have limits.h but not in this particular folder. I searched for it and
that is what I got:
jordan@jordan-laptop ~ $ find /usr/include -name limits.h
/usr/include/linux/limits.h
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscri
On 2017-01-25 17:07, jordan.h.e...@gmail.com wrote:
Hello,
I've been trying to use cython in Jupyter and it fails to compile.
My version of Sage is 7.3. It was installe from the ppa.
I run Linux Mint.
I guess that you are missing a compiler toolchain. In your case, the
system header files lik
Hello,
I've been trying to use cython in Jupyter and it fails to compile.
My version of Sage is 7.3. It was installe from the ppa.
I run Linux Mint.
Here is the error message:
RuntimeError: Error compiling
/home/jordan/.sage/temp/jordan-laptop/5677/tmp_fun1sz.spyx:
running build
running build_
I tried to run cython from my notebook by typing these few lines
adapted from from (http://docs.cython.org/src/quickstart/build.html)
%cython
cdef extern from "math.h":
double sin(double)
cdef double f(double x) except *:
return sin(x**2)
def integgratex(double a, double b, int N):
I recently tried to update sage from version 4.6 or 4.5.something, I
forget which. When sage was rebuilding, however, I encountered the
compile failure described here:
http://trac.sagemath.org/sage_trac/ticket/9828#comment:2
This looks like an issue that was fixed in the past, what do I need to
d
10 matches
Mail list logo