libomp: update to 8.0.0.

Closes: #11546 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Andy Weidenbaum 2019-05-08 08:48:15 +10:00 committed by Jürgen Buchmüller
parent cbdffd3224
commit f86c7db3db
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,10 +1,10 @@
# Template file for 'libomp'
pkgname=libomp
version=7.0.1
revision=2
version=8.0.0
revision=1
wrksrc="openmp-${version}.src"
build_style=cmake
configure_args="-DLIBOMP_ENABLE_SHARED=ON"
configure_args="-DLIBOMP_ENABLE_SHARED=ON -DLIBOMP_INSTALL_ALIASES=OFF"
hostmakedepends="perl pkg-config"
makedepends="elfutils-devel libffi-devel"
short_desc="LLVM OpenMP Runtime Library"
@ -12,12 +12,7 @@ maintainer="Andy Weidenbaum <archbaum@gmail.com>"
license="NCSA"
homepage="https://openmp.llvm.org"
distfiles="https://releases.llvm.org/${version}/openmp-${version}.src.tar.xz"
checksum=bf16b78a678da67d68405214ec7ee59d86a15f599855806192a75dcfca9b0d0c
post_install() {
# libgomp.so is also provided by libgomp-devel, fix conflict
rm ${PKGDESTDIR}/usr/lib/libgomp.so
}
checksum=f7b1705d2f16c4fc23d6531f67d2dd6fb78a077dd346b02fed64f4b8df65c9d5
libomp-devel_package() {
short_desc+=" - development files"