MOAB build error with irel enabled.
Hello, I am seeing the following moab-config errors while building MeshKit on Mac OS. 1. For both ser and par configs: " CMake Error at itaps/CMakeLists.txt:18 (add_subdirectory): The source directory ..../moab/itaps/irel does not contain a CMakeLists.txt file. " Q: Does irel originally has a CMakeLists file? 2. For the ser config: " -- Found CGM: /opt/utest/volatile-clangcxx11/cgm-stable.r1597-sersh/include/cgm -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface - Found GLOBAL but not MODULE mangling CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MPI_EXTRA_LIBRARY linked by target "MOAB" in directory ..../moab/src " Could you please help me on fixing the above config errors. Thanks, Madhu
Sorry about our delayed reply. We are still fixing the CMake configuration for MeshKit. I should be able to push the changes later today. As of now, I don't think the CMake builds work out of the box for MeshKit. CGM/MOAB CMake builds are much more stable however. Note: You should be using the "master" branch in both CGM and MOAB if you want CMake builds. These changes will be part of the upcoming release. Vijay On Tue, May 23, 2017 at 5:41 PM, Madhusudhan Kundrapu <[email protected]> wrote:
Hello,
I am seeing the following moab-config errors while building MeshKit on Mac OS.
1. For both ser and par configs:
"
CMake Error at itaps/CMakeLists.txt:18 (add_subdirectory): The source directory
..../moab/itaps/irel
does not contain a CMakeLists.txt file.
"
Q: Does irel originally has a CMakeLists file?
2. For the ser config:
"
-- Found CGM: /opt/utest/volatile-clangcxx11/cgm-stable.r1597-sersh/ include/cgm -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface - Found GLOBAL but not MODULE mangling CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MPI_EXTRA_LIBRARY linked by target "MOAB" in directory ..../moab/src
"
Could you please help me on fixing the above config errors.
Thanks,
Madhu
Thanks Vijay, Madhu On 05/24/2017 07:05 AM, Vijay S. Mahadevan wrote:
Sorry about our delayed reply.
We are still fixing the CMake configuration for MeshKit. I should be able to push the changes later today. As of now, I don't think the CMake builds work out of the box for MeshKit. CGM/MOAB CMake builds are much more stable however.
Note: You should be using the "master" branch in both CGM and MOAB if you want CMake builds. These changes will be part of the upcoming release.
Vijay
On Tue, May 23, 2017 at 5:41 PM, Madhusudhan Kundrapu <[email protected] <mailto:[email protected]>> wrote:
Hello,
I am seeing the following moab-config errors while building MeshKit on Mac OS.
1. For both ser and par configs:
"
CMake Error at itaps/CMakeLists.txt:18 (add_subdirectory): The source directory
..../moab/itaps/irel
does not contain a CMakeLists.txt file.
"
Q: Does irel originally has a CMakeLists file?
2. For the ser config:
"
-- Found CGM: /opt/utest/volatile-clangcxx11/cgm-stable.r1597-sersh/include/cgm -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface - Found GLOBAL but not MODULE mangling CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MPI_EXTRA_LIBRARY linked by target "MOAB" in directory ..../moab/src
"
Could you please help me on fixing the above config errors.
Thanks,
Madhu
participants (2)
-
Madhusudhan Kundrapu -
Vijay S. Mahadevan