[MacPorts] #39588: arpack fails to build
#39588: arpack fails to build --------------------------+-------------------------------- Reporter: su1shi4fu3@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: arpack --------------------------+-------------------------------- arpack with the variants +openmpi fails to build. (Variants +mpich probably suffers from the same problem, but I could not test this yet.) The following patch fixes the problem: --- Portfile.old 2013-06-30 15:54:51.000000000 +0200 +++ Portfile.new 2013-06-30 15:54:35.000000000 +0200 @@ -78,6 +78,7 @@ configure.args-delete --disable-mpi configure.args-append --enable-mpi configure.env-append F77=${prefix}/bin/openmpif77 + configure.env-append MPIF77=${prefix}/bin/openmpif77 } variant mpich description {build PARPACK, with MPICH} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 openmpi { -- Ticket URL: <https://trac.macports.org/ticket/39588> MacPorts <http://www.macports.org/> Ports system for OS X
#39588: arpack fails to build ---------------------------+-------------------------------- Reporter: su1shi4fu3@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: arpack | ---------------------------+-------------------------------- Comment (by su1shi4fu3@…): Sorry, wiki formatting made the patch unreadable. Here's the patch again: {{{ --- Portfile.old 2013-06-30 15:54:51.000000000 +0200 +++ Portfile.new 2013-06-30 15:54:35.000000000 +0200 @@ -78,6 +78,7 @@ configure.args-delete --disable-mpi configure.args-append --enable-mpi configure.env-append F77=${prefix}/bin/openmpif77 + configure.env-append MPIF77=${prefix}/bin/openmpif77 } variant mpich description {build PARPACK, with MPICH} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 openmpi { }}} -- Ticket URL: <https://trac.macports.org/ticket/39588#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39588: arpack fails to build ---------------------------+--------------------- Reporter: su1shi4fu3@… | Owner: mmoll@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: arpack | ---------------------------+--------------------- Changes (by ryandesign@…): * cc: mmoll@… (removed) * owner: macports-tickets@… => mmoll@… Old description:
arpack with the variants +openmpi fails to build. (Variants +mpich probably suffers from the same problem, but I could not test this yet.)
The following patch fixes the problem:
--- Portfile.old 2013-06-30 15:54:51.000000000 +0200 +++ Portfile.new 2013-06-30 15:54:35.000000000 +0200 @@ -78,6 +78,7 @@ configure.args-delete --disable-mpi configure.args-append --enable-mpi configure.env-append F77=${prefix}/bin/openmpif77 + configure.env-append MPIF77=${prefix}/bin/openmpif77 }
variant mpich description {build PARPACK, with MPICH} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 openmpi {
New description: arpack with the variants +openmpi fails to build. (Variants +mpich probably suffers from the same problem, but I could not test this yet.) The following patch fixes the problem: {{{ --- Portfile.old 2013-06-30 15:54:51.000000000 +0200 +++ Portfile.new 2013-06-30 15:54:35.000000000 +0200 @@ -78,6 +78,7 @@ configure.args-delete --disable-mpi configure.args-append --enable-mpi configure.env-append F77=${prefix}/bin/openmpif77 + configure.env-append MPIF77=${prefix}/bin/openmpif77 } variant mpich description {build PARPACK, with MPICH} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 openmpi { }}} -- -- Ticket URL: <https://trac.macports.org/ticket/39588#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#39588: arpack fails to build ---------------------------+--------------------- Reporter: su1shi4fu3@… | Owner: mmoll@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: arpack | ---------------------------+--------------------- Changes (by mmoll@…): * status: new => closed * resolution: => fixed Comment: Fixed in r107476. -- Ticket URL: <https://trac.macports.org/ticket/39588#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#39588: arpack fails to build ---------------------------+--------------------- Reporter: su1shi4fu3@… | Owner: mmoll@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: arpack | ---------------------------+--------------------- Comment (by dstrubbe@…): Comment: this problem could occur only if you also had some non-macports non-functional mpif77 installed. -- Ticket URL: <https://trac.macports.org/ticket/39588#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#39588: arpack fails to build ---------------------------+--------------------- Reporter: su1shi4fu3@… | Owner: mmoll@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: arpack | ---------------------------+--------------------- Comment (by su1shi4fu3@…): Yes, I was aware of that. But there are many reasons to have multiple fortran compilers installed, i.e., testing for other packaging systems or pre-release versions. -- Ticket URL: <https://trac.macports.org/ticket/39588#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts