Skip to content

Commit

Permalink
Update meta.yaml for htstream 1.4.0 release (bioconda#53224)
Browse files Browse the repository at this point in the history
* Update meta.yaml for htstream 1.4.0 release

* adding runtime exports and reseting build num to 0

* removing erroneous line returns

* attempting to correct run_exports

* trying to fix osx build

* bumping verison 1.4.1 with clang osx build fix
  • Loading branch information
joe-angell authored and stuber committed Feb 7, 2025
1 parent 6c26771 commit 1214f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion recipes/htstream/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ mkdir build && cd build

cmake \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_LIBRARY_PATH=${PREFIX}/lib \
-DCMAKE_INCLUDE_PATH=${PREFIX}/include ..
Expand Down
9 changes: 4 additions & 5 deletions recipes/htstream/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.3.3" %}
{% set sha256 = "1cccafd926615877a8b48cdd8efc118ad90289b378d86fd9c3c8368011419f4c" %}
{% set version = "1.4.1" %}
{% set sha256 = "1231a6ff5cd5c4ba434d834452e37a5da88f78f8ede05ee02dc063ac52ae024a" %}

package:
name: htstream
Expand All @@ -10,21 +10,20 @@ source:
sha256: {{ sha256 }}

build:
number: 6
number: 0
run_exports: '{{ pin_subpackage("htstream", max_pin="x.x") }}'

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

host:
- cmake
- boost
- zlib
- bzip2
- xz

run:
- boost
- zlib
Expand Down

0 comments on commit 1214f02

Please # to comment.