-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of ngs-bits to version 2024_06 (#48717)
* 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
1 parent
d9b5822
commit 66b215d
Showing
1 changed file
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 |