diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-21 06:53:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-21 06:53:49 +0000 |
| commit | da86dfc1eb3c1515517d3a92ebe56a17d58236c5 (patch) | |
| tree | d7838908845417e2b5687380c38c1dcc713ee5ec /sci-visualization/labplot | |
| parent | 93c2eb592a687aeb5e106a73d67b4bcd632214bf (diff) | |
| download | baldeagleos-repo-da86dfc1eb3c1515517d3a92ebe56a17d58236c5.tar.gz baldeagleos-repo-da86dfc1eb3c1515517d3a92ebe56a17d58236c5.tar.xz baldeagleos-repo-da86dfc1eb3c1515517d3a92ebe56a17d58236c5.zip | |
Adding metadata
Diffstat (limited to 'sci-visualization/labplot')
| -rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 17 | ||||
| -rw-r--r-- | sci-visualization/labplot/metadata.xml | 1 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 4684a482542b..b73963a92781 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ECM_HANDBOOK="forceoptional" +ECM_HANDBOOK="optional" ECM_TEST="forceoptional" KFMIN=6.3.0 QTMIN=6.6.2 @@ -18,14 +18,8 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="eigen fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry xlsx" +IUSE="eigen cantor fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry xlsx" -# IUSE="cantor" -# cantor? ( -# >=kde-apps/cantor-19.12.0:6 -# >=kde-frameworks/kparts-${KFMIN}:6 -# >=kde-frameworks/kservice-${KFMIN}:6 -# ) DEPEND=" app-text/poppler[qt6(-)] >=dev-qt/qtbase-${QTMIN}:6=[concurrent,gui,network,sql,widgets] @@ -45,6 +39,11 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 >=kde-frameworks/syntax-highlighting-${KFMIN}:6 >=sci-libs/gsl-1.15:= + cantor? ( + >=kde-apps/cantor-24.12.0:6 + >=kde-frameworks/kparts-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + ) eigen? ( dev-cpp/eigen:3= ) xlsx? ( dev-libs/qxlsx:= ) fftw? ( sci-libs/fftw:3.0= ) @@ -88,7 +87,7 @@ src_configure() { -DENABLE_MQTT=OFF # not packaged -DENABLE_READSTAT=OFF # not packaged -DENABLE_VECTOR_BLF=OFF # not packaged - -DENABLE_CANTOR=OFF # $(usex cantor) + -DENABLE_CANTOR=$(usex cantor) -DENABLE_EIGEN3=$(usex eigen) -DENABLE_XLSX=$(usex xlsx) -DENABLE_FFTW=$(usex fftw) diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml index 8776ad411657..9488dffa01a5 100644 --- a/sci-visualization/labplot/metadata.xml +++ b/sci-visualization/labplot/metadata.xml @@ -17,6 +17,7 @@ <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=LabPlot2</bugs-to> </upstream> <use> + <flag name="cantor">Enable support for different open-source computer algebra systems via <pkg>kde-apps/cantor</pkg></flag> <flag name="eigen">Enable support for fast baseline removal via <pkg>dev-cpp/eigen</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> |
