Install this version:
emerge -a =sci-visualization/gwyddion-2.70
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-visualization/gwyddion-2.70
Or alternatively:
emerge --autounmask-write -a =sci-visualization/gwyddion-2.70
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools xdg
DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
HOMEPAGE="http://gwyddion.net/"
SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl python ruby sourceview unique xml X zlib"
# --enable-pygwy is Python 2.7 only (upstream requirement). pygwy's
# C bindings need the python gobject/gtk/gtk.gdk modules at runtime;
# the bundled modules/pygwy/pygtk-embed only ships build-time headers
# and codegen, not the runtime CPython bindings, so system pygtk:2
# (which pulls pygobject:2 and pycairo-python2) is required for a
# working 'import gwy'.
RDEPEND="
>=dev-libs/glib-2.32
dev-libs/libzip
media-libs/libpng:0=
>=sci-libs/fftw-3.1:3.0=[openmp?]
virtual/libiconv
virtual/libintl
x11-libs/cairo
>=x11-libs/gtk+-2.18:2
x11-libs/libXmu
x11-libs/pango
bzip2? ( app-arch/bzip2 )
fits? ( sci-libs/cfitsio[bzip2?] )
jansson? ( dev-libs/jansson )
hdf5? ( sci-libs/hdf5:=[hl,zlib?] )
openexr? ( media-libs/openexr:= )
perl? ( dev-lang/perl:= )
python? (
dev-lang/python:2.7
dev-python/pygtk:2
dev-python/pygobject:2
dev-python/pycairo-python2
)
ruby? ( dev-ruby/narray )
unique? ( dev-libs/libunique:3 )
sourceview? ( x11-libs/gtksourceview:2.0 )
xml? ( dev-libs/libxml2:2= )
zlib? ( virtual/zlib:= )
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( dev-util/gtk-doc )
"
PATCHES=(
"${FILESDIR}/${PN}-2.70-automagic.patch"
)
src_prepare() {
default
eautoreconf
}
# 3D OpenGL rendering is not built: it requires deprecated GTK-2
# x11-libs/gtkglext, which has been removed from ::gentoo.
src_configure() {
# hack for bug 741840
use doc && export GTK_DOC_PATH=/usr/share/gtk-doc
econf \
--disable-rpath \
--without-kde4-thumbnailer \
$(use_enable doc gtk-doc) \
$(use_enable openmp) \
$(use_enable nls) \
$(use_enable python pygwy) \
$(use_with python) \
$(use_with bzip2) \
$(use_with fits cfitsio) \
$(use_with hdf5) \
$(use_with jansson) \
$(use_with perl) \
$(use_with ruby) \
$(use_with openexr exr) \
--without-gl \
$(use_with sourceview gtksourceview) \
$(use_with unique) \
$(use_with xml libxml2) \
$(use_with X x) \
$(use_with zlib) \
--with-zip=libzip
}
src_install() {
default
use python && dodoc modules/pygwy/README.pygwy
find "${ED}" -type f -name "*.la" -delete || die
}
Manage flags for this package:
euse -i <flag> -p sci-visualization/gwyddion |
euse -E <flag> -p sci-visualization/gwyddion |
euse -D <flag> -p sci-visualization/gwyddion
>=dev-libs/glib-2.32 dev-libs/libzip media-libs/libpng:0= >=sci-libs/fftw-3.1:3.0=[openmp?] virtual/libiconv virtual/libintl x11-libs/cairo >=x11-libs/gtk+-2.18:2 x11-libs/libXmu x11-libs/pango bzip2? ( app-arch/bzip2 ) fits? ( sci-libs/cfitsio[bzip2?] ) jansson? ( dev-libs/jansson ) hdf5? ( sci-libs/hdf5:=[hl,zlib?] ) openexr? ( media-libs/openexr:= ) perl? ( dev-lang/perl:= ) python? ( dev-lang/python:2.7 dev-python/pygtk:2 dev-python/pygobject:2 dev-python/pycairo-python2 ) ruby? ( dev-ruby/narray ) unique? ( dev-libs/libunique:3 ) sourceview? ( x11-libs/gtksourceview:2.0 ) xml? ( dev-libs/libxml2:2= ) zlib? ( virtual/zlib:= )
>=dev-libs/glib-2.32 dev-libs/libzip media-libs/libpng:0= >=sci-libs/fftw-3.1:3.0=[openmp?] virtual/libiconv virtual/libintl x11-libs/cairo >=x11-libs/gtk+-2.18:2 x11-libs/libXmu x11-libs/pango bzip2? ( app-arch/bzip2 ) fits? ( sci-libs/cfitsio[bzip2?] ) jansson? ( dev-libs/jansson ) hdf5? ( sci-libs/hdf5:=[hl,zlib?] ) openexr? ( media-libs/openexr:= ) perl? ( dev-lang/perl:= ) python? ( dev-lang/python:2.7 dev-python/pygtk:2 dev-python/pygobject:2 dev-python/pycairo-python2 ) ruby? ( dev-ruby/narray ) unique? ( dev-libs/libunique:3 ) sourceview? ( x11-libs/gtksourceview:2.0 ) xml? ( dev-libs/libxml2:2= ) zlib? ( virtual/zlib:= )
virtual/pkgconfig doc? ( dev-util/gtk-doc )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gwyddion-2.70.tar.xz | 5544560 bytes | http://gwyddion.net/download/2.70/gwyddion-2.70.tar.xz |