(trim [EMAIL PROTECTED], [EMAIL PROTECTED])
Please let me know which port is using Fortran!
current status of migration
wait ... wait for commit approval
source ... f90/f77 sources exist
link ... only exist link against f90/f77 complied libraries
gfortran ... used compiler is gfortran42
f77
(trim [EMAIL PROTECTED], [EMAIL PROTECTED])
current status of migration
wait ... wait for commit approval
source ... f90/f77 sources exist
link ... only exist link against f90/f77 complied libraries
gfortran ... used compiler is gfortran42
f77 ... used compiler is g77 (there are some comp
Hi here is some tips.
* Migrate to gfortran42
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
* Useful for link infomation. When link against -lblas or gfortran
compiled libraries with C/C++ programs
(this corresponds to when some program want to link aga
From: Jean-Marc Zucconi <[EMAIL PROTECTED]>
Subject: Re: Migration to gfortran42
Date: Tue, 09 Jan 2007 10:10:07 +0100 (CET)
> >>>>> NAKATA Maho writes:
>
> > Dear maintainers using Fortran and portmgr,
> > First, portmgr@
> > for migration purpose
> NAKATA Maho writes:
> Dear maintainers using Fortran and portmgr,
> First, portmgr@
> for migration purpose only I'd like to add
>> WANT_FORTRAN=yes
>> USE_GCC=4.2+
> to each port that requires fortran. is it okay? if build is broken
> with this fortran, I'll fix, the I'll commit. Co
Dear maintainers using Fortran and portmgr,
First, portmgr@
for migration purpose only I'd like to add
> WANT_FORTRAN=yes
> USE_GCC=4.2+
to each port that requires fortran. is it okay? if build is broken
with this fortran, I'll fix, the I'll commit. Could you please approve
my commits?
All:
The