-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathisl.yaml
51 lines (43 loc) · 1.05 KB
/
isl.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
package:
name: isl
version: 0.26
epoch: 1
description: "an integer set library for the polyhedral model"
copyright:
- license: MIT
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- gmp-dev
- wolfi-baselayout
pipeline:
- uses: fetch
with:
uri: https://libisl.sourceforge.io/isl-${{package.version}}.tar.gz
expected-sha256: b10473024cbf17d7db85323121eff0e50f03de14342a03738b4d384b587ce212
- runs: |
./configure \
--host=${{host.triplet.gnu}} \
--target=${{host.triplet.gnu}} \
--prefix=/usr \
--enable-shared \
--without-gcc-arch
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "isl-dev"
description: "integer set library development headers"
pipeline:
- uses: split/dev
dependencies:
runtime:
- isl
update:
enabled: true
manual: true # originally skipped, let's be careful upgrading this package
release-monitor:
identifier: 13286