aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-12-26 11:58:46 -0700
committerChristoph Junghans <ottxor@gentoo.org>2012-12-26 11:58:46 -0700
commitb8442ec858321bce2a64b476bb738e21865f1ffc (patch)
tree9c6cafdb89cc1075b11cfac7fd7becb65a0bd3a4
parentfixed typo (diff)
downloadsci-b8442ec858321bce2a64b476bb738e21865f1ffc.tar.gz
sci-b8442ec858321bce2a64b476bb738e21865f1ffc.tar.bz2
sci-b8442ec858321bce2a64b476bb738e21865f1ffc.zip
fixed another typo
Package-Manager: portage-2.2.0_alpha149
-rw-r--r--sci-chemistry/gromacs/ChangeLog3
-rw-r--r--sci-chemistry/gromacs/gromacs-4.6.9999.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index e00cde97e..7deeeef6f 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
26 Dec 2012; Christoph Junghans <ottxor@gentoo.org> gromacs-4.6.9999.ebuild:
+ fixed another typo
+
+ 26 Dec 2012; Christoph Junghans <ottxor@gentoo.org> gromacs-4.6.9999.ebuild:
fixed typo
26 Dec 2012; Christoph Junghans <ottxor@gentoo.org> gromacs-4.6.9999.ebuild,
diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
index d253a1fd9..362cb74e5 100644
--- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
@@ -106,14 +106,14 @@ src_configure() {
extra+=" -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF"
if use fftw; then
- fft_opts=( -DGMX_FFT_LIBRARY=ffw3 )
+ fft_opts=( -DGMX_FFT_LIBRARY=fftw3 )
elif use mkl; then
fft_opts=( -DGMX_FFT_LIBRARY=mkl
-DMKL_INCLUDE_DIR="${MKLROOT}/include"
-DMKL_LIBRARIES="$(echo /opt/intel/mkl/10.0.5.025/lib/*/libmkl.so);$(echo /opt/intel/mkl/10.0.5.025/lib/*/libiomp*.so)"
)
else
- fft_opts=( -DGMX_FFT_LIBRARY=fftwpack )
+ fft_opts=( -DGMX_FFT_LIBRARY=fftpack )
fi
mycmakeargs_pre+=(