UO-OACISS / apex

Autonomic Performance Environment for eXascale (APEX)
Other
38 stars 24 forks source link

Clean up auto-building of included libraries #71

Closed khuck closed 8 years ago

khuck commented 8 years ago

When building BFD, OTF2, OMPT, ActiveHarmony, etc. first look to see if the libraries are in the cmake install location before deciding to rebuild them every single time.

Also, make sure the options are consistent. -DUSE_XXX=TRUE/FALSE -DXXX_ROOT=/path/to/installation -DBUILD_XXX=TRUE/FALSE

In all cases, the default is that APEX will not use them.

khuck commented 8 years ago

Fixed with d79d20d9b0491ebf17f6345b8fb704f344f903fc.