Skip to content

Only build user requested set of containers? #62

@ZedThree

Description

@ZedThree

Currently, building downstream consumers of gFTL-shared such as pFUnit requires building all versions of all containers. It would be very nice if users could build only the set that they need. This would massively speed up builds.

I think this would be pretty easy to achieve. As well as adding each container to the gftl-shared library here:

target_sources (${v2-default} PRIVATE vector/${T}${Container}_wrap.F90)

also make a new target just for that container:

add_library(${T}_${Container} vector/${T}${Container}_wrap.F90)

Then users could link against GTL_SHARED::String_Vector for example, and only build what they require.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions