Skip to content

Commit 80c973d

Browse files
authored
seismic-rna: add aarch64/arm64 builds (#53423)
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent c321873 commit 80c973d

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

recipes/seismic-rna/meta.yaml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,24 @@
33
package:
44
name: seismic-rna
55
version: 0.22.3
6-
about:
7-
home: https://github.com/rouskinlab/seismic-rna
8-
license: GPL-3.0-only
9-
license_family: GPL3
10-
license_file: LICENSE
11-
license_url: https://www.gnu.org/licenses/gpl-3.0.html
12-
summary: SEISMIC-RNA software by the Rouskin Lab
6+
137
source:
148
url: https://github.com/rouskinlab/seismic-rna/archive/refs/tags/v0.22.3.tar.gz
159
sha256: 68457d9f50873aa911fcbb117f06f268a301f4bd2faf95a8ef94e97e62231534
10+
1611
build:
17-
number: 0
12+
number: 1
1813
run_exports:
1914
- {{ pin_subpackage("seismic-rna", max_pin="x.x") }}
15+
2016
requirements:
17+
build:
18+
- {{ compiler('c') }}
2119
host:
2220
- python >=3.10
2321
- numpy >=1.26,<1.27
2422
- meson-python >=0.15.0
2523
- pip
26-
build:
27-
- {{ compiler('c') }}
2824
run:
2925
- python >=3.10
3026
- bowtie2 >=2.5.4
@@ -48,3 +44,16 @@ test:
4844
- seismic --log "" test -vv
4945
imports:
5046
- seismicrna
47+
48+
about:
49+
home: https://github.com/rouskinlab/seismic-rna
50+
license: GPL-3.0-only
51+
license_family: GPL3
52+
license_file: LICENSE
53+
license_url: https://www.gnu.org/licenses/gpl-3.0.html
54+
summary: SEISMIC-RNA software by the Rouskin Lab
55+
56+
extra:
57+
additional-platforms:
58+
- linux-aarch64
59+
- osx-arm64

0 commit comments

Comments
 (0)