mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/boost to 1.64.0-3
This commit is contained in:
parent
f9593409fc
commit
b727833a55
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ pkgbase=boost
|
|||
pkgname=('boost-libs' 'boost')
|
||||
pkgver=1.64.0
|
||||
_boostver=${pkgver//./_}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url='http://www.boost.org/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
makedepends=('icu>=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
|
||||
makedepends=('icu>=55.1' 'python' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 'zlib' 'openmpi')
|
||||
source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
|
||||
boost-serialization-1.64.0-fixes.patch)
|
||||
sha256sums=('7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332'
|
||||
|
@ -121,8 +121,8 @@ package_boost() {
|
|||
install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
|
||||
"${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
|
||||
|
||||
install -Dm644 "${_stagedir}"/python3/lib/libboost_python3.a \
|
||||
"${pkgdir}"/usr/lib/libboost_python3.a
|
||||
install -Dm644 "${_stagedir}"/python3/lib/libboost_*.a \
|
||||
"${pkgdir}"/usr/lib/
|
||||
|
||||
ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam
|
||||
}
|
||||
|
@ -137,7 +137,7 @@ package_boost-libs() {
|
|||
|
||||
install -dm755 "${pkgdir}"/usr
|
||||
cp -a "${_stagedir}"/lib "${pkgdir}"/usr
|
||||
cp -a "${_stagedir}"/python3/lib/libboost_python3* "${pkgdir}"/usr/lib
|
||||
cp -a "${_stagedir}"/python3/lib/libboost_* "${pkgdir}"/usr/lib
|
||||
rm "${pkgdir}"/usr/lib/*.a
|
||||
|
||||
install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
|
||||
|
|
Loading…
Reference in a new issue