Skip to content

Commit 0885394

Browse files
perazzivan-pi
andauthored
Update config/fypp_deployment.py
Co-authored-by: Ivan Pribec <[email protected]>
1 parent e13b612 commit 0885394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/fypp_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def fpm_build(args,unknown):
148148
parser.add_argument("--maxrank",type=int, default=4, help="Set the maximum allowed rank for arrays")
149149
parser.add_argument("--with_qp",action='store_true', help="Include WITH_QP in the command")
150150
parser.add_argument("--with_xdp",action='store_true', help="Include WITH_XDP in the command")
151-
parser.add_argument("--with_ilp64",action='store_true', help="Include WITH_ILP64 to build 64-bit BLAS/LAPACK")
151+
parser.add_argument("--with_ilp64",action='store_true', help="Include WITH_ILP64 to build 64-bit integer BLAS/LAPACK")
152152
parser.add_argument("--lnumbering",action='store_true', help="Add line numbering in preprocessed files")
153153
parser.add_argument("--deploy_stdlib_fpm",action='store_true', help="create the stdlib-fpm folder")
154154
# external libraries arguments

0 commit comments

Comments
 (0)