gnu: scotch: Build in 64-bit mode on 64-bit machines.
* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add "INTSIZE64" CPP flag.
This commit is contained in:
parent
11f0c4e871
commit
26599d692c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue