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
Diane Bruce
db at FreeBSD.org
Tue Aug 25 20:24:10 UTC 2009
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
More information about the cvs-all
mailing list