Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Wed, 26 Dec 2012 18:59:09
Message-Id: 1356548326.b8442ec858321bce2a64b476bb738e21865f1ffc.kleiner_otti@gentoo
1 commit: b8442ec858321bce2a64b476bb738e21865f1ffc
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 18:58:46 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Wed Dec 26 18:58:46 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b8442ec8
7
8 fixed another typo
9
10 Package-Manager: portage-2.2.0_alpha149
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index e00cde9..7deeeef 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -3,6 +3,9 @@
22 # $Header: $
23
24 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
25 + fixed another typo
26 +
27 + 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
28 fixed typo
29
30 26 Dec 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild,
31
32 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
33 index d253a1f..362cb74 100644
34 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
36 @@ -106,14 +106,14 @@ src_configure() {
37 extra+=" -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF"
38
39 if use fftw; then
40 - fft_opts=( -DGMX_FFT_LIBRARY=ffw3 )
41 + fft_opts=( -DGMX_FFT_LIBRARY=fftw3 )
42 elif use mkl; then
43 fft_opts=( -DGMX_FFT_LIBRARY=mkl
44 -DMKL_INCLUDE_DIR="${MKLROOT}/include"
45 -DMKL_LIBRARIES="$(echo /opt/intel/mkl/10.0.5.025/lib/*/libmkl.so);$(echo /opt/intel/mkl/10.0.5.025/lib/*/libiomp*.so)"
46 )
47 else
48 - fft_opts=( -DGMX_FFT_LIBRARY=fftwpack )
49 + fft_opts=( -DGMX_FFT_LIBRARY=fftpack )
50 fi
51
52 mycmakeargs_pre+=(