summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Leidinger2015-10-27 18:34:31 +0100
committerOlaf Leidinger2015-10-27 18:34:31 +0100
commitea4b3ecbf78abad62d153b882674e28265a053b9 (patch)
tree9d8055e82de186cf3fadd86169ffcfb52b0a94a9
parentc218bc25d945d25e3d4cb77cd084152e17b2777d (diff)
downloadaur-ea4b3ecbf78abad62d153b882674e28265a053b9.tar.gz
only builds with clang-3.7 and older
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4551554edae8..75a066198c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = pocl
depends = hwloc
depends = libltdl
depends = opencl-headers
+ conflicts = clang-svn
options = debug
options = strip
options = !staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index e711033e4f41..c89102fa244d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=(i686 x86_64)
url="https://launchpad.net/pocl"
license=('GPL')
depends=('clang' 'libcl' 'hwloc' 'libltdl' 'opencl-headers')
+conflicts=('clang-svn')
source=("http://pocl.sourceforge.net/downloads/${_pkgname}-${pkgver}.tar.gz")
md5sums=('e197ba3aa01a35f40581c48e053330dd')
options=(debug strip !staticlibs !libtool)