Skip to content

Commit

Permalink
bugfix fftw3 download
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Oct 18, 2023
1 parent 2419ad5 commit 90c1948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
# Native Global Libs
BOOST_VERSION: 1.74 # casacore<--python-casacore<--rascil<--karabo needs boost 1.74
NUMPY_VERSION: 1.25
MPICH_VERSION: 4.1.2
MPICH_VERSION: 4.1.*
SCIPY_VERSION: 1.10.1 # tools21cm have troubles with a lesser version

# Pinocchio Line
Expand Down
2 changes: 1 addition & 1 deletion fftw3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: {{ FFTW3_VERSION_ALT }}

source:
url: https://www.fftw.org/{{ PACKAGE_NAME|lower }}-{{ FFTW3_VERSION }}.tar.gz
url: https://fftw.org/fftw-{{ FFTW3_VERSION }}.tar.gz

build:
string: {{ FFTW3_VERSION_ALT }}
Expand Down

0 comments on commit 90c1948

Please sign in to comment.