mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +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
|
pkgname=fftw
|
||||||
version=3.3.10
|
version=3.3.10
|
||||||
revision=2
|
revision=2
|
||||||
hostmakedepends="libtool automake cmake"
|
hostmakedepends="libtool automake cmake-bootstrap"
|
||||||
makedepends="libgomp-devel"
|
makedepends="libgomp-devel"
|
||||||
short_desc="Library for computing the discrete Fourier transform (DFT)"
|
short_desc="Library for computing the discrete Fourier transform (DFT)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -17,6 +17,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
PATH=$PATH:/usr/libexec/xbps-src/bin
|
||||||
local CARGS="--enable-shared --enable-threads --enable-openmp"
|
local CARGS="--enable-shared --enable-threads --enable-openmp"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue