From 6701d45d57ed6ad144f0c8ce475e91f42719e88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 15 Mar 2016 15:45:10 -0600 Subject: [PATCH] fftw2: supply the correct F77 compiler Otherwise it uses the system wide one. --- pkgs/fftw2.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/fftw2.yaml b/pkgs/fftw2.yaml index 88385f378..c5dcddcb2 100644 --- a/pkgs/fftw2.yaml +++ b/pkgs/fftw2.yaml @@ -8,5 +8,13 @@ sources: key: tar.gz:7acx7lq4px4lteiwpa7ph2kknjcfddkj build_stages: +- name: f77_fix + mode: replace + after: prologue + before: configure + handler: bash + bash: | + export F77=gfortran + - name: configure extra: ['--enable-mpi', '--enable-sse2', '--enable-avx']