zita-convolver: remove build flags fix
and enable recommended build flags
This commit is contained in:
parent
dc53384ed0
commit
b5869d8ae6
1 changed files with 4 additions and 8 deletions
|
@ -1,24 +1,20 @@
|
|||
# Template file for 'zita-convolver'
|
||||
pkgname=zita-convolver
|
||||
version=4.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc="source"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="LIBDIR=/usr/lib"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fftw-devel"
|
||||
build_wrksrc="source"
|
||||
short_desc="A fast partitioned convolution engine library"
|
||||
short_desc="Fast partitioned convolution engine library"
|
||||
maintainer="silvernode <mollusk@homebutter.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||
distfiles="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=9aa11484fb30b4e6ef00c8a3281eebcfad9221e3937b1beb5fe21b748d89325f
|
||||
|
||||
CXXFLAGS="-fPIC -DPIC"
|
||||
|
||||
pre_build() {
|
||||
sed -i '/march=native/d' Makefile
|
||||
}
|
||||
CXXFLAGS="-fPIC -ffast-math -funroll-loops"
|
||||
|
||||
post_install() {
|
||||
# add missing symlink
|
||||
|
|
Loading…
Reference in a new issue