Skip to content

Commit

Permalink
As a post-install step, override the conda pyfftw package with the py…
Browse files Browse the repository at this point in the history
…pi wheel until conda-forge/pyfftw-feedstock#60 is merged.
  • Loading branch information
tskisner committed Jan 30, 2024
1 parent 8a2e6d9 commit fd7a933
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/default/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ install_module=yes
install_jupyter_setup=yes

# Add any other shell commands here for this system...

# Forcibly replace the conda pyfftw package with the wheel
# until this upstream PR is merged:
# https://github.com/conda-forge/pyfftw-feedstock/pull/60
pip install --upgrade --no-deps --force-reinstall pyfftw
5 changes: 5 additions & 0 deletions config/minimal/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ install_module=yes
install_jupyter_setup=yes

# Add any other shell commands here for this system...

# Forcibly replace the conda pyfftw package with the wheel
# until this upstream PR is merged:
# https://github.com/conda-forge/pyfftw-feedstock/pull/60
pip install --upgrade --no-deps --force-reinstall pyfftw
5 changes: 5 additions & 0 deletions config/perlmutter/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ install_module=yes
install_jupyter_setup=yes

# Add any other shell commands here for this system...

# Forcibly replace the conda pyfftw package with the wheel
# until this upstream PR is merged:
# https://github.com/conda-forge/pyfftw-feedstock/pull/60
pip install --upgrade --no-deps --force-reinstall pyfftw
5 changes: 5 additions & 0 deletions config/site/post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ install_module=yes
install_jupyter_setup=yes

# Add any other shell commands here for this system...

# Forcibly replace the conda pyfftw package with the wheel
# until this upstream PR is merged:
# https://github.com/conda-forge/pyfftw-feedstock/pull/60
pip install --upgrade --no-deps --force-reinstall pyfftw

0 comments on commit fd7a933

Please sign in to comment.