Skip to content

Commit

Permalink
re-organized build files
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop committed Nov 5, 2024
1 parent 302721b commit 8d6438f
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 92 deletions.
File renamed without changes.
43 changes: 43 additions & 0 deletions conda/das-ubuntu/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set data = load_setup_py_data(setup_file='../../setup.py', from_recipe_dir=True) %}
{% set name = "das" %}
{% set version = data.get('version') %}

package:
name: das
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"

build:
number: 0
entry_points:
- das=das.cli:main

outputs:
- name: das
script: build_unix.sh
requirements:
host:
- python {{ python }}
- pip
run:
- python {{ python }}
- cudatoolkit
- cudnn
- tqdm
- tensorflow<2.16
- xarray-behave=0.35.7

about:
home: "http://github.com/janclemenslab/das"
license: MIT
license_family: MIT
license_file:
summary: "DAS"
doc_url: "https://janclemenslab.org/das"
dev_url: "http://github.com/janclemenslab/das"

extra:
recipe-maintainers:
- postpop
10 changes: 0 additions & 10 deletions conda/das/build_osxarm64.sh

This file was deleted.

8 changes: 0 additions & 8 deletions conda/das/build_win.bat

This file was deleted.

74 changes: 0 additions & 74 deletions conda/das/meta.yaml

This file was deleted.

0 comments on commit 8d6438f

Please sign in to comment.