Skip to content

Rename libraries to avoid clashes between sudirectories in Subprocesses #397

@valassi

Description

@valassi

This is a good suggestion by @roiser: processes like pptt have two subdirectories ggtt and uutt, and both produce libraries with the same name in the same location.

One option is to append the process name to each library.

For instance “libmg5amc_cxx_p1_sigma_sm_gg_ttx.so”. This is easy to implement also in cmake, but may be a bit long.

Another alternative, shorter but maybe less easy in cmake,

> libmg5amc_gg_ttx_common.so
> libmg5amc_gg_ttx_cu.so
> libmg5amc_gg_ttx_cxx.so
> libmg5amc_uux_ttx_common.so
> libmg5amc_uux_ttx_cu.so
> libmg5amc_uux_ttx_cxx.so

To be investigated

Metadata

Metadata

Assignees

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