Hello all, I'm wondering if it's possible to call GINAC from Fortran 90 programs. Do you have any hints? thanks in advance, Fausto
Hi! On Fri, Apr 02, 2004 at 12:41:25AM +0200, Fausto Saporito wrote:
I'm wondering if it's possible to call GINAC from Fortran 90 programs. Do you have any hints?
I don't think that's easily possible. Maybe if you write C wrappers for all GiNaC methods and an appropriate interface block for the Fortran program. Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/
Hi Christian, thanks a lot. I was thinking something like this too. :-) By the way, do you think it's possible to compile GINAC under OpenVMS? thanks, fausto Il giorno 03/apr/04, alle 12:46, Christian Bauer ha scritto:
Hi!
On Fri, Apr 02, 2004 at 12:41:25AM +0200, Fausto Saporito wrote:
I'm wondering if it's possible to call GINAC from Fortran 90 programs. Do you have any hints?
I don't think that's easily possible. Maybe if you write C wrappers for all GiNaC methods and an appropriate interface block for the Fortran program.
Bye, Christian
-- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/
Hi! On Sat, Apr 03, 2004 at 04:28:05PM +0200, Fausto Saporito wrote:
By the way, do you think it's possible to compile GINAC under OpenVMS?
Why not? It's just a C++ library, after all. :-) Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/
Hi, yes... it should be easy. :-) But unfortunately under VMS there's no configure, so I have some probs to generate some machine dependent files, like config.h and so on. By the way, I'll try, but if you have a step list about the order of compiling, it should be nice. The same happens for CLN library too. :-) thanks, fausto Il giorno 03/apr/04, alle 22:32, Christian Bauer ha scritto:
Hi!
On Sat, Apr 03, 2004 at 04:28:05PM +0200, Fausto Saporito wrote:
By the way, do you think it's possible to compile GINAC under OpenVMS?
Why not? It's just a C++ library, after all. :-)
Bye, Christian
-- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/
participants (2)
-
Christian Bauer
-
Fausto Saporito