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

Adding emi package #29399

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
Introduce emi
fvalle1 committed Mar 11, 2025
commit 8e38d6ec143902c054745996da7de9296a98136d
46 changes: 46 additions & 0 deletions recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "emi" %}
{% set version = "0.1.0" %}

package:
name: {{ name|lower }}
version: {{version}}

source:
# path: ./
url: https://github.com/BioPhys-Turin/EfficientMutualInformation/archive/refs/tags/0.1.0.tar.gz
sha256: 146d76fcd4b6aaaf2247b935f17a1051425caaf0809c6224a8686d5f18e62137

build:
number: 0

test:
commands:
- $PREFIX/bin/hk

requirements:
build:
- cmake
- make
- gxx # Use `clang` on macOS

host:
- gxx
- libgcc-ng
- libstdcxx-ng

run:
- gxx
- libgcc-ng
- libstdcxx-ng

about:
home: https://biophys-turin.github.io
summary: "A simple tool to estimate mutual information."
license: GPL-2.0-or-later
description: |
Effiecnt tool to estimate mutual information
extra:
recipe-maintainers:
- fvalle1
- LeonardoAgasso
- biophys-turin