Leonardo Andres Espinosa Leal wrote: > Hi guys, > > I have problems with fortran 90 in opensuse 10.2, it is not in my system. > BLAS do not function, I dont know wath happen. >
You have to install it first. I don't know about 10.2 (still on 9.3 here) but it used to be part of the gcc package: [EMAIL PROTECTED]:~> rpm -q --whatprovides g77 gcc-g77-3.3.5-5 fortran 90 is provided by a switch in the g77 compiler. (It provides a subset) If you need a more complete support, check out g95 or gfortran. Those are not part of the SUSE distro though. Regards, -- Jos van Kan registered Linux user #152704 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
