sci-visualization/labplot: Add USE libcerf
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 3 Sep 2018 17:11:38 +0000 (19:11 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 3 Sep 2018 18:03:31 +0000 (20:03 +0200)
Upstream commit 03f2cec7c69a2ad35ebbf405d1e3cc3ec86479d3

Package-Manager: Portage-2.3.48, Repoman-2.3.10

sci-visualization/labplot/labplot-9999.ebuild
sci-visualization/labplot/metadata.xml

index 5073f218bae949cc34b7e90309f56f9fca335303..30110089d94b8a62000043d41be8e7ef4862ffe0 100644 (file)
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/"
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="cantor fftw fits hdf5 netcdf root"
+IUSE="cantor fftw fits hdf5 libcerf netcdf root"
 
 [[ ${KDE_BUILD_TYPE} != live ]] && S="${WORKDIR}/${P}-kf5"
 
@@ -44,6 +44,7 @@ COMMON_DEPEND="
        fftw? ( sci-libs/fftw:3.0= )
        fits? ( sci-libs/cfitsio:= )
        hdf5? ( sci-libs/hdf5:= )
+       libcerf? ( sci-libs/libcerf )
        netcdf? ( sci-libs/netcdf:= )
        root? (
                app-arch/lz4
@@ -72,6 +73,7 @@ src_configure() {
                -DENABLE_FFTW=$(usex fftw)
                -DENABLE_FITS=$(usex fits)
                -DENABLE_HDF5=$(usex hdf5)
+               -DENABLE_LIBCERF=$(usex libcerf)
                -DENABLE_NETCDF=$(usex netcdf)
                -DENABLE_ROOT=$(usex root)
                -DENABLE_TEST=$(usex test)
index e2c5300fb86161a08633963998fc284f5d1660f2..150390b1984537dc2558c5fc57c7dd28cef031fe 100644 (file)
@@ -16,6 +16,7 @@
        <use>
                <flag name="cantor">Enable support for different open-source computer algebra systems via <pkg>kde-apps/cantor</pkg></flag>
                <flag name="fits">Enable support for NASA's <pkg>sci-libs/cfitsio</pkg> library</flag>
+               <flag name="libcerf">Enable special functions from <pkg>sci-libs/libcerf</pkg></flag>
                <flag name="root">Enable support for CERN's ROOT file type</flag>
        </use>
 </pkgmetadata>