-
Notifications
You must be signed in to change notification settings - Fork 216
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Hi, after installing stdlib I've found a couple of inconsistencies (bugs?) with pkg-config that result in stdlib not working with my programs using Make when following the instructions
-
The file
fortran_stdlib.pcis installed in:
$(install_dir)/lib64/pkgconfig
instead of
$(install_dir)/lib/pkgconfig
as stated in the README.md -
In the contents of
fortran_stdlib.pcreads:
moduledir=${prefix}/include/fortran_stdlib/GNU-15.2.1
but in order to make it work I had to modify it to read:
moduledir=${prefix}/include/fortran_stdlib/GNU-15.2.1/fortran_stdlib
I don't know the workings of cmake to see if efectively is a bug, and how to correct it.
Expected Behaviour
The installation working with the instructions in README.md
Version of stdlib
Platform and Architecture
Fedora 43
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working