On 03/29/10 23:05, Dag Sverre Seljebotn wrote:
> Michael Haubenwallner wrote:
>> Dag Sverre Seljebotn wrote:
>>  
>>> There's lot of half-baked distribution solution available (sagemath.org,
>>> femhub.org, enthought.com, pythonxy.com), but Gentoo seems like a better
>>> choice for my project for several reasons.
>>>     
>>
>> After a short look on all those links and after reading bug#240622 I get
>> the impression (may be wrong), that Gentoo Prefix _is_ what you're
>> looking
>> for - as a _replacement_ for sagemath (and others):
>> It just seems necessary to isolate the math-only package(s) out of
>> sagemath and write the ebuild(s) which uses already existent Gentoo
>> package-definitions (=ebuilds) as dependencies.
>>   
> That's what I'm hoping, anyway.
> 
> The ebuilds won't be the problem, the ones I need are already in Gentoo
> (and if not, François Bissey, who maintains a Sage overlay for Gentoo,
> has agreed to help me get to know Gentoo).
> 
> The summary seems to be (and it's how others have put it as well):
> - Gentoo prefix has the advantage of a much more mature package
> distribution system (and community around it)
> - The ones mentioned has (what is in the community percieved as) the
> advantage of using LD_LIBRARY_PATH (being easily movable, bundleable)
> and using the system compilers and libtool (so they feel less like an
> "OS within an OS" and more like a software distribution mechanism -- one
> could argue this is not a good argument though).

just to chime in on the movability: i successfully moved whole prefix
installations to other directories, and they worked fine (hint: i used
chpathtool to adjust paths) the only limitation is, that the path has to
be the exact same length (or less long, but that one didn't work for me
yet, but that could be fixable). of course this is not really
convenient, but it should be possibly for you to create

"/home/user/prefix-with-long-path1"
and
"/cluster/disk25/user/prefix-short"

those would be exchangeable. Of course chpathtool is possibly still not
perfect, and i observed the one or the other segfault with certain files
(none of those lately though). However you're free to fix it ;)

Cheers, Markus

> 
> It seems I'm hoping for the best of both worlds, which I might not be
> able to get (or, not without a lot of work, and I guess I should at
> least gain much more Gentoo experience first).
> 
> Dag Sverre
> 


Reply via email to