Skip to content

Commit

Permalink
alignlib-lite: add arm64 build (#52567)
Browse files Browse the repository at this point in the history
* alignlib-lite: add arm64 build

* pin cython to <1

* Update meta.yaml
  • Loading branch information
mencian authored Dec 4, 2024
1 parent 234c940 commit 02bd1dd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions recipes/alignlib-lite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{% set name = "alignlib-lite" %}
{% set version = "0.3" %}
{% set sha256 = "eec6cb200a2b9d61d828699c9810ab8d691ea0d7f0ef8d8c025fbe54c4d1ce4c" %}

package:
name: alignlib-lite
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.python.org/packages/33/5d/327aed4a90b315f886bcae96ee85149b275e48061b95a51da5f224841fb9/alignlib-lite-0.3.tar.gz
sha256: {{ sha256 }}

build:
number: 8
script: python -m pip install --no-deps --ignore-installed .
number: 9
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
run_exports:
- {{ pin_subpackage("alignlib-lite", max_pin="x.x") }}

Expand All @@ -26,18 +27,21 @@ requirements:
- boost-cpp
run:
- python
- boost-cpp

test:
imports:
- alignlib_lite # [not aarch64]
- alignlib_lite # [not aarch64]

about:
home: https://github.com/AndreasHeger/alignlib
license: GPL-2.0-or-later
license_family: GPL
summary: "Simple wrapper around alignlib C++ library for sequence alignment"
summary: "Simple wrapper around alignlib C++ library for sequence alignment."
dev_url: https://github.com/AndreasHeger/alignlib
doc_url: https://sourceforge.net/projects/alignlib

extra:
additional-platforms:
- linux-aarch64
- linux-aarch64
- osx-arm64

0 comments on commit 02bd1dd

Please sign in to comment.