gnu: scotch: Explicitly pass "-DINTSIZE" to CMake.
authorLudovic Courtès <ludovic.courtes@inria.fr>
Mon, 7 Mar 2022 15:41:33 +0000 (16:41 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 7 Mar 2022 21:49:27 +0000 (22:49 +0100)
commit6e09ab9f614916ad850155407755ef3421a23775
tree4e623e35bfdb590987250d133fb393cf06bebb51
parent667f21aea000b988f2587f9039be25e61a2cbb08
gnu: scotch: Explicitly pass "-DINTSIZE" to CMake.

Previously, the 'scotch' and 'pt-scotch' packages would use the default
int size, which turned out to be 32 on x86_64-linux instead of 64 as it
used to be in Scotch 6.x.

* gnu/packages/maths.scm (scotch)[arguments]: Add "-DINTSIZE" to #:configure-flags.
(scotch32)[arguments]: Likewise.
(pt-scotch)[arguments]: Likewise.
(pt-scotch32)[arguments]: Likewise.
gnu/packages/maths.scm