Skip to content

Commit

Permalink
Fixed kmercamel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSladky committed Oct 8, 2024
1 parent 5772604 commit dd4757c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
9 changes: 3 additions & 6 deletions recipes/kmercamel/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash

export C_INCLUDE_PATH=${PREFIX}/include
export LIBRARY_PATH=${PREFIX}/lib

make
mkdir -p $PREFIX/bin
cp kmercamel $PREFIX/bin
make CXX="${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}"
install -d "${PREFIX}/bin"
install kmercamel "${PREFIX}/bin/"
13 changes: 6 additions & 7 deletions recipes/kmercamel/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.0.2" %}
{% set sha256 = "abbb8ff843c23a4c7d19ac53c57cfae3acabfc7a" %}
{% set sha256 = "b37449ef3f5d1bb6a45e24e4eba8102c40e689aa4e3eccc119d30a998b5790fa" %}

package:
name: kmercamel
Expand All @@ -15,13 +15,13 @@ build:

requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- zlib {{CONDA_ZLIB}}*
- make
- {{ compiler('cxx') }}
host:
- zlib
- glpk
run:
- zlib {{CONDA_ZLIB}}*
- libgcc # [not osx]
- zlib
- glpk

test:
Expand All @@ -34,4 +34,3 @@ about:
license_file: LICENSE.txt
summary: KmerCamel🐫 - compressing k-mer sets using masked superstrings


0 comments on commit dd4757c

Please sign in to comment.