-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Decision
Move extra/MyMPILib out of libneo and into the NEO-2 repository.
Context
From the dependency audit (#258):
- MyMPILib is only used by NEO-2 (single consumer)
- It adds an MPI dependency to libneo that most downstream codes do not need
- Moving it to its sole consumer simplifies the libneo dependency tree
Action
- Move
extra/MyMPILib/to the NEO-2 repository - Remove
add_subdirectory(extra/MyMPILib)and theLIBNEO::MyMPILibtarget from libneo - Update NEO-2 CMake to build MyMPILib from its own source tree instead of pulling it from libneo
PRs
- libneo side: [codex] Remove MyMPILib from libneo #259
- NEO-2 side: Move MyMPILib into NEO-2 NEO-2#66
Ref: #258
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels