fftw: build with cmake-bootstrap

This commit is contained in:
Đoàn Trần Công Danh 2024-02-22 10:54:28 +07:00
parent def746f990
commit 75b7c128a2

View file

@ -2,7 +2,7 @@
pkgname=fftw
version=3.3.10
revision=2
hostmakedepends="libtool automake cmake"
hostmakedepends="libtool automake cmake-bootstrap"
makedepends="libgomp-devel"
short_desc="Library for computing the discrete Fourier transform (DFT)"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -17,6 +17,7 @@ pre_configure() {
}
do_configure() {
PATH=$PATH:/usr/libexec/xbps-src/bin
local CARGS="--enable-shared --enable-threads --enable-openmp"
case "$XBPS_TARGET_MACHINE" in