mosaic-group / openfpm

OpenFPM: A scalable open framework for particle and particle-mesh codes on parallel computers
http://openfpm.mpi-cbg.de/
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Installation of openfpm_pdata, missing config.h #4

Closed tomashalada closed 3 months ago

tomashalada commented 3 months ago

During the installation (make install), there is problem with config.h for pdata

CMake Error at openfpm_pdata/src/cmake_install.cmake:172 (file):
  file INSTALL cannot find
  "openfpm/openfpm_pdata/src/config/config.h": No such file or directory.

I assume this should ask for build/config/config.h where the config.h is actually located. (Manual copy solved the problem. Maybe I just messed up something in the installation procedure.)

Related lines in openfpm_pdata/src/CMakeLists.txt, probably related to #3 .

abhinavsns commented 3 months ago

Fixed in a394f50111ef074a4983dfb93417a584c375dc77. Thanks!