metadata_conda_debug.yaml 629 Bytes
Newer Older
wangkx1's avatar
init  
wangkx1 committed
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
package:
  name: fsl-eddy
  version: '2401.2'
source:
  git_url: https://git.fmrib.ox.ac.uk/fsl/eddy.git
  git_rev: '2401.2'
build:
  number: '5'
  run_exports:
    strong:
      - fsl-eddy
requirements:
  host:
    - libboost-headers
    - fsl-base
    - fsl-newnifti 4
    - fsl-armawrap 0
    - fsl-basisfield 2203
    - fsl-cprob 2111
    - fsl-miscmaths 2412
    - fsl-newimage 2501
    - fsl-topup 2203
    - fsl-utils 2412
    - fsl-warpfns 2501
    - fsl-znzlib 2111
    - nlohmann_json 3
    - libblas
    - liblapack
    - zlib
  build:
    - gxx_linux-64
    - make
    - sysroot_linux-64 2.17.*
extra:
  final: false