Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89969 | Differences between
and this patch

Collapse All | Expand All

(-)gromacs-3.2.1.ebuild (-2 / +7 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE="mpi xml2"
7
IUSE="mpi xml2 altivec"
8
8
9
DESCRIPTION="The ultimate molecular dynamics simulation package"
9
DESCRIPTION="The ultimate molecular dynamics simulation package"
10
SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${P}.tar.gz"
10
SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${P}.tar.gz"
Lines 12-18 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="x86 amd64"
15
KEYWORDS="x86 amd64 ~ppc64"
16
16
17
#mpi is a local USE flag now
17
#mpi is a local USE flag now
18
#May become official when situation with mpich is cleared (now the only mpi implementation awailable is lam-mpi)
18
#May become official when situation with mpich is cleared (now the only mpi implementation awailable is lam-mpi)
Lines 34-39 Link Here
34
	then
34
	then
35
		myconf="${myconf} --enable-axp-asm"
35
		myconf="${myconf} --enable-axp-asm"
36
	fi
36
	fi
37
	
38
	if use !altivec
39
	then
40
		myconf="${myconf} --disable-ppc-altivec"
41
	fi
37
42
38
	# static should work but something's broken.
43
	# static should work but something's broken.
39
	# gcc spec file may be screwed up.
44
	# gcc spec file may be screwed up.

Return to bug 89969