Skip to content

build fails with gfortran on linux (CMAKE) #1071

@fiolj

Description

@fiolj

Description

Building with CMAKE on fedora 43
with GNU Fortran (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
and cmake version 3.31.6

using:

cmake --build build

I'm getting serveral errors on compilation, being the first:

src/stdlib_sorting_radix_sort.f90:16:30:

16 | integer(kind=int_index), intent(in) :: N
| 1
Error: Symbol ‘int_index’ at (1) has no IMPLICIT type

I could not trace yet where is the error. Any help would be appreciated.

Expected Behaviour

Successful compilation

Version of stdlib

34723c7

Platform and Architecture

Fedora 43 Linux

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions