Package Details: fmlib 1.3-5

Git Clone URL: https://aur.archlinux.org/fmlib.git (read-only, click to copy)
Package Base: fmlib
Description: A fortran multiple-precision arithmetic library
Upstream URL: https://dmsmith.lmu.build/
Keywords: fortran precision
Licenses: MIT
Submitter: physkets
Maintainer: None
Last Packager: physkets
Votes: 0
Popularity: 0.000000
First Submitted: 2018-07-09 17:00 (UTC)
Last Updated: 2018-08-05 06:45 (UTC)

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

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

Latest 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

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