Skip to content

Commit

Permalink
Update famsa to 2.2.3 (#50782)
Browse files Browse the repository at this point in the history
* Update famsa to 2.2.3

* add cmake

* try git_url due to submodules

* add skip-lints

* add missing_hash

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 4124a3c commit ea2d6d1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions recipes/famsa/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{% set version = "2.2.2" %}
{% set sha256 = "9e1d96b80ff0010852dcab24f8691bf2deb7415838c001f0362ec72fd0ac2d44" %}
{% set version = "2.2.3" %}

package:
name: famsa
version: {{ version }}

build:
number: 3
number: 0
run_exports:
- {{ pin_subpackage('famsa', max_pin='x') }}

source:
url: https://github.com/refresh-bio/FAMSA/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
git_url: https://github.com/refresh-bio/FAMSA.git
git_rev: v{{ version }}

requirements:
build:
- {{ compiler('cxx') }}
- cmake
- make

test:
Expand All @@ -25,10 +25,11 @@ test:

about:
home: https://github.com/refresh-bio/FAMSA
summary: "Algorithm for large-scale multiple sequence alignments"
summary: "Algorithm for large-scale multiple sequence alignments."
license: GPL-3.0-only
license_family: GPL
license_family: GPL3
license_file: LICENSE
dev_url: https://github.com/refresh-bio/FAMSA

extra:
additional-platforms:
Expand All @@ -37,3 +38,6 @@ extra:
identifiers:
- doi:10.1038/srep33964
- biotools:famsa
skip-lints:
- uses_vcs_url
- missing_hash

0 comments on commit ea2d6d1

Please sign in to comment.