Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mpluess committed Mar 26, 2024
2 parents 12e75f9 + d64468e commit a3b9ce3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Base
env:
# Native Global Libs
FFTW3_VERSION: 3.3.10
FFTW3F_VERSION: 3.3.10

# Rascil Line
PYBDSF_VERSION: 1.10.2
Expand Down
5 changes: 5 additions & 0 deletions fftw3f/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

./configure --prefix $PREFIX --enable-float
make
make install
26 changes: 26 additions & 0 deletions fftw3f/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package:
name: {{ PACKAGE_NAME|lower }}
version: {{ FFTW3F_VERSION_ALT }}

source:
url: https://fftw.org/fftw-{{ FFTW3F_VERSION }}.tar.gz

build:
number: {{ build }}
string: "h{{ PKG_HASH }}_{{ build }}"

requirements:
build:
- {{ compiler('c') }}
- make

about:
home: https://fftw.org
license: GPL
summary: 'FFTW single precision'
doc_url: https://fftw.org/index.html#documentation
dev_url: https://github.com/FFTW/fftw3

extra:
recipe-maintainers:
- [email protected]

0 comments on commit a3b9ce3

Please sign in to comment.