PrincetonUniversity / SPECFEMPP

SPECFEM++ is a complete re-write of SPECFEM suite of packages (SPECFEM2D, SPECFEM3D, SPECFEM3D_GLOBE) using C++
https://specfem2d-kokkos.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 9 forks source link

Adding local boost support to CMake configuration. #72

Closed lsawade closed 1 year ago

lsawade commented 1 year ago

Description

Added CMake feature to look for local boost.

If boost>=1.73.0 is installed and $BOOST_ROOT is cmake will look for as well as the necessary components. If the necessary components cannot be found, cmake will install

On Della:

# in addition to other compiler modules:
module load boost/1.73.0

cmake3 -S . -B build_cpu
cmake3 --build build_cpu -j

Issue Number

Partially fixes #63

Checklist

Please make sure to check developer documentation on specfem docs.

buildbot-princeton commented 1 year ago

Can one of the admins verify this patch?

buildbot-princeton commented 1 year ago

Can one of the admins verify this patch?

Rohit-Kakodkar commented 1 year ago

ok to test

Rohit-Kakodkar commented 1 year ago

ok to test