Skip to content

Commit

Permalink
MCScanX: Update to v1.0.0 (#52930)
Browse files Browse the repository at this point in the history
wyp1125/MCScanX#60 (comment)

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored Dec 21, 2024
1 parent 8618cde commit 5fb684d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
20 changes: 0 additions & 20 deletions recipes/mcscanx/makefile.patch

This file was deleted.

16 changes: 5 additions & 11 deletions recipes/mcscanx/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% set name = "MCScanX" %}
{% set version = "0.1" %}
{% set commit = "b1ca533510841155beb16dc2f2a65b2a3c37287e" %}
{% set version = "1.0.0" %}

package:
name: {{ name | lower }}
Expand All @@ -9,13 +8,11 @@ package:
build:
number: 0
run_exports:
- {{ pin_subpackage(name | lower, max_pin='x.x') }}
- {{ pin_subpackage(name | lower, max_pin='x') }}

source:
git_url: https://github.com/wyp1125/MCScanX
git_rev: {{ commit }}
patches:
- makefile.patch
url: https://github.com/wyp1125/MCScanX/archive/refs/tags/v{{ version }}.tar.gz
sha256: f8d02cf76251a6a69ccd0c2b92af97f5aafa4d1ac7e907fbbacc480d2d4f238f

requirements:
build:
Expand All @@ -30,7 +27,7 @@ test:

about:
home: https://github.com/wyp1125/MCScanX
license: BSD
license: BSD-2-Clause
license_family: BSD
summary: Multiple Collinearity Scan toolkit X version
dev_url: https://github.com/wyp1125/MCScanX
Expand All @@ -39,6 +36,3 @@ extra:
additional-platforms:
- linux-aarch64
- osx-arm64
skip-lints:
- missing_hash
- uses_vcs_url

0 comments on commit 5fb684d

Please sign in to comment.