Files
void-packages/srcpkgs/simde/template
2024-03-14 03:12:11 -04:00

28 lines
802 B
Bash

# Template file for 'simde'
pkgname=simde
version=0.7.6
revision=1
build_style=meson
short_desc="Implementations of SIMD instruction sets"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://github.com/simd-everywhere/simde"
changelog="https://github.com/simd-everywhere/simde/releases"
distfiles="https://github.com/simd-everywhere/simde/archive/refs/tags/v${version}.tar.gz"
checksum=c63e6c61392e324728da1c7e5de308cb31410908993a769594f5e21ff8de962b
if [ "$XBPS_TARGET_LIBC" = musl ]; then
# /usr/bin/ld: <artificial>:(.text+0x1105): undefined reference to `roundeven'
make_check=no
fi
if [ "$XBPS_CHECK_PKGS" ] && [ "$XBPS_TARGET_LIBC" != musl ]; then
configure_args+=" -Dtests=true"
else
configure_args+=" -Dtests=false"
fi
post_install() {
vlicense COPYING
}