cryfs: replace libomp-devel with libgomp-devel

per discussion: https://github.com/void-linux/void-packages/pull/11546#issuecomment-490895508

Closes: #11621 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Andy Weidenbaum 2019-05-11 10:20:22 +10:00 committed by Jürgen Buchmüller
parent 1bac630b02
commit 80ab67b02c
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,15 +1,12 @@
# Template file for 'cryfs'
pkgname=cryfs
version=0.10.1
revision=1
revision=2
create_wrksrc=yes
build_style=cmake
configure_args="-DCRYFS_UPDATE_CHECKS=off
-DOpenMP_CXX_FLAGS=-I${XBPS_CROSS_BASE}/usr/include
-DOpenMP_CXX_LIB_NAMES=omp
-DOpenMP_omp_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libomp.so"
configure_args="-DCRYFS_UPDATE_CHECKS=off"
hostmakedepends="git make python"
makedepends="boost-devel fuse-devel libcurl-devel libomp-devel libressl-devel"
makedepends="boost-devel fuse-devel libcurl-devel libgomp-devel libressl-devel"
depends="fuse"
short_desc="Cryptographic filesystem for the cloud"
maintainer="Andy Weidenbaum <archbaum@gmail.com>"