Advertisement
Guest User

bartus

a guest
Aug 22nd, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 1b6caaf..a55eb37 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -10,8 +10,8 @@ url="https://bitbucket.org/blaze-lib/blaze"
  6. license=('New BSD')
  7. optdepends=('blas: for maximum performance.'
  8. 'lapack: for computing the determinant of a dense matrix and for the dense matrix inversion.'
  9. - 'boost: to use Boost threads to run numeric operations in parallel.')
  10. -makedepends=('git' 'cmake')
  11. + 'boost-libs: to use Boost threads to run numeric operations in parallel.')
  12. +makedepends=('git' 'cmake' 'blas' 'lapack' 'boost')
  13. provides=('blaze')
  14. conflicts=('blaze')
  15. source=("${pkgname}::git+https://bitbucket.org/blaze-lib/blaze.git")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement