Skip to content
Snippets Groups Projects
Commit c95645b6 authored by Fernando Seiti Furusato's avatar Fernando Seiti Furusato Committed by Anton Gladky
Browse files

Add ppc64el arch to FOAMDetermineArch.cmake.

parent ad0963af
Branches
Tags
No related merge requests found
--- a/CMake/FOAMDetermineArch.cmake
+++ b/CMake/FOAMDetermineArch.cmake
@@ -86,7 +86,7 @@
if(FOAM_OSNAME STREQUAL Linux)
if(FOAM_CPUNAME STREQUAL i686)
set(FOAM_OS linux)
- elseif(FOAM_CPUNAME STREQUAL x86_64)
+ elseif(FOAM_CPUNAME STREQUAL x86_64 OR FOAM_CPUNAME STREQUAL ppc64le)
if(FOAM_64_BIT)
set(FOAM_OS linux64)
else()
......@@ -12,3 +12,4 @@ update-doxygen-foamheader.diff
mips.diff
fix_python_header.patch
fix_cmake_failure.patch
ppc64el.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment