[MacPorts] #63031: mpich-default @3.4.1_3: seems to be disabled on Leopard -- but installs easily

MacPorts noreply at macports.org
Fri Jun 11 14:04:27 UTC 2021


#63031: mpich-default @3.4.1_3: seems to be disabled on Leopard -- but installs
easily
---------------------------+----------------------
  Reporter:  kencu         |      Owner:  mascguy
      Type:  defect        |     Status:  reopened
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:
Resolution:                |   Keywords:
      Port:  mpich-defaul  |
---------------------------+----------------------

Comment (by kencu):

 Chris, skipping their linux support and a bit of boilerplate, their entire
 formula is:
 {{{
  args = %W[
       --disable-dependency-tracking
       --enable-fast=all,O3
       --enable-g=dbg
       --enable-romio
       --enable-shared
       --with-pm=hydra
       FC=gfortran-#{Formula["gcc"].any_installed_version.major}
       F77=gfortran-#{Formula["gcc"].any_installed_version.major}
       --disable-silent-rules
       --prefix=#{prefix}
       --mandir=#{man}
     ]

     # Flag for compatibility with GCC 10
     # https://lists.mpich.org/pipermail/discuss/2020-January/005863.html
     args << "FFLAGS=-fallow-argument-mismatch"
     args << "CXXFLAGS=-Wno-deprecated"
     args << "CFLAGS=-fgnu89-inline -Wno-deprecated"

     system "./configure", *args

     system "make"
     system "make", "install"
   end
 }}}

 Which is all I do too, in TCL.

 I will see if I can try your suggested fix.

-- 
Ticket URL: <https://trac.macports.org/ticket/63031#comment:22>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list