Skip to content

Commit d6e3916

Browse files
author
Roberto Di Remigio
committed
Forgot to enable 64-bit integers selection from setup script...
1 parent dda43a4 commit d6e3916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def gen_cmake_command(args):
262262
# command += ' -DENABLE_MPI=%s' % translate_cmake(args.mpi)
263263
# command += ' -DENABLE_SGI_MPT=%s' % translate_cmake(args.sgi_mpt)
264264
# command += ' -DENABLE_OMP=%s' % translate_cmake(args.omp)
265-
# command += ' -DENABLE_64BIT_INTEGERS=%s' % translate_cmake(args.int64)
265+
command += ' -DENABLE_64BIT_INTEGERS=%s' % translate_cmake(args.int64)
266266
# command += ' -DENABLE_CSR=%s' % translate_cmake(args.csr)
267267
# command += ' -DENABLE_SCALAPACK=%s' % translate_cmake(args.scalapack)
268268
# command += ' -DENABLE_SCALASCA=%s' % translate_cmake(args.scalasca)

0 commit comments

Comments
 (0)