Skip to content

NETCDFLIB order in configure.rip needs to be changed. #1

Description

@zemega

After running ./configure, there's a line in the configure.rip that says
NETCDFLIB = -L${NETCDF}/lib -lnetcdf -lnetcdff
It needs to be changed into
NETCDFLIB = -L${NETCDF}/lib -lnetcdff -lnetcdf
The order is important when compiling using gfortran.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions