2 # Contributor: Andrea Scarpino <andrea@archlinux.org>
3 # Contributor: PedsXing <pedsxing at gmx dot net>
8 pkgdesc='A library to ease explicit vectorization of C++ code'
9 url='https://github.com/VcDevel/Vc'
13 source=(https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz)
14 sha256sums=('50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952')
17 cmake -B build -S Vc-$pkgver \
18 -DCMAKE_INSTALL_PREFIX=/usr \
19 -DTARGET_ARCHITECTURE=generic
24 DESTDIR="$pkgdir" cmake --install build