WENOEXT icon indicating copy to clipboard operation
WENOEXT copied to clipboard

Why did my installation fail?

Open Coolboomer9 opened this issue 1 year ago • 5 comments


Build State

Built state is: unspecified Building tests This can be deactivated by using CMAKE_BUILD_TYPE=Release CMake Error at tests/CMakeLists.txt:2 (add_subdirectory): The source directory

/home/wen/Desktop/WENOEXT/tests/Catch2

does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred! See also "/home/wen/Desktop/WENOEXT/build/CMakeFiles/CMakeOutput.log".

Coolboomer9 avatar Apr 09 '24 02:04 Coolboomer9

With the above problem solved, the new question is does this format support openfoam6?

Coolboomer9 avatar Apr 09 '24 03:04 Coolboomer9

With the above problem solved, the new question is does this format support openfoam6?

May I ask how you solved the problem above?

croquemadame avatar May 11 '24 15:05 croquemadame

It is supporting OpenFOAM 5.x to version 8.

JanGaertner avatar May 11 '24 19:05 JanGaertner

Build State

Built state is: unspecified Building tests This can be deactivated by using CMAKE_BUILD_TYPE=Release CMake Error at tests/CMakeLists.txt:2 (add_subdirectory): The source directory

/home/wen/Desktop/WENOEXT/tests/Catch2

does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred! See also "/home/wen/Desktop/WENOEXT/build/CMakeFiles/CMakeOutput.log".

Regarding this issue: You probably did not clone the git submodules. I had changed from the single header Catch2 file to the new Catch2 v3 release which is an own library. This is included as a git submodule.

After cloning execute:

git submodule init
git submodule update

JanGaertner avatar May 11 '24 20:05 JanGaertner

After cloning execute:

git submodule init
git submodule update

Thanks, it worked!

croquemadame avatar May 14 '24 02:05 croquemadame