-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy patharpack.yaml
50 lines (42 loc) · 1.01 KB
/
arpack.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
package:
name: arpack
version: 3.9.1
epoch: 0
description: Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
copyright:
- license: BSD-3-Clause
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- cmake
- gfortran
- openblas-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/opencollab/arpack-ng
tag: ${{package.version}}
expected-commit: 40329031ae8deb7c1e26baf8353fa384fc37c251
- runs: |
# This doesn't support Ninja so we can't use the normal pipeline
cmake -B output \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=MinSizeRel
- uses: cmake/build
- uses: cmake/install
- uses: strip
subpackages:
- name: arpack-dev
pipeline:
- uses: split/dev
update:
enabled: true
github:
identifier: opencollab/arpack-ng
use-tag: true