charmplusplus / charm

The Charm++ parallel programming system. Visit https://charmplusplus.org/ for more information.
Apache License 2.0
199 stars 50 forks source link

bugfix: change linker flag option for mac builds of charm4py #3797

Closed ericjbohm closed 2 months ago

ericjbohm commented 3 months ago

Address buildold issue for libcharm as used by charm4py on Darwin

ritvikrao commented 3 months ago

On macs, the flag for linking whole archives is different than with linux, so I had to change the flag in CMakeLists.

ritvikrao commented 2 months ago

sending this message to get more eyes on it; it's a trivial flag change for darwin