Add pkgconfig compile options to a metapackage Get version Get libraries Get compiler flags
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(metapackage_t), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | name | |||
character(len=*), | intent(in) | :: | include_flag | |||
character(len=:), | allocatable | :: | libdir | |||
type(error_t), | intent(out), | allocatable | :: | error |
Given a library name and folder, find extension and prefix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | lib_name | |||
character(len=*), | intent(in) | :: | lib_dir | |||
character(len=:), | intent(out), | allocatable | :: | prefix | ||
character(len=:), | intent(out), | allocatable | :: | suffix | ||
logical, | intent(out) | :: | found |