Date: Tue, 25 Aug 2009 20:24:09 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/fftw3 Makefile ports/math/fftw3-float Makefile ports/math/fftw3-float-fortran Makefile ports/math/fftw3-fortran Makefile ports/math/fftw3-long Makefile ports/math/fftw3-long-fortran Makefile Message-ID: <200908252024.n7PKO9ja007660@repoman.freebsd.org>
index | next in thread | raw e-mail
db 2009-08-25 20:24:09 UTC
FreeBSD ports repository
Modified files:
math Makefile
math/fftw3 Makefile
math/fftw3-float Makefile
math/fftw3-long Makefile
Removed files:
math/fftw3-float-fortran Makefile
math/fftw3-fortran Makefile
math/fftw3-long-fortran Makefile
Log:
- After digging into the Makefile and configure for fftw3 I discovered
that USE_FORTRAN was only used to determine what name mangling scheme
it had to use to compile the shim libs for fortran, but compiling everything
using 'C' anyway.
With this diff, the slave ports fftw3-long-fortran, fftw3-float-fortran
and fftw3-fortran disapear since the shims are always built, without
necessitating the use of a USE_FORTRAN.
Approved by: ahze (Maintainer)
Revision Changes Path
1.618 +0 -3 ports/math/Makefile
1.2 +0 -15 ports/math/fftw3-float-fortran/Makefile (dead)
1.9 +1 -1 ports/math/fftw3-float/Makefile
1.3 +0 -15 ports/math/fftw3-fortran/Makefile (dead)
1.3 +0 -15 ports/math/fftw3-long-fortran/Makefile (dead)
1.13 +1 -1 ports/math/fftw3-long/Makefile
1.58 +7 -21 ports/math/fftw3/Makefile
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908252024.n7PKO9ja007660>
