FFTW in a Firedrake dockerfile #2330
-
Hi folks, I use the Firedrake docker file in the automated test system for https://github.com/colinjcotter/asQ via GitHub Actions. Please can you provide an FFTW version of the docker file? Or if that's not a good idea, please can you tell me how I can provide one? all the best |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I can't see any reason not to have FFTW in the standard Docker containers. Put in a PR adding to the install line in |
Beta Was this translation helpful? Give feedback.
-
I have included the following lines in my test.yml file that specifies the GitHub actions:
The mpi4py-fft installer uses those variables to link against your specified FFTW build. However, the GitHub Actions install says:
This suggests that these variables are not getting passed to pip install. What is the right way to do this? |
Beta Was this translation helpful? Give feedback.
I can't see any reason not to have FFTW in the standard Docker containers. Put in a PR adding to the install line in
docker/Dockerfile.vanilla