To use the library, make sure to add the following flags after your source, in the compile line
-lfmsave -lfm -lfmzm90
Also, since this package uses an explicit dependence on libgfortran.so
, it will block any upgrades to it. So remember to uninstall this package before every update to gcc. This rebuild/install is necessary for two reasons:
- .mod files are highly dependent on the version of the compiler.
- The directory that .mod files are read from depend on the version too.
Pinned Comments
physkets commented on 2018-07-09 17:25 (UTC) (edited on 2018-07-11 06:01 (UTC) by physkets)
To use the library, make sure to add the following flags after your source, in the compile line
Also, since this package uses an explicit dependence on
libgfortran.so
, it will block any upgrades to it. So remember to uninstall this package before every update to gcc. This rebuild/install is necessary for two reasons: