From 75b7c128a247f3477667347e7239115dbfc898cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 22 Feb 2024 10:54:28 +0700 Subject: [PATCH] fftw: build with cmake-bootstrap --- srcpkgs/fftw/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fftw/template b/srcpkgs/fftw/template index 9ef60208a5b..24354bb3962 100644 --- a/srcpkgs/fftw/template +++ b/srcpkgs/fftw/template @@ -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 " @@ -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