gnu: scotch: Build in 64-bit mode on 64-bit machines.
authorLudovic Courtès <ludovic.courtes@inria.fr>
Mon, 26 Jun 2017 15:00:36 +0000 (17:00 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Jun 2017 16:16:11 +0000 (18:16 +0200)
* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add
"INTSIZE64" CPP flag.

gnu/packages/maths.scm

index 3c93e2c..851694b 100644 (file)
@@ -1875,6 +1875,7 @@ YACC = bison -pscotchyy -y -b y
                         '("COMMON_FILE_COMPRESS_GZ"
                           "COMMON_PTHREAD"
                           "COMMON_RANDOM_FIXED_SEED"
+                          "INTSIZE64"             ;use 'long' instead of 'int'
                           ;; Prevents symbolc clashes with libesmumps
                           "SCOTCH_RENAME"
                           ;; XXX: Causes invalid frees in superlu-dist tests