[Mesa-dev] [PATCH 4/4] travis: Upgrade LLVM dependency to 3.5 and enable LLVM drivers.

Emil Velikov emil.l.velikov at gmail.com
Wed Aug 24 14:32:11 UTC 2016


On 18 August 2016 at 23:28, Eric Anholt <eric at anholt.net> wrote:
> ---
>  .travis.yml | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index e086173c529f..5f489a47fb79 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -16,7 +16,11 @@ addons:
>        - libexpat1-dev
>        - libxcb-dri2-0-dev
>        - libx11-xcb-dev
> -      - llvm-3.4-dev
> +      - llvm-3.5-dev
> +      # llvm-config is not in the dev package?
> +      - llvm-3.5
If there is llvm 3.6 one can add radeonsi and toggle opencl (--enable-opencl)

> +      # LLVM packaging is broken and misses this dep.
> +      - libedit-dev
>        - scons
>
>  env:
> @@ -95,16 +99,13 @@ install:
>    - tar -jxvf $LIBXSHMFENCE_VERSION.tar.bz2
>    - (cd $LIBXSHMFENCE_VERSION && ./configure --prefix=$HOME/prefix && make install)
>
> -# Disabled LLVM (and therefore r300 and r600) because the build fails
> -# with "undefined reference to `clock_gettime'" and "undefined
> -# reference to `setupterm'" in llvmpipe.
>  script:
>    - if test "x$BUILD" = xmake; then
>        ./autogen.sh --enable-debug
> -        --disable-gallium-llvm
>          --with-egl-platforms=x11,drm
>          --with-dri-drivers=i915,i965,radeon,r200,swrast,nouveau
> -        --with-gallium-drivers=svga,swrast,vc4,virgl
> +        --with-gallium-drivers=svga,swrast,vc4,virgl,r300,r600
Any chance if you can add nouveau and freedreno ?

Thanks
Emil


More information about the mesa-dev mailing list