Date: Tuesday, February 19, 2013 @ 22:15:03 Author: lcarlier Revision: 84555
upgpkg: llvm-amdgpu-snapshot 20130219-1 Update to git commit a58e8892a2225a5095cc9fc76f9f00d0b6ff50a8 Modified: llvm-amdgpu-snapshot/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-19 20:58:53 UTC (rev 84554) +++ PKGBUILD 2013-02-19 21:15:03 UTC (rev 84555) @@ -7,7 +7,7 @@ # Contributor: Tomas Wilhelmsson <[email protected]> pkgname=llvm-amdgpu-snapshot -pkgver=20121230 +pkgver=20130219 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-amdgpu-master.20121230.tar.gz) -md5sums=('dbf9ad608a68fc758192c3d4716600d9') +source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz) +md5sums=('e0be7122e8b008b9ca55310903a9ed99') build() { - cd "$srcdir"/llvm-master + cd "$srcdir"/llvm-* sed -i 's/python$/python2/' utils/llvm-build/llvm-build @@ -39,7 +39,7 @@ --enable-shared \ --enable-libffi \ --enable-targets=all \ - --enable-experimental-targets=AMDGPU \ + --enable-experimental-targets=R600 \ --disable-expensive-checks \ --with-binutils-include=/usr/include \ --$_optimized_switch-optimized @@ -48,7 +48,7 @@ } package() { - cd "$srcdir"/llvm-master + cd "$srcdir"/llvm-* make DESTDIR="$pkgdir" install @@ -59,3 +59,4 @@ install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } +
