Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maximillian Bensch
libclfft
Commits
b983c46d
Commit
b983c46d
authored
Jun 26, 2019
by
Maximillian Bensch
Browse files
PKGBUILD: add provides and conflicts
parent
06590bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
b983c46d
...
...
@@ -2,13 +2,15 @@
pkgname
=
eclfft-git
_pkgname
=
libclfft
pkgver
=
r63.7439e79
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"OpenCL FFT library from the Einstein@Home project, derived from clFFT by Apple"
arch
=(
"i686"
"x86_64"
)
url
=
"https://gitlab.aei.uni-hannover.de/einsteinathome/libclfft"
license
=(
'unknown'
)
depends
=(
'ocl-icd'
)
makedepends
=(
'opencl-headers'
)
provides
=(
'eclfft'
)
conflicts
=(
'eclfft'
)
source
=(
"git+https://gitlab.aei.uni-hannover.de/einsteinathome/libclfft.git"
)
md5sums
=(
SKIP
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment