Package Details: ogpf-git r49.578f7b6-1

Git Clone URL: https://aur.archlinux.org/ogpf-git.git (read-only, click to copy)
Package Base: ogpf-git
Description: An object-oriented Fortran module to access GnuPlot
Upstream URL: https://kookma.github.com/ogpf
Keywords: fortran gnuplot
Licenses: MIT
Submitter: physkets
Maintainer: None
Last Packager: physkets
Votes: 0
Popularity: 0.000000
First Submitted: 2018-08-05 09:47 (UTC)
Last Updated: 2018-08-05 09:47 (UTC)

Pinned Comments

physkets commented on 2018-08-05 09:51 (UTC) (edited on 2018-08-05 09:53 (UTC) by physkets)

To use the module, make sure to add the following flag after your source, in the compile line

-logpf

And the following in your source:

USE OGPF

Also, this package uses an explicit dependence on libgfortran.so, due to which it will block any upgrades to it. So remember to uninstall this package before updates 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-08-05 09:51 (UTC) (edited on 2018-08-05 09:53 (UTC) by physkets)

To use the module, make sure to add the following flag after your source, in the compile line

-logpf

And the following in your source:

USE OGPF

Also, this package uses an explicit dependence on libgfortran.so, due to which it will block any upgrades to it. So remember to uninstall this package before updates 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.