Skip to content

Commit e620e9c

Browse files
committed
add 64-bit integer LAPACK deployment
1 parent bef1344 commit e620e9c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- run: | # Just for deployment: create stdlib-fpm folder
3939
python config/fypp_deployment.py --deploy_stdlib_fpm
4040
41+
- run: | # Just for deployment: create stdlib-fpm-ilp64 folder
42+
python config/fypp_deployment.py --deploy_stdlib_fpm --with_ilp64
43+
4144
- run: | # Use fpm gnu ci to check xdp and qp
4245
python config/fypp_deployment.py --with_xdp --with_qp
4346
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP'
@@ -48,4 +51,12 @@ jobs:
4851
if: github.event_name != 'pull_request'
4952
with:
5053
BRANCH: stdlib-fpm
51-
FOLDER: stdlib-fpm
54+
FOLDER: stdlib-fpm
55+
56+
# Update and deploy the f90 files generated by github-ci to the `stdlib-fpm-ilp64` branch.
57+
- name: Deploy with 64-bit integer support 🚀
58+
uses: JamesIves/[email protected]
59+
if: github.event_name != 'pull_request'
60+
with:
61+
BRANCH: stdlib-fpm-ilp64
62+
FOLDER: stdlib-fpm-ilp64

0 commit comments

Comments
 (0)