On Mar 5, 2008, at 2:47 PM, Martin Albrecht wrote:
>
>> A couple of questions:
>>
>> What's the problem with deleting static libraries after the build?
>> They aren't used once the compilation is done.
>
> If you touch e.g. integer.pyx and "sage -b" you'll need libgmp.a,
> that's all.
> If not
> A couple of questions:
>
> What's the problem with deleting static libraries after the build?
> They aren't used once the compilation is done.
If you touch e.g. integer.pyx and "sage -b" you'll need libgmp.a, that's all.
If nothing gets ever compiled you are good. However, adding a block "%cyt
Hi, Martin,
On Mar 5, 2008, at 8:58 AM, Martin Albrecht wrote:
> On Wednesday 05 March 2008, Ryan Hinton wrote:
>> What if I want to develop in certain sections (coding theory, maybe
>> some graph theory)?
>
> I wouldn't recommend deleting static libraries because it is too
> easy to shoot
> yo
On Wednesday 05 March 2008, Ryan Hinton wrote:
> What if I want to develop in certain sections (coding theory, maybe
> some graph theory)?
I wouldn't recommend deleting static libraries because it is too easy to shoot
yourself in the foot if you do. If you only strip your binaries/libraries
the
What if I want to develop in certain sections (coding theory, maybe
some graph theory)?
On Mar 5, 3:38 pm, "Michael.Abshoff" <[EMAIL PROTECTED]>
wrote:
> Ryan Hinton wrote:
> > I would like to use and contribute to Sage on my university's Linux
> > cluster, but I only have about 2.0 GB disk space
On Wednesday 05 March 2008, Ryan Hinton wrote:
> I would like to use and contribute to Sage on my university's Linux
> cluster, but I only have about 2.0 GB disk space total for programs
> and data. An Ubuntu installation (sage-2.10.2, I believe) weighed in
> at about 1.3 GB. I don't think this
Ryan Hinton wrote:
> I would like to use and contribute to Sage on my university's Linux
> cluster, but I only have about 2.0 GB disk space total for programs
> and data. An Ubuntu installation (sage-2.10.2, I believe) weighed in
> at about 1.3 GB. I don't think this leaves me enough room for da