Subject: Re: proposal: USE_FORTRAN
To: <>
From: None <mcmahill@mtl.mit.edu>
List: tech-pkg
Date: 11/19/1999 09:12:25
On Thu, 18 Nov 1999, Hubert Feyrer wrote:
> On Wed, 17 Nov 1999 mcmahill@mtl.mit.edu wrote:
> > .if defined(USE_FORTRAN)
> > .if !exists(/usr/bin/f77) || defined(USE_F2C)
> > DEPENDS+= f2c-19989812:${PKGSRCDIR}/lang/f2c
>
> How about RUN_DEPENDS=...(different syntax) ?
so I should use something like
BUILD_DEPENDS+= f2c-f77:${PKGSRCDIR}/lang/f2c
RUN_DEPENDS+= f2c-f77:${PKGSRCDIR}/lang/f2c
since 'f2c-f77' is executed during the build process and is also (for at
least some of the packages which use fortran) used when the other packages
are run?
-Dan