summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-19 17:39:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-19 17:39:35 +0000
commit9aa795a0179b29f7489bd04584bc8d2914da467b (patch)
treee628e5bd3419ed93917cff26165964b8d82064f6 /sci-mathematics
parentfac3cfaabc3c46bf5cb7a2492197925c7c557b42 (diff)
gentoo auto-resync : 19:02:2024 - 17:39:34
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/Manifest.gzbin19144 -> 19142 bytes
-rw-r--r--sci-mathematics/opensmt/Manifest2
-rw-r--r--sci-mathematics/opensmt/opensmt-2.5.2.ebuild8
3 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/Manifest.gz b/sci-mathematics/Manifest.gz
index 76afc5c355e5..7952646b80d7 100644
--- a/sci-mathematics/Manifest.gz
+++ b/sci-mathematics/Manifest.gz
Binary files differ
diff --git a/sci-mathematics/opensmt/Manifest b/sci-mathematics/opensmt/Manifest
index 230b024f5b19..722afeb71247 100644
--- a/sci-mathematics/opensmt/Manifest
+++ b/sci-mathematics/opensmt/Manifest
@@ -1,4 +1,4 @@
AUX opensmt-2.5.2-gcc-14.patch 2151 BLAKE2B 4432e4fc793823ef80d77f33538546e9be8f9d415babab84ca6eaba1a246520789f31eaa1ea5208cf32802408b73fe74e8b653a419e3cb606c74fb6399c9a07c SHA512 665e8dbfc7630ac6f7355b58ee3eb23df813f4b1f8117cbe8c6fec3c421495ba782bb5e0102eb233046e11c5f22271d64ab455b62ee52048d357aaf2adebcc80
DIST opensmt-2.5.2.tar.gz 1935650 BLAKE2B 85cd171d56591d2f1162a41ff8a425fc818238a2820aab0f75cc75ece8898c5e7de1478aeab93e8905a1aedad85a6df03062fefaad69bea043dce1f3f3d531f5 SHA512 c22d17d3aee33a3360f8ea552c82151eafdef7cc89e6750d34b4ff2a011675a5a5f04a7cb68ff984dd6a5332b2f180fb8abc529e64c3970aba6b7eb60408f198
-EBUILD opensmt-2.5.2.ebuild 1541 BLAKE2B 92237f5db403bd6a6f10255ea38d22cbd8d595a560aa0a9166034a9b15bc0e50f942b75f2a7c9067b0d77d0810156d22edaa58299d375f27a588732ab33a250e SHA512 585d611fddf2d3af8997cd56a4acbb50cda3c9b04b193ea335e4112ab29352941d6e69487310e6f85a166b154e6472f8dd6fa6a89113ce613fdfd42c1638b36b
+EBUILD opensmt-2.5.2.ebuild 1578 BLAKE2B 743b2960532a0f0ed4f387464713a004419494f8c0f021eb390821f8e49e28fe2a2997fb5ff6c4ebca40dcb120ca655ef0a7b3f80a7a36ac2fa3be28de004f4d SHA512 47b60aa3bf56a546d543b415f408d3c76836316a93ced3276e4ff1ad6b2760d440011306390f8fe9ed67ff430ba55ddec888b29968f896b95d2314a79491fa45
MISC metadata.xml 798 BLAKE2B 173b47beab9c5ecc15caf32dd0514230f5dbefea8a9c75b33ab4f4cc51bc7e66e1a90240c3d0ba55f09959accf4203136c2b1ab400c2289e8329906cc0aabb56 SHA512 e3acadb473098ff0985b15ce2fb7ffcd8ef2f29fde2736a9c7e5d297a0857e358cdfa508b9f030add29f8bd808ce1594961e9a92768cbc8cff155a8195bd392e
diff --git a/sci-mathematics/opensmt/opensmt-2.5.2.ebuild b/sci-mathematics/opensmt/opensmt-2.5.2.ebuild
index ce988bcd0572..b691b9744363 100644
--- a/sci-mathematics/opensmt/opensmt-2.5.2.ebuild
+++ b/sci-mathematics/opensmt/opensmt-2.5.2.ebuild
@@ -67,8 +67,10 @@ src_configure() {
src_install() {
cmake_src_install
- rm "${ED}"/usr/lib/libopensmt.a || die
+ if use elibc_glibc ; then
+ dolib.so "${ED}"/usr/lib/libopensmt.so*
+ rm "${ED}"/usr/lib/libopensmt.so* || die
+ fi
- dolib.so "${ED}"/usr/lib/libopensmt.*
- rm "${ED}"/usr/lib/libopensmt.* || die
+ rm "${ED}"/usr/lib/libopensmt.a || die
}