Package Details: fresco 3.1-1

Git Clone URL: https://aur.archlinux.org/fresco.git (read-only, click to copy)
Package Base: fresco
Description: Coupled reaction channels calculations
Upstream URL: http://fresco.org.uk
Licenses: GPL3
Submitter: Rufflewind
Maintainer: Rufflewind
Last Packager: Rufflewind
Votes: 0
Popularity: 0.000000
First Submitted: 2015-04-18 00:22 (UTC)
Last Updated: 2023-07-30 02:02 (UTC)

Latest Comments

Rufflewind commented on 2023-07-30 02:05 (UTC)

The build failures are due to undeclared dependencies in the makefile from the upstream source package, which can cause nondeterministic failures when make is executed with parallelism.

In the latest update, I have included a patch of the makefile to fix the issue: https://aur.archlinux.org/cgit/aur.git/commit/?h=fresco&id=f3770cc8e0e555a043edf46db9294c8cd27eb108 Feel free to give it a try.

FabioLolix commented on 2023-07-17 17:18 (UTC)

Problem building using default compiler:

   59 |         use parameters
      |                 1
Fatal Error: Cannot open module file 'parameters.mod' for reading at (1): No such file or directory
f951: Warning: Nonconforming tab character in column 1 of line 162 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 163 [-Wtabs]
frxx9.f:68:10:

   68 |         use drier
      |                 1
Fatal Error: Cannot open module file 'drier.mod' for reading at (1): No such file or directory
compilation terminated.
f951: Warning: Nonconforming tab character in column 1 of line 165 [-Wtabs]
coulfg.f:41:10:

   41 |         use io
      |                 1
Fatal Error: Cannot open module file 'io.mod' for reading at (1): No such file or directory
compilation terminated.
f951: Warning: Nonconforming tab character in column 1 of line 166 [-Wtabs]
frxx10.f:64:10:

   64 |         use parameters
      |                 1
Fatal Error: Cannot open module file 'parameters.mod' for reading at (1): No such file or directory
compilation terminated.
f951: Warning: Nonconforming tab character in column 1 of line 167 [-Wtabs]
frxx6.f:65:10:

   65 |         use io
      |                 1
Fatal Error: Cannot open module file 'io.mod' for reading at (1): No such file or directory
compilation terminated.

Instead passing gfortran-5 fail with only one error:

  use searchdata
         1
Fatal Error: Can't open module file 'searchdata.mod' for reading at (1): No such file or directory
f951: Warning: Nonconforming tab character in column 4 of line 556 [-Wtabs]