forked from vivienr/modulesets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhealpix.modules
59 lines (54 loc) · 1.88 KB
/
healpix.modules
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
<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<!-- vim:set ts=2 expandtab: -->
<moduleset>
<repository type="tarball" name="sf"
href="http://downloads.sourceforge.net/"/>
<repository type="tarball" name="pypi"
href="http://pypi.python.org/packages/source/"/>
<repository type="tarball" name="heasarc"
href="ftp://heasarc.gsfc.nasa.gov/software/"/>
<repository type="git" name="github"
href="https://github.com/"/>
<autotools id="cfitsio" autogen-sh="configure"
supports-non-srcdir-builds="no">
<branch repo="heasarc"
module="fitsio/c/cfitsio3390.tar.gz" version="3.390"
hash="sha256:62d3d8f38890275cc7a78f5e9a4b85d7053e75ae43e988f1e2390e539ba7f409"
checkoutdir="cfitsio">
<patch file="cfitsio-shared.patch"/>
</branch>
</autotools>
<autotools id="chealpix" autogen-sh="configure">
<branch repo="sf"
module="healpix/chealpix-3.30.0.tar.gz" version="3.30.0"
hash="sha1:ed8f3d62f3df3a1a620341920d14f38f4dbef6f6"/>
<dependencies>
<dep package="cfitsio"/>
</dependencies>
</autotools>
<autotools id="healpix_cxx" autogen-sh="configure">
<branch repo="sf"
module="healpix/healpix_cxx-3.30.0.tar.gz" version="3.30.0"
hash="sha1:2481fa561ac68d14ee82ba12b6b1874ad08967bc"/>
<dependencies>
<dep package="cfitsio"/>
</dependencies>
</autotools>
<distutils id="healpy">
<branch repo="github"
module="healpy/healpy" tag="1.10.3" version="1.10.3"/>
<dependencies>
<dep package="cfitsio"/>
<dep package="healpix_cxx"/>
</dependencies>
</distutils>
<metamodule id="healpix">
<dependencies>
<dep package="chealpix"/>
<dep package="healpix_cxx"/>
<dep package="healpy"/>
</dependencies>
</metamodule>
</moduleset>