Re: [RFC] Removal of Fortran from the base system

From: Steve Kargl <sgk_at_troutmask.apl.washington.edu>
Date: Sat, 27 May 2006 15:09:28 -0700
On Sat, May 27, 2006 at 03:05:01PM -0700, Brooks Davis wrote:
> 
> As long as we get a binary named gfortran (and not gfortran41 or what
> ever) I'm OK with moving this out of the base.
> 

The complete text of the Makefile is 

MASTERDIR=      ${.CURDIR}/../gcc41/
PKGNAMESUFFIX=  -withfortran
WITH_FORTRAN=   yes

DESCR=  ${.CURDIR}/pkg-descr
PKGMESSAGE=     ${.CURDIR}/pkg-message

.include "${MASTERDIR}/Makefile"


You'll also want to do

cat > /usr/bin/f77
#! /bin/sh
/usr/local/bin/gfortran $_at_

-- 
Steve
Received on Sat May 27 2006 - 20:12:43 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:56 UTC