diff options
author | Faruk D | 2018-08-29 13:47:21 +0200 |
---|---|---|
committer | Faruk D | 2018-08-29 13:47:21 +0200 |
commit | de5d1adc87ee1fcc74520e6042e097201f1c60c6 (patch) | |
tree | 074f3741df502594f7bf2a562197501741537119 | |
parent | ed2c7373fca366f1c53e782e5f55c5ca0f85ae3d (diff) | |
download | aur-de5d1adc87ee1fcc74520e6042e097201f1c60c6.tar.gz |
use both boost and boost-libs
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ pkgbase = casacore makedepends = make makedepends = pkg-config makedepends = binutils + makedepends = boost makedepends = boost-libs makedepends = cmake makedepends = gcc-fortran @@ -8,7 +8,7 @@ pkgdesc="Suite of c++ libraries for radio astronomy data processing" arch=('i686' 'x86_64') url="" license=('GPL-2.0') -makedepends=('make' 'pkg-config' 'binutils' 'boost-libs' 'cmake' 'gcc-fortran' 'gcc' 'flex' +makedepends=('make' 'pkg-config' 'binutils' 'boost' 'boost-libs' 'cmake' 'gcc-fortran' 'gcc' 'flex' 'bison' 'blas' 'lapack' 'cfitsio' 'wcslib' ) depends=('') |