-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmeta.yaml
46 lines (39 loc) · 1.05 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
{% set version = "2.3.22" %}
package:
name: qd
version: {{ version }}
source:
fn: qd-{{ version }}.tar.gz
url: http://crd.lbl.gov/~dhbailey/mpdist/qd-{{ version }}.tar.gz
sha256: 268e89ac68d21bebfba279fec2b82b18686509b020cd9a1868dcaac5e46fef72
build:
skip: true # [win]
number: 1002
run_exports:
- {{ pin_subpackage("qd", max_pin="x.x") }}
requirements:
build:
- {{ compiler('fortran') }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host: []
run:
test:
# make check in build.sh runs tests, these check the installation path
commands:
- test -d ${PREFIX}/include/qd
- test -f ${PREFIX}/lib/libqd.a
- test -f ${PREFIX}/lib/libqdmod.a
- test -f ${PREFIX}/lib/libqd_f_main.a
- test -f ${PREFIX}/lib/libqd${SHLIB_EXT}
- test -f ${PREFIX}/bin/qd-config
- qd-config --fclibs
about:
home: http://crd-legacy.lbl.gov/~dhbailey/mpdist/
license: LBNL-BSD
license_file: COPYING
summary: A C++/Fortran-90 double-double and quad-double package
extra:
recipe-maintainers:
- grlee77
- isuruf