Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: add lib fftw3
Browse files Browse the repository at this point in the history
fftw3是padthv1的依赖包。

Log: finish lib fftw3
  • Loading branch information
especiallyW committed Oct 27, 2023
1 parent a42dc37 commit 1f575a2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions fftw3/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
id: fftw3
name: fftw3
version: 3.3.10
kind: lib
description: |
FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).
runtime:
id: org.deepin.Runtime
version: 23.0.0

depends:
- id: automake
version: 1.16.5

source:
kind: archive
url: https://fftw.org/fftw-3.3.10.tar.gz
digest: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

build:
kind: autotools
manual:
configure: |
cd fftw-3.3.10
./configure ${conf_args} ${extra_args}

0 comments on commit 1f575a2

Please sign in to comment.