-
Notifications
You must be signed in to change notification settings - Fork 0
/
conandata.yml
26 lines (26 loc) · 1.08 KB
/
conandata.yml
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
sources:
"3.490":
url: "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.49.tar.gz"
sha256: "8cc4beddd0ff389fb81bde9c181e0e3c419c15ec8a66df201ff4619a93715558"
"3.480":
url: "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.48.tar.gz"
sha256: "fc369363616753fa4dbe9bf28fa7e49cc1b057081229d89b52087d85ef303314"
"3.470":
url: "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.47.tar.gz"
sha256: "985606e058403c073a68d95be74e9696f0ded9414520784457a1d4cba8cca7e2"
patches:
"3.490":
- patch_file: "patches/windows-use-strtok_s.patch"
base_path: "source_subfolder"
- patch_file: "patches/fix-cmake-3.490.patch"
base_path: "source_subfolder"
"3.480":
- patch_file: "patches/windows-use-strtok_s.patch"
base_path: "source_subfolder"
- patch_file: "patches/fix-cmake-3.470.patch"
base_path: "source_subfolder"
"3.470":
- patch_file: "patches/windows-use-strtok_s.patch"
base_path: "source_subfolder"
- patch_file: "patches/fix-cmake-3.470.patch"
base_path: "source_subfolder"