diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-05-20 10:40:34 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-05-20 10:51:59 +0100 |
commit | 277720f7c8bbdb11e714fe05193d6ddaf73b0ebd (patch) | |
tree | a1d8e1c61838fb0adc4bc205e20adc52211e9f6d /sci-chemistry | |
parent | sci-libs/scipy: Bump to EAPI 6 (diff) | |
download | gentoo-277720f7c8bbdb11e714fe05193d6ddaf73b0ebd.tar.gz gentoo-277720f7c8bbdb11e714fe05193d6ddaf73b0ebd.tar.bz2 gentoo-277720f7c8bbdb11e714fe05193d6ddaf73b0ebd.zip |
sci-chemistry/openbabel-python: Fix sandbox issue
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=618956
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild index e5b17f311bc4..1e84b3a87944 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild @@ -61,6 +61,7 @@ src_configure() { -DPYTHON_INCLUDE_PATH="$(python_get_includedir)" -DPYTHON_LIBRARY="$(python_get_library_path)" -DENABLE_TESTS=ON + -DCMAKE_INSTALL_PREFIX="${D}" ) cmake-utils_src_configure |