Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Aparapi Archlinux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
We are moving to Forgejo!
You are on a read-only GitLab instance.
Show more breadcrumbs
Aparapi
Aparapi Archlinux
Commits
f82b3516
Commit
f82b3516
authored
8 years ago
by
Jeffrey Phillips Freeman
Browse files
Options
Downloads
Patches
Plain Diff
Changed installation directory for aparapi.
parent
008fca99
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.SRCINFO
+3
-4
3 additions, 4 deletions
.SRCINFO
PKGBUILD
+6
-7
6 additions, 7 deletions
PKGBUILD
aparapi.conf
+1
-1
1 addition, 1 deletion
aparapi.conf
aparapi.sh
+2
-2
2 additions, 2 deletions
aparapi.sh
with
12 additions
and
14 deletions
.SRCINFO
+
3
−
4
View file @
f82b3516
pkgbase = aparapi
pkgdesc = Syncleus's GPGPU API for data parallel Java
. Uses
OpenCL.
pkgdesc = Syncleus's GPGPU API for data parallel Java
using
OpenCL.
pkgver = 1.0.0
pkgrel = 2
url = https://github.com/Syncleus/aparapi-jni
install = aparapi.install
arch = i686
arch = x86_64
groups = amdapp
license = Apache
makedepends = gzip
depends = java-environment
...
...
@@ -14,8 +13,8 @@ pkgbase = aparapi
source = aparapi.sh
source = aparapi.conf
source = https://github.com/Syncleus/aparapi-jni/releases/download/v1.0.0/libaparapi-1.0.0-linux.tar.gz
md5sums =
94bfab19f10cde995aecd15ff42487a7
md5sums =
a7e04cc30d00498ff733af771b721dca
md5sums =
39b6041f8009694d208795cbfcff164e
md5sums =
d17068edb75da65a7ef620cbd1c876d4
md5sums = cc28497f3befd355e4636c333ac6b9ab
pkgname = aparapi
...
...
This diff is collapsed.
Click to expand it.
PKGBUILD
+
6
−
7
View file @
f82b3516
...
...
@@ -3,27 +3,26 @@
pkgname
=
aparapi
pkgver
=
1.0.0
pkgrel
=
2
pkgdesc
=
"Syncleus's GPGPU API for data parallel Java
. Uses
OpenCL."
pkgdesc
=
"Syncleus's GPGPU API for data parallel Java
using
OpenCL."
url
=
"https://github.com/Syncleus/aparapi-jni"
arch
=(
'i686'
'x86_64'
)
license
=(
'Apache'
)
groups
=(
'amdapp'
)
depends
=(
'java-environment'
)
makedepends
=(
'gzip'
)
provides
=(
'aparapi'
)
install
=
'aparapi.install'
source
=(
'aparapi.sh'
)
md5sums
=(
'
94bfab19f10cde995aecd15ff42487a7
'
)
md5sums
=(
'
39b6041f8009694d208795cbfcff164e
'
)
source
+
=(
'aparapi.conf'
)
md5sums+
=(
'
a7e04cc30d00498ff733af771b721dca
'
)
md5sums+
=(
'
d17068edb75da65a7ef620cbd1c876d4
'
)
source
+
=(
https://github.com/Syncleus/aparapi-jni/releases/download/v
${
pkgver
}
/libaparapi-
${
pkgver
}
-linux
.tar.gz
)
md5sums+
=(
'cc28497f3befd355e4636c333ac6b9ab'
)
package
()
{
mkdir
-p
"
$pkgdir
"
/
{
opt/
AMDAPP/
aparapi/lib,etc/profile.d,etc/ld.so.conf.d
}
mkdir
-p
"
$pkgdir
"
/
{
opt/aparapi/lib,etc/profile.d,etc/ld.so.conf.d
}
cd
${
srcdir
}
install
-m755
aparapi.sh
"
$pkgdir
/etc/profile.d/"
cd
${
srcdir
}
...
...
@@ -31,8 +30,8 @@ package() {
cd
libaparapi-
${
pkgver
}
if
[
"
${
CARCH
}
"
=
"i686"
]
;
then
install
-m755
libaparapi_x86.so
"
$pkgdir
/opt/
AMDAPP/
aparapi/lib"
install
-m755
libaparapi_x86.so
"
$pkgdir
/opt/aparapi/lib"
elif
[
"
${
CARCH
}
"
=
"x86_64"
]
;
then
install
-m755
libaparapi_x86_64.so
"
$pkgdir
/opt/
AMDAPP/
aparapi/lib"
install
-m755
libaparapi_x86_64.so
"
$pkgdir
/opt/aparapi/lib"
fi
}
This diff is collapsed.
Click to expand it.
aparapi.conf
+
1
−
1
View file @
f82b3516
/
opt
/
AMDAPP
/
aparapi
/
lib
/
opt
/
aparapi
/
lib
This diff is collapsed.
Click to expand it.
aparapi.sh
+
2
−
2
View file @
f82b3516
export
LIBAPARAPI
=
/opt/
AMDAPP/
aparapi/lib
export
LD_LIBRARY_PATH
=
/opt/
AMDAPP/
aparapi/lib:
$LD_LIBRARY_PATH
export
LIBAPARAPI
=
/opt/aparapi/lib
export
LD_LIBRARY_PATH
=
/opt/aparapi/lib:
$LD_LIBRARY_PATH
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment