Re: Issues between openmp and llvm

2017-09-13 Thread Shane Ambler
On 13/09/2017 20:51, Jan Beich wrote: Shane Ambler writes: ... libomp.so - found (/usr/local/llvm-devel/lib/libomp.so) The issue is that the build then fails because cc/ld is looking for openmp files in /usr/local where they should be installed. Try using SOVERSION to ignore devel/llvm* co

Re: Issues between openmp and llvm

2017-09-13 Thread Jan Beich
Shane Ambler writes: >> ... libomp.so - found (/usr/local/llvm-devel/lib/libomp.so) > > The issue is that the build then fails because cc/ld is looking for > openmp files in /usr/local where they should be installed. Try using SOVERSION to ignore devel/llvm* copy e.g., LIB_DEPENDS += libomp.s

Issues between openmp and llvm

2017-09-13 Thread Shane Ambler
I am testing an update to graphics/blender and seeing if I can use devel/openmp as a dependency to prevent forcing the choice of compiler. This works fine when openmp is pre-installed but fails if llvm[40|devel] is installed before checking if libomp exists. As the copy of libomp.so installed b