mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
Revert "xsimd: update to 11.2.0."
This reverts commit de75fb1452
.
Breaks 32-bit krita build:
https://github.com/void-linux/void-packages/issues/47243
This commit is contained in:
parent
f22ac24a28
commit
e48b8a6ff6
1 changed files with 6 additions and 7 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'xsimd'
|
# Template file for 'xsimd'
|
||||||
pkgname=xsimd
|
pkgname=xsimd
|
||||||
version=11.2.0
|
reverts="11.2.0_1"
|
||||||
revision=1
|
version=11.1.0
|
||||||
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
checkdepends="doctest-devel"
|
|
||||||
short_desc="C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions"
|
short_desc="C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/xtensor-stack/xsimd"
|
homepage="https://github.com/xtensor-stack/xsimd"
|
||||||
distfiles="https://github.com/xtensor-stack/xsimd/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/xtensor-stack/xsimd/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=509bbfe12e78ee1a0e81711019e7c7a372dabcff566dbf15b95cc94339443242
|
checksum=aa54dba8daade472656eba0d27154f072fec06ee3831aefcac69a5f6c7dbbae7
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
configure_args="-DBUILD_TESTS=ON"
|
configure_args="-DBUILD_TESTS=ON"
|
||||||
else
|
makedepends="doctest-devel"
|
||||||
configure_args="-DBUILD_TESTS=OFF"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue