FS#19020 - [netcdf] has been built without Fortran support
Attached to Project:
Arch Linux
Opened by Vsevolod Scherbinin (vscherbinin) - Saturday, 10 April 2010, 03:33 GMT
Last edited by Ronald van Haren (pressh) - Thursday, 06 May 2010, 14:47 GMT
Opened by Vsevolod Scherbinin (vscherbinin) - Saturday, 10 April 2010, 03:33 GMT
Last edited by Ronald van Haren (pressh) - Thursday, 06 May 2010, 14:47 GMT
|
Details
Description: File 'netcdf.mod' is not exists in the /usr/lib
(or any another directory). Is there FORTRAN support in new
version(s) of the netcdf package?
Additional info: * package version(s) 4.1-1 Steps to reproduce: Try to compile the next source code using gfortran compiler: !****************** file 'bug.f90' ************************ use netcdf implicit none integer :: ncid, status status = nf90_create("dummy.nc", nf90_noclobber, ncid) status = nf90_enddef(ncid) status = nf90_close(ncid) end !********************************************************** Command line for compiling (which works with the previous version): gfortran -c -I/usr/include/ bug.f90; gfortran -O2 -o bug bug.o -L/usr/local/netcdf/lib -lnetcdff; rm bug.o Result is: Use netcdf 1 Fatal Error: Can't open module file 'netcdf.mod' for reading at (1): No such file or directory |
This task depends upon
Closed by Ronald van Haren (pressh)
Thursday, 06 May 2010, 14:47 GMT
Reason for closing: Implemented
Additional comments about closing: fortran support is in 4.1.1-2
Thursday, 06 May 2010, 14:47 GMT
Reason for closing: Implemented
Additional comments about closing: fortran support is in 4.1.1-2
Comment by
Ronald van Haren (pressh) - Saturday,
10 April 2010, 21:16 GMT
I'll check into it when I have time to update netcdf to 4.1.1