summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-28 03:04:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-28 03:04:46 -0500
commitc21ba35eb4039c697aed1e9e3dcbc6d62763cf37 (patch)
tree20b59304da94a8437dbae4ac8be33a0aaee85913 /sci-mathematics
parent2becf90cbeed1e8431dfd896e8a1b0e52085a807 (diff)
downloadbaldeagleos-repo-c21ba35eb4039c697aed1e9e3dcbc6d62763cf37.tar.gz
baldeagleos-repo-c21ba35eb4039c697aed1e9e3dcbc6d62763cf37.tar.xz
baldeagleos-repo-c21ba35eb4039c697aed1e9e3dcbc6d62763cf37.zip
Adding metadata
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/cadabra/cadabra-2.5.14_p1-r2.ebuild (renamed from sci-mathematics/cadabra/cadabra-2.5.14_p1-r1.ebuild)7
1 files changed, 1 insertions, 6 deletions
diff --git a/sci-mathematics/cadabra/cadabra-2.5.14_p1-r1.ebuild b/sci-mathematics/cadabra/cadabra-2.5.14_p1-r2.ebuild
index 556565b9c2a1..32b7cbaca41d 100644
--- a/sci-mathematics/cadabra/cadabra-2.5.14_p1-r1.ebuild
+++ b/sci-mathematics/cadabra/cadabra-2.5.14_p1-r2.ebuild
@@ -83,10 +83,6 @@ src_prepare() {
cp -r -l "${WORKDIR}/MicroTeX-${BUNDLED_MICROTEX_SUBMODULE_SHA}"/* \
./submodules/microtex/ || die
- # Fix "PYTHON_EXECUTABLE" in Jupyter kernel
- sed -i "s|@PYTHON_EXECUTABLE@|${EPYTHON}|" \
- ./jupyterkernel/kernelspec/kernel.json.in || die
-
# Clean postinst script which calls libtool and icon-cache update
echo '#!/bin/sh' > ./config/postinst.in || die
@@ -102,14 +98,13 @@ src_prepare() {
src_configure() {
local -a mycmakeargs=(
+ -DPython_EXECUTABLE="${PYTHON}"
-DENABLE_SYSTEM_JSONCPP="ON"
-DPACKAGING_MODE="ON"
-
-DBUILD_AS_CPP_LIBRARY="OFF"
-DENABLE_JUPYTER="OFF" # For a special Xeus Jupyter kernel (uses xtl).
-DENABLE_MATHEMATICA="OFF"
-DINSTALL_TARGETS_ONLY="OFF"
-
-DBUILD_TESTS="$(usex test)"
-DENABLE_FRONTEND="$(usex gui)"
-DENABLE_PY_JUPYTER="$(usex jupyter)"