-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Platform and Architecture
Fedora 43 Linux
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working