[MacPorts] #39365: arpack @3.1.1 +openmpi or +mpich configure fails if mpi wasn't built with fortran wrappers

MacPorts noreply at macports.org
Thu Jun 6 14:46:55 PDT 2013


#39365: arpack @3.1.1 +openmpi or +mpich configure fails if mpi wasn't built with
fortran wrappers
-------------------------+--------------------------------
  Reporter:  dstrubbe@…  |      Owner:  macports-tickets@…
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.1.3
Resolution:  fixed       |   Keywords:  haspatch
      Port:  arpack      |
-------------------------+--------------------------------
Changes (by mmoll@…):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Thanks! Committed in r106733. I tried to update the port, but get errors
 when trying to compile. Here are the Portfile changes:
 {{{

 Index: Portfile
 ===================================================================
 --- Portfile    (revision 106733)
 +++ Portfile    (working copy)
 @@ -5,8 +5,7 @@
  PortGroup  active_variants 1.1

  name          arpack
 -version       3.1.2
 -revision      1
 +version       3.1.3
  categories    math
  license       BSD
  platforms     darwin
 @@ -16,13 +15,12 @@
      ARPACK is a collection of Fortran77 subroutines designed to solve
 large \
      scale eigenvalue problems. Parallel ARPACK (PARPACK) is included if
 built with an MPI variant.
  homepage            http://forge.scilab.org/index.php/p/arpack-ng
 -master_sites        ${homepage}/downloads/497
 -distfiles           get
 -dist_subdir         ${name}/${version}
 -checksums           md5     7644e234f219ec1a29849b6d7811a6b1 \
 -                    sha1    f5453e2d576f131890ca023e1d853e18920f9c3c \
 -                    rmd160  2c55eca384cc0a1aebacdef527f88426932bf57b
 -worksrcdir          ${name}-ng_${version}
 +master_sites        ${homepage}/downloads/get
 +distfiles           arpack-ng-${version}.tar.gz
 +checksums           md5     90ba42eae70b517ebdb72921cb4186df \
 +                    sha1    c1ac96663916a4e11618e9557636ba1bd1a7b556 \
 +                    rmd160  30a3b8a707417afeb3f8a794ee3aa0160fa3e745
 +worksrcdir          ${name}-ng-${version}

  configure.args-append home=${worksrcpath} --disable-mpi
  # LDFLAGS needs to be defined here to avoid it having also a "-arch"
 option, considered illegal by gfortran
 }}}
 Perhaps you can make it work...

-- 
Ticket URL: <https://trac.macports.org/ticket/39365#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list