diff --git a/recipes/tksm/build.sh b/recipes/tksm/build.sh new file mode 100644 index 0000000000000..efef835142eb3 --- /dev/null +++ b/recipes/tksm/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +INSTALL_PREFIX="${PREFIX}" make -j${CPU_COUNT} +mkdir -p ${PREFIX}/bin +./install.sh diff --git a/recipes/tksm/conda_build_config.yaml b/recipes/tksm/conda_build_config.yaml new file mode 100644 index 0000000000000..184a4ba539488 --- /dev/null +++ b/recipes/tksm/conda_build_config.yaml @@ -0,0 +1,3 @@ +cxx_compiler_version: + - "12" # [linux] + - "16" # [osx] diff --git a/recipes/tksm/meta.yaml b/recipes/tksm/meta.yaml new file mode 100644 index 0000000000000..d331c7a996b70 --- /dev/null +++ b/recipes/tksm/meta.yaml @@ -0,0 +1,47 @@ +{% set version = "0.3.0" %} +{% set sha256 = "627f98512105ccec2c9b65900b33a907bb54ee3dc71495fc98edf4a2660d6420" %} + +package: + name: tksm + version: {{ version }} + +source: + - url: https://github.com/vpc-ccg/tksm/archive/v{{ version }}.zip + sha256: {{ sha256 }} + +build: + number: 0 + skip: True # [py<3.8 or osx] + +requirements: + build: + - {{ compiler('cxx') }} + - python {{ python }} + - zlib + - make + - vim + - lld + host: + - python {{ python }} + - zlib + - cxxopts >=3.1.0 + - fmt >=9.1.0 + run: + - python {{ python }} + - zlib + - python-edlib + - numpy + - joblib + - tqdm + - scikit-learn + +test: + commands: + - tksm sequence --help + + +about: + home: https://github.com/vpc-ccg/tksm + license: MIT + license_file: LICENSE + summary: Very modular, very cool long-read transcriptomic simulator