forked from fermi-lat/Fermitools-conda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
82 lines (73 loc) · 1.57 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
{% set name = "fermitools" %}
{% set version = "1.0.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: https://github.com/fermi-lat/ScienceTools.git
build:
number: {{ environ.get('BUILD_NUMBER', 0)}}
skip: true # [win]
skip: true # [py3k]
requirements:
build:
- {{ compiler('c') }}
#- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
host:
- ape 2.9
- aplpy
- astropy
- blas 1.1
- clhep 2.4.1.0
- cppunit 1.14.0
- f2c 0.0.1
- fermi-repoman
- fftw 3.3.8
- git
- gsl 2.2
- healpix_cxx 3.31
- matplotlib
- numpy
- openblas 0.2.19|0.2.19.*
- pmw 2.0.1
- python 2.7
- readline 6.2
- root5 5.34.38
- scons 2.*
- swig 3.0.12
- toolchain
- wcslib 5.18
- xerces-c 3.2.0
run:
- ape 2.9
- aplpy
- astropy
- blas 1.1
- clhep 2.4.1.0
- cppunit 1.14.0
- f2c 0.0.1
- fftw 3.3.8
- fermitools-data >=0.11 # This must be updated with every model release
- gsl 2.2
- healpix_cxx 3.31
- matplotlib
- ncurses <6.0
- numpy
- openblas 0.2.19|0.2.19.*
- pmw 2.0.1
- python 2.7
- readline 6.2
- root5 5.34.38
- scipy
- wcslib 5.18
- xerces-c 3.2.0
test:
imports:
- UnbinnedAnalysis
- pyLikelihood
commands:
# These tests inspect linkages and libraries. They are very slow, so comment them out
# for a quicker turnaround when testing
#- conda inspect linkages -p $PREFIX {{ name }} # [not win]
#- conda inspect objects -p $PREFIX {{ name }} # [osx]