mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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:
parent
1bac630b02
commit
80ab67b02c
1 changed files with 3 additions and 6 deletions
|
@ -1,15 +1,12 @@
|
||||||
# Template file for 'cryfs'
|
# Template file for 'cryfs'
|
||||||
pkgname=cryfs
|
pkgname=cryfs
|
||||||
version=0.10.1
|
version=0.10.1
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCRYFS_UPDATE_CHECKS=off
|
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"
|
|
||||||
hostmakedepends="git make python"
|
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"
|
depends="fuse"
|
||||||
short_desc="Cryptographic filesystem for the cloud"
|
short_desc="Cryptographic filesystem for the cloud"
|
||||||
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue