aboutsummaryrefslogtreecommitdiff
path: root/science/gromacs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-11-04 03:32:39 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-11-04 03:32:39 +0000
commitf19df91a2dd6ac2fd42684f84e94b112e626ff50 (patch)
tree70dee8de17c400aa13218c2bda7adfea8cd34c04 /science/gromacs
parent555c7d0e147de32a53867fab107e1790b3f9f03e (diff)
downloadports-f19df91a2dd6ac2fd42684f84e94b112e626ff50.tar.gz
ports-f19df91a2dd6ac2fd42684f84e94b112e626ff50.zip
Notes
Diffstat (limited to 'science/gromacs')
-rw-r--r--science/gromacs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 2bd5bb236961..45c61454caab 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -50,6 +50,10 @@ USE_XLIB= yes
CONFIGURE_ARGS+= --without-fftw
.endif
+.ifndef WITHOUT_FLOAT
+CONFIGURE_ARGS+= --disable-float
+.endif
+
.ifdef WITH_MPI
CONFIGURE_ARGS+= --enable-mpi
CONFIGURE_ENV+= MPICC=${PREFIX}/mpich/bin/mpicc