Skip to content

Commit 0a89cbb

Browse files
committed
Replace stdlib with fftpack
1 parent c5d4c59 commit 0a89cbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ jobs:
3535
with:
3636
fpm-version: 'v0.10.0'
3737

38-
- run: | # Just for deployment: create stdlib-fpm folder
39-
python config/fypp_deployment.py --deploy_stdlib_fpm
38+
- run: | # Just for deployment: create fftpack-fpm folder
39+
python config/fypp_deployment.py --deploy_fftpack_fpm
4040
41-
- run: | # Just for deployment: create stdlib-fpm-ilp64 folder
42-
python config/fypp_deployment.py --deploy_stdlib_fpm --with_ilp64
41+
- run: | # Just for deployment: create fftpack-fpm-ilp64 folder
42+
python config/fypp_deployment.py --deploy_fftpack_fpm --with_ilp64
4343
4444
- run: | # Use fpm gnu ci to check xdp and qp
4545
python config/fypp_deployment.py --with_xdp --with_qp
4646
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP'
4747
48-
# Update and deploy the f90 files generated by github-ci to the `stdlib-fpm` branch.
48+
# Update and deploy the f90 files generated by github-ci to the `fftpack-fpm` branch.
4949
- name: Deploy 🚀
5050
uses: JamesIves/[email protected]
5151
if: github.event_name != 'pull_request'
5252
with:
5353
BRANCH: fftpack-fpm
5454
FOLDER: fftpack-fpm
5555

56-
# Update and deploy the f90 files generated by github-ci to the `stdlib-fpm-ilp64` branch.
56+
# Update and deploy the f90 files generated by github-ci to the `fftpack-fpm-ilp64` branch.
5757
- name: Deploy with 64-bit integer support 🚀
5858
uses: JamesIves/[email protected]
5959
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)