Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15175 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

arpack variants for different fortran compilers

Reported by: mmoll@… Owned by: mmoll@…
Priority: Normal Milestone: Port Updates
Component: ports Version: 1.6.0
Keywords: arpack, gcc42, gcc43, g95 Cc:
Port:

Description

Added support for using different fortran compilers (the same way it is done for e.g. py25-scipy).

Attachments

patch-arpack.diff (2.0 KB) - added by mmoll@… 7 months ago.
Patch for the arpack Portfile

Change History

Changed 7 months ago by mmoll@…

Patch for the arpack Portfile

Changed 6 months ago by wsiegrist@…

  • owner changed from macports-tickets@… to wsiegrist@…
  • status changed from new to assigned

Claiming ticket while I test the patch.

Changed 6 months ago by wsiegrist@…

  • owner changed from wsiegrist@… to mmoll@…
  • status changed from assigned to new

I get the following error with this:

Makefile:47: warning: overriding commands for target `.f.o'
../ARmake.inc:106: warning: ignoring old commands for target `.f.o'
f77 -O2 -ff2c -c svout.f
make[1]: f77: Command not found
make[1]: *** [svout.o] Error 127

I'm assigning back to you since you can commit now.

Changed 6 months ago by mmoll@…

  • status changed from new to closed
  • resolution set to fixed

The arpack package doesn't use configure, so the "configure.fc" settings were meaningless. I checked in a proper fix. The reason I wasn't hit by this bug is because I use the mpi variant.

Note: See TracTickets for help on using tickets.