aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroli <oli@32389bae-6d03-0410-99cf-db05cde120eb>2008-11-26 18:14:05 +0000
committeroli <oli@32389bae-6d03-0410-99cf-db05cde120eb>2008-11-26 18:14:05 +0000
commit2ab86eaa96de8749ba2c0d5e720e96ccd8d7f903 (patch)
tree5ec962419f56dabeb5cab006cd71f6883c5bd8a5 /sci-libs/gmsh/gmsh-2.2.5.ebuild
parentapp-vim/freefem++-syntax: version bump. (diff)
downloadsci-2ab86eaa96de8749ba2c0d5e720e96ccd8d7f903.tar.gz
sci-2ab86eaa96de8749ba2c0d5e720e96ccd8d7f903.tar.bz2
sci-2ab86eaa96de8749ba2c0d5e720e96ccd8d7f903.zip
sci-libs/gmsh: Fixed metis compilation problem and added chaco USE-flag
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1346 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-libs/gmsh/gmsh-2.2.5.ebuild')
-rw-r--r--sci-libs/gmsh/gmsh-2.2.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/gmsh/gmsh-2.2.5.ebuild b/sci-libs/gmsh/gmsh-2.2.5.ebuild
index 50fd5b013..0e312fd1f 100644
--- a/sci-libs/gmsh/gmsh-2.2.5.ebuild
+++ b/sci-libs/gmsh/gmsh-2.2.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.geuz.org/gmsh/src/${P}-source.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cgns doc examples jpeg metis opencascade png zlib X"
+IUSE="chaco cgns doc examples jpeg metis opencascade png zlib X"
RDEPEND="sci-libs/gsl
x11-libs/fltk
@@ -29,6 +29,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}.patch
+ epatch "${FILESDIR}"/${P}_metis.patch
if use cgns && built_with_use sci-libs/cgnslib hdf5; then
epatch "${FILESDIR}"/${P}_hdf5.patch
fi
@@ -48,6 +49,7 @@ src_compile() {
$(use_enable metis) \
$(use_enable opencascade occ) \
$(use_enable png) \
+ $(use_enable chaco) \
$(use_enable zlib)
emake -j1 || die "emake failed"