mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
fftw: build with cmake-bootstrap
This commit is contained in:
parent
def746f990
commit
75b7c128a2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue