diff options
Diffstat (limited to 'libre/bfgminer')
-rw-r--r-- | libre/bfgminer/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/bfgminer/PKGBUILD b/libre/bfgminer/PKGBUILD index 1a1508af8..f30c6cc7e 100644 --- a/libre/bfgminer/PKGBUILD +++ b/libre/bfgminer/PKGBUILD @@ -4,11 +4,12 @@ pkgname=bfgminer pkgver=4.7.0 -pkgrel=1.parabola1 +pkgrel=1.parabola2 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control and remote management. For FPGA/GPU/CPU Bitcoin mining, without nonfree OpenCL recommendation" arch=('i686' 'x86_64' 'mips64el') depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors') makedepends=('uthash' 'yasm') +optdepends=('opencl-mesa: OpenCL implementation for MESA') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") url='http://bfgminer.org/' @@ -34,7 +35,7 @@ build() { --enable-bfsb \ --enable-metabank \ --enable-scrypt \ - --disable-opencl \ + --enable-opencl \ --with-udevrulesdir=/usr/lib/udev/rules.d # --enable-knc (FS#33640) make |