commit 8605aa5c63242e47694e9098c80e5bebc18dcea6
parent 6a99d7acfd723e2f9f460fdf0b533f116238f5f0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 13 May 2025 16:58:53 +0200
RSIMD updated from 0.5 to 0.6
The RSIMD 0.5 build script is temporarily retained as a fallback
solution, but is now deprecated and no longer used in any build scripts.
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/dev-libs/star-engine_0.15.sh b/src/dev-libs/star-engine_0.15.sh
@@ -43,7 +43,7 @@ export STAR_ENGINE_SH="${version}"
# shellcheck disable=SC2310
if use_simd; then
- . "sci-libs/rsimd_0.5.sh"
+ . "sci-libs/rsimd_0.6.sh"
fi
profile star-engine.profile
diff --git a/src/rad-libs/atrstm_0.1.1.sh b/src/rad-libs/atrstm_0.1.1.sh
@@ -28,7 +28,7 @@ set -e
# shellcheck disable=SC2310
if use_simd; then
- . "sci-libs/rsimd_0.5.sh"
+ . "sci-libs/rsimd_0.6.sh"
fi
name="atrstm"
diff --git a/src/rad-libs/star-sf_0.10.sh b/src/rad-libs/star-sf_0.10.sh
@@ -23,7 +23,7 @@ set -e
# shellcheck disable=SC2310
if use_simd; then
- . "sci-libs/rsimd_0.5.sh"
+ . "sci-libs/rsimd_0.6.sh"
fi
name="star-sf"
diff --git a/src/rad-libs/star-sf_0.9.sh b/src/rad-libs/star-sf_0.9.sh
@@ -23,7 +23,7 @@ set -e
# shellcheck disable=SC2310
if use_simd; then
- . "sci-libs/rsimd_0.5.sh"
+ . "sci-libs/rsimd_0.6.sh"
fi
name="star-sf"