GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
203 stars 80 forks source link

Link against gRPC #3188

Closed MichaelSekachev closed 1 week ago

MichaelSekachev commented 1 week ago

Hi Randy. I filed this PR to a branch called msek/ix-geos-coupling instead of the developer branch because I need to work with a one-year old GEOS code, i.e. the specific commit Pierre Samier used for his development. I have a same-named branch in the TPL as well: https://github.com/GEOS-DEV/thirdPartyLibs/commits/msek/ix-geos-coupling/

MichaelSekachev commented 1 week ago

The issue I have is when I run $ python scripts/config-build.py -hc host-configs/TOTAL/rdhpc8-CPU.cmake -bt Debug

I get the following error:

CMake Warning at cmake/thirdparty/SetupGeosxThirdParty.cmake:880 (message):
  ENABLE_GRPC is ON but GRPC_DIR isn't defined.
Call Stack (most recent call first):
  cmake/CMakeBasics.cmake:49 (include)
  CMakeLists.txt:71 (include)

-- Not using grpc.
MichaelSekachev commented 1 week ago

Here are also the logs for TPL and GEOS: output-tpl-python-rdhpc8-debug.txt output-geos-python-rdhpc8-debug.txt