Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!38857
The source project of this merge request has been removed.
main/isl: upgrade to 0.25
Merged
main/isl: upgrade to 0.25
(removed):isl-0.25
into
master
Overview
0
Commits
13
Pipelines
0
Changes
1
Merged
Ghost User
requested to merge
(removed):isl-0.25
into
master
2 years ago
Overview
0
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
968d7b83
Show latest version
1 file
+
53
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
968d7b83
main/isl25: new aport
· 968d7b83
alice
authored
2 years ago
main/isl25/APKBUILD
0 → 100644
+
53
−
0
Options
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
# this package needs special care since it is a part of the toolchain.
# we need to be able to have the old version installed in parallel with
# a new with ABI breaking change. That is why we have the version
# as a part of the pkgname.
pkgname
=
isl25
pkgver
=
0.25
pkgrel
=
0
pkgdesc
=
"An Integer Set Library for the Polyhedral Model"
url
=
"http://isl.gforge.inria.fr/"
arch
=
"all"
license
=
"MIT"
depends_dev
=
"gmp-dev"
makedepends_host
=
"
$depends_dev
"
makedepends
=
"
$makedepends_host
"
subpackages
=
"isl-dev:_dev"
source
=
"https://libisl.sourceforge.io/isl-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
"
/isl-
$pkgver
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--with-sysroot
=
${
CBUILDROOT
}
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
INSTALL
=
"install -D"
install
}
_dev
()
{
default_dev
mkdir
-p
"
$subpkgdir
"
/usr/share/gdb/python/auto-load/usr/lib
mv
"
$pkgdir
"
/usr/lib/
*
-gdb
.py
\
"
$subpkgdir
"
/usr/share/gdb/python/auto-load/usr/lib/
}
sha512sums
=
"
d309388d7dc1c861fddf74dbcc0f15b0166b166d0ed694473445ec47eb7d3dfab96412554016b3e06292f01967441546783ab329829dc4df4b9813716e2ef9ed isl-0.25.tar.bz2
"
Loading