Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 07:00:10 -0800 (PST)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        freebsd-ports@freebsd.org
Subject:   help build mpich with gcc6
Message-ID:  <201702211500.v1LF0A4l099233@mech-as222.men.bris.ac.uk>

next in thread | raw e-mail | index | archive | help
I added

USE_GCC=        6+

to net/mpich/Makefile

but it seems this affected only the C and C++ parts:

$ mpichversion
*skip*

MPICH CC:       gcc6  -O2 -pipe  -fstack-protector -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing 
MPICH CXX:      g++6  -O2 -pipe -fstack-protector -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing  -Wl,-rpath=/usr/local/lib/gcc6
MPICH F77:      gfortran49  -O -Wl,-rpath=/usr/local/lib/gcc49
MPICH FC:       gfortran49  -Wl,-rpath=/usr/local/lib/gcc49

The Fortran parts remained at lang/gcc level.

What settings shall I use to make Fortran components
built with gfortran6 instead?

Thanks

Anton



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702211500.v1LF0A4l099233>