forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glpk.yaml
43 lines (35 loc) · 916 Bytes
/
glpk.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
package:
name: glpk
version: 5.0
epoch: 2
description: The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems
copyright:
- license: GPL-3.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- openssf-compiler-options
pipeline:
- uses: fetch
with:
expected-sha256: 4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15
uri: https://ftp.gnu.org/gnu/glpk/glpk-${{package.version}}.tar.gz
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
update:
enabled: true
release-monitor:
identifier: 1183
test:
pipeline:
# AUTOGENERATED
- runs: |
glpsol --version
glpsol --help