diff options
author | bf <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
commit | c5df546f91d4ce945b2de2e01f71d31243158164 (patch) | |
tree | 28381e3e9e9a82d3a2b45f40fb8df8fd26cc5894 /science/gromacs | |
parent | 86b4e4efcff2f1578c68c8821ff20594cc982a82 (diff) | |
download | freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.gz freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.zst freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.zip |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Diffstat (limited to 'science/gromacs')
-rw-r--r-- | science/gromacs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 082a3db57a72..b8c8c6fcb601 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -7,6 +7,7 @@ PORTNAME= gromacs PORTVERSION= 4.5.5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -48,9 +49,9 @@ IGNORE= cannot build with MPICH and OpenMPI support. Run 'make config' again an .if !defined(WITHOUT_FFTW3) CONFIGURE_ARGS+= --with-fft=fftw3 . if defined(WITH_FLOAT) -LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float . else -LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 . endif .else . if defined(WITH_FFTW2) |