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
Commits
2213066d
Commit
2213066d
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/isl: remove
all on 24/25 now
parent
9459d4d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38857
main/isl: upgrade to 0.25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/isl/APKBUILD
+0
-50
0 additions, 50 deletions
main/isl/APKBUILD
with
0 additions
and
50 deletions
main/isl/APKBUILD
deleted
100644 → 0
+
0
−
50
View file @
9459d4d6
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname
=
isl
pkgver
=
0.18
pkgrel
=
1
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
"
replaces
=
"cloog"
subpackages
=
""
source
=
"https://libisl.sourceforge.io/isl-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
default_prepare
update_config_sub
}
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
# isl-dev is provided by isl24
rm
-rf
"
$pkgdir
"
/usr/include
\
"
$pkgdir
"
/usr/lib/pkgconfig
\
"
$pkgdir
"
/usr/lib/
*
.a
\
"
$pkgdir
"
/usr/lib/
*
.so
\
"
$pkgdir
"
/usr/lib/
*
.py
}
sha512sums
=
"85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94 isl-0.18.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