Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to gfastats 1.3.7 #50820

Merged
merged 4 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion recipes/gfastats/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/sh

set -xe

export LIBRARY_PATH="${PREFIX}/lib:$LIBRARY_PATH"
export CXXFLAGS="-g -Wall -I$PREFIX/include -O3 -I$SRC_DIR/include -I$SRC_DIR/include/zlib -std=gnu++14 -lstdc++"

make -j CXX=$CXX
make -j ${CPU_COUNT} CXX=$CXX

mkdir -p $PREFIX/bin/
cp build/bin/gfastats $PREFIX/bin/
Expand Down
13 changes: 9 additions & 4 deletions recipes/gfastats/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{% set name = "gfastats" %}
{% set version = "1.3.6" %}
{% set version = "1.3.7" %}

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

source:
url: https://github.com/vgl-hub/gfastats/releases/download/v{{ version }}/{{ name }}.v{{ version }}.tar.gz
sha256: 9f48bafeca028fa00aa862724857bdfe3d2d44c9509280c094d06f91ea648f66
git_url: https://github.com/vgl-hub/gfastats.git
git_tag: v{{ version }}

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

requirements:
build:
Expand All @@ -36,3 +38,6 @@ extra:
container:
# extended-base generates en_US.UTF-8 locale and sets LC_ALL, LANG properly
extended-base: true
skip-lints:
- uses_vcs_url
- missing_hash