CMake Spheral configuration flag name convention.
Rename existing CMake configuration options in the Spheral++ project that follow the pattern `ENABLE_XXX` to `SPHERAL_XXX`. Additionally, ensure that compile-time definitions referenced in the source code match the corresponding CMake variable names, maintaining consistency with changes made in issue #379. This involves reviewing and updating CMakeLists.txt files and source code.