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

Update howdesbt to 1.00.03 #16920

Merged
merged 3 commits into from
Aug 29, 2019
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
12 changes: 1 addition & 11 deletions recipes/howdesbt/build.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
#!/bin/bash

cd ${SRC_DIR}
sed -i -e "s:~:\$\${PREFIX}:g" Makefile

cd ${PREFIX}/include
ln -s jellyfish-2.2.10/jellyfish jellyfish

cd ${SRC_DIR}
make

mkdir -p ${PREFIX}/bin
make CXXFLAGS="$CXXFLAGS -I$PREFIX/include/jellyfish-2.2.10" LDFLAGS="$LDFLAGS -lroaring -lsdsl -ljellyfish-2.0 -lpthread"
cp howdesbt ${PREFIX}/bin

chmod +x ${PREFIX}/bin/howdesbt
8 changes: 2 additions & 6 deletions recipes/howdesbt/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "HowDeSBT" %}
{% set version = "1.00.00" %}
{% set sha256 = "cd9bae56e01280397fa247ffcab493b87bcfb5e06350cb83ca41d90cfc7a7355" %}
{% set version = "1.00.03" %}
{% set sha256 = "70bc34742fc2aa9ea3dbc1ae134392c3eb105d825232dbd8b61175a461b981d4" %}

package:
name: {{ name|lower }}
Expand All @@ -12,14 +12,10 @@ source:

build:
number: 0
skip: true # [win]

requirements:
build:
- {{ compiler('cxx') }}
- jellyfish >=2.2.0
- sdsl-lite
- croaring
host:
- jellyfish >=2.2.0
- sdsl-lite
Expand Down