Re: Swarm dependencies conflicts with Octave

2010-04-15 Thread Cristiano Fontana
It seems that libffi can solve the problem. But now I have yet another problem: swarm needs some jdk to work. Unfortunately openjdk6 does not seem to want to be compiled on Snow Leopard.\ If I tell swarm to use the Apple's system jdk is a problem? Cristiano Il giorno 14/apr/2010, alle or

Re: Swarm dependencies conflicts with Octave

2010-04-14 Thread Ryan Schmidt
On Apr 14, 2010, at 02:49, Cristiano Fontana wrote: > Unfortunately I need to install also ffcall port but it does not install on > my machine because the 64 bit architecture is not yet supported. > I think that this problem will not be fixed soon... Yes, we have a ticket for that which maybe y

Re: Swarm dependencies conflicts with Octave

2010-04-14 Thread Cristiano Fontana
I found how to force to use the old 1.6 version of the API even if the 1.8 version is installed; just a pre processor definition is needed: -DH5_USE_16_API Passing that option to gcc fixes the problem. Unfortunately I need to install also ffcall port but it does not install on my machi

Re: Swarm dependencies conflicts with Octave

2010-04-13 Thread Frank Schima
On Apr 13, 2010, at 9:19 AM, Cristiano Fontana wrote: > I am trying to prepare a Portfile for the Swarm tool www.swarm.org but the > library depends on the hd5 port that conflicts with the hd5-18 that is > required by Octave. > Since I need to use both of them is there a way that I can install

Swarm dependencies conflicts with Octave

2010-04-13 Thread Cristiano Fontana
Hello, I am trying to prepare a Portfile for the Swarm tool www.swarm.org but the library depends on the hd5 port that conflicts with the hd5-18 that is required by Octave. Since I need to use both of them is there a way that I can install boh ports? Thanks, Cristiano __