Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture i686
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
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

Loading...