Date: Tuesday, January 22, 2013 @ 23:38:14 Author: lcarlier Revision: 82676
upgpkg: llvm-amdgpu-snapshot 20121230-1 Revert to version 20121230, mesa-9.0.2 really need it Modified: llvm-amdgpu-snapshot/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-22 22:35:35 UTC (rev 82675) +++ PKGBUILD 2013-01-22 22:38:14 UTC (rev 82676) @@ -7,7 +7,7 @@ # Contributor: Tomas Wilhelmsson <[email protected]> pkgname=llvm-amdgpu-snapshot -pkgver=20130104 +pkgver=20121230 pkgrel=1 pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader llvm support' arch=('i686' 'x86_64') @@ -15,11 +15,11 @@ license=('custom:University of Illinois/NCSA Open Source License') depends=('libffi' 'python2' 'ocaml') conflicts=('llvm') -source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-dcbd09e2685862c11bf7aceec5b830281a0ed9b8.tar.gz) -md5sums=('b652842c952c735dc13b1e982131e192') +source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.20121230.tar.gz) +md5sums=('dbf9ad608a68fc758192c3d4716600d9') build() { - cd "$srcdir"/llvm-* + cd "$srcdir"/llvm-master sed -i 's/python$/python2/' utils/llvm-build/llvm-build @@ -39,7 +39,7 @@ --enable-shared \ --enable-libffi \ --enable-targets=all \ - --enable-experimental-targets=R600 \ + --enable-experimental-targets=AMDGPU \ --disable-expensive-checks \ --with-binutils-include=/usr/include \ --$_optimized_switch-optimized @@ -48,7 +48,7 @@ } package() { - cd "$srcdir"/llvm-* + cd "$srcdir"/llvm-master make DESTDIR="$pkgdir" install
