Skip to content

Commit

Permalink
Update of ngs-bits to version 2024_06 (#48717)
Browse files Browse the repository at this point in the history
* Updated ngs-bits to version 2018_10

* bla

* Updated ngs-bits to version 2024_02

* updated yaml

* updated yaml

* updated yaml

* updated yaml

* updated yaml
  • Loading branch information
marc-sturm authored Jun 26, 2024
1 parent d9b5822 commit 66b215d
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions recipes/ngs-bits/meta.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,44 +1,43 @@
{% set version = "2024_02" %}
{% set version = "2024_06" %}

package:
name: ngs-bits
version: {{ version }}

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage("ngs-bits", max_pin=None) }}


source:
url: https://github.com/imgag/ngs-bits/releases/download/{{ version }}/ngs-bits-{{ version }}.tgz
sha256: 29f95f6e4e5c1cd57e463730312464bb2b632758c46abd5e1531a1d75a26a782
sha256: d338ed656e80a67dba4d1e7decdf40744f398e7559eb4daa2e6cac5b951ec157

# Note: pinning of sysroot_linux-64 =2.17 enforces cos7 and is currently needed to prevent an [email protected] error
requirements:
build:
- sysroot_linux-64 =2.17 # [linux]
- make
- {{ compiler('cxx') }}
- {{ cdt('mesa-libgl-devel') }}
- {{ cdt('mesa-dri-drivers') }}
- {{ cdt('libselinux') }}
- {{ cdt('libxdamage') }}
- {{ cdt('libxxf86vm') }}
- {{ cdt('libxfixes') }}
host:
- sysroot_linux-64 =2.17 # [linux]
- bzip2
- xz
- zlib
- qt
- qt-main
- htslib
- xorg-libxfixes # [linux]
run:
- sysroot_linux-64 =2.17 # [linux]
- bzip2
- xz
- zlib
- python
- matplotlib-base
- qt
- qt-main
- htslib

#For libGL dependency docu see: https://conda-forge.org/docs/maintainer/knowledge_base.html#core-dependency-tree-packages-cdt
extra:
container:
extended-base: True
Expand All @@ -49,4 +48,3 @@ about:
license_file: LICENSE
summary: Short-read sequencing tools

#For libGL dependency docu see: https://conda-forge.org/docs/maintainer/knowledge_base.html#core-dependency-tree-packages-cdt

0 comments on commit 66b215d

Please sign in to comment.