-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
63 lines (58 loc) · 1.51 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
package:
name: coffee_poisson_solver
version: 1.1
source:
git_url: https://github.com/skw32/CoFFEE_PoissonSolver_KO_pa.git
git_rev: master
# fn: CoFFEE_1.1.tar.gz
# url: https://data.mendeley.com/datasets/s2x4d542dc/1/files/602063ca-d751-4c5f-8d34-075b564b634d/CoFFEE_1.1.tar.gz
# md5: 34d1c7498feb98e89afcf79d801b00ce
patches:
# List any patch files here
- 0001-Add-alternative-setup.py-script.patch
build:
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - msgpack-python = msgpack-python:main
#
# Would create an entry point called msgpack-python that calls msgpack-python.main()
# just always use build number 0 ...
number: 0
requirements:
build:
- python=3.6
- setuptools
- mpi4py
- numpy
- scipy
- matplotlib
- ipython
- sympy
run:
- python=3.6
- mpi4py
- numpy
- scipy
- matplotlib
- ipython
- sympy
test:
# Python imports
imports:
- PoissonSolver
commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
# You can also put a file called run_test.py in the recipe that will be run
# at test time.
# requires:
# Put any additional test requirements here. For example
# - nosetests
about:
home: https://github.com/breathe/coffee_conda_package
license: BSD 3-Clause
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml