summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88a88167a83c..44beed26daa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,8 @@ _pkgname=bohrium
pkgver=0.9.1
pkgrel=1
pkgdesc="Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX"
-depends=('python')
-makedepends=(python openmp boost python-numpy zlib cython cblas lapacke swig)
-#depends=('python' 'opencv')
-#makedepends=(cmake boost python-numpy python opencv opencl zlib swig cython blas netlib-lapack)
+depends=(python openmp boost python-numpy zlib cython cblas lapacke swig)
makedepends=(cmake)
-#makedepends=(cmake boost python-numpy python zlib cython cblas lapacke swig clblas)
-#makedepends=(cmake boost python-numpy python zlib cython cblas lapacke swig cuda)
license=('LGPL3')
arch=(x86_64)
source=("https://github.com/bh107/bohrium/archive/v0.9.1.tar.gz")