Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
230060d5
Verified
Commit
230060d5
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/isl: bump to 0.20, modernise
parent
ff144413
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/isl/APKBUILD
+2
-8
2 additions, 8 deletions
system/isl/APKBUILD
with
2 additions
and
8 deletions
system/isl/APKBUILD
+
2
−
8
View file @
230060d5
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Adelie Platform Group <adelie-devel@lists.adelielinux.org>
pkgname
=
isl
pkgver
=
0.
18
pkgver
=
0.
20
pkgrel
=
0
pkgdesc
=
"An Integer Set Library for the Polyhedral Model"
url
=
"http://isl.gforge.inria.fr/"
...
...
@@ -12,14 +12,10 @@ depends_dev="gmp-dev"
makedepends_host
=
"
$depends_dev
"
makedepends
=
"
$makedepends_host
"
replaces
=
"cloog"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"http://isl.gforge.inria.fr/isl-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -32,12 +28,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
INSTALL
=
"install -D"
install
}
...
...
@@ -49,4 +43,4 @@ dev() {
"
$subpkgdir
"
/usr/share/gdb/python/auto-load/usr/lib/
}
sha512sums
=
"
85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
isl-0.
18
.tar.bz2"
sha512sums
=
"
afe2e159b74646a26449268637403d271f9e3f6410d8cc1c9cffca41370c4357b165dea844db0c2a654591f954e54710dda650c8088abd4711406aa6302da950
isl-0.
20
.tar.bz2"
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