dracwyrm / gentoo-ebuilds

Gentoo Linux ebuilds for Blender and dependency work.
8 stars 4 forks source link

OSL: GCC Support #26

Closed dracwyrm closed 8 years ago

dracwyrm commented 8 years ago

Apparently, OSL can be compiled with GCC. There are compiler flags and GCC tests. However, I cannot get this to work. I set to GCC and it still errors out saying that LLVM can't be found. It does start to use GCC in the configure process:

-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Project build dir = /var/tmp/portage/media-libs/osl-1.7.2/work/osl-1.7.2_build
-- CMAKE_CXX_COMPILER is /usr/bin/x86_64-pc-linux-gnu-g++
-- CMAKE_CXX_COMPILER_ID is GNU
-- Building for C++11
-- Setting Namespace to: 
-- platform = linux64

Does it actually need LLVM installed still?

dracwyrm commented 8 years ago

This is kinda pointless to support as you need LLVM anyways. The only think with GCC compiling is that you don't need Clang. I'm up in the air about this. It just seems more work than needed.