Skip to content

How to compile with support for 64-bit integers? #51

@Optimization10

Description

@Optimization10

I am trying to install METIS with 64-bit integer support, so presumably I have to do the same for GKlib. However, there doesn't seem to be a configuration for this when installing GKlib. Is it enough to change lines 23-24 of gk_types.h from

typedef int32_t gk_int_t; /* integer values /
typedef uint32_t gk_uint_t; /
unsigned integer values */

to

typedef int64_t gk_int_t; /* integer values /
typedef uint64_t gk_uint_t; /
unsigned integer values */

and then install as normal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions