-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathmeta.yaml
105 lines (99 loc) · 1.97 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Making a Change to this package?
# REMEMBER TO UPDATE the .yaml files for the following packages:
# moose-dev/*
#
# And documentation:
# framework/doc/packages_config.yml
#
# As well as any directions pertaining to modifying those files.
{% set version = "2023.12.20" %}
package:
name: moose-tools
version: {{ version }}
source:
path: ../tools
build:
number: 0
script_env:
- REQUESTS_CA_BUNDLE
- SSL_CERT_FILE
requirements:
build:
- {{ moose_python }}
- setuptools
host:
# TODO: Try to remove when this version settles down among other conda-forge packages
- openssl <3.2.0a # [osx]
run:
- beautifulsoup4
- {{ clang_format }}
- clang-tools
- deepdiff
- git-lfs
- gitpython
- graphviz
- jinja2
- livereload
- lxml
- mako
- matplotlib-base
- mock
- numpy
- packaging
- pandas
- psycopg2
- pybtex
- pycobertura
- pyflakes
- pylatexenc
- pylint
- python
- pyyaml
- scikit-image
- setuptools
- sympy
- tabulate
- xmltodict
- yaml
# TODO: Try to remove when this version settles down among other conda-forge packages
- {{ pin_compatible('openssl', upper_bound='3.2') }} # [osx]
test:
commands:
- clang-format --version
- dot -V
- git-lfs --version
- pg_config --help
imports:
- bs4
- deepdiff
- git
- jinja2
- livereload
- lxml
- matplotlib
- mock
- numpy
- pandas
- psycopg2
- pybtex
- pycobertura
- pyflakes
- pylatexenc
- pylint
- skimage
- sympy
- tabulate
- xmltodict
- yaml
about:
home: https://mooseframework.org/
license: LGPL 2.1
summary: >
This superficial module (moose-tools) acts as a top-level module designed to provide all
dependencies required in order to run the TestHarness, clang-format, and create MOOSE
Documentation.
extra:
recipe-maintainers:
- milljm
- cticenhour
- loganharbour