1Alien::CFITSIO(3) User Contributed Perl Documentation Alien::CFITSIO(3)
2
3
4
6 Alien::CFITSIO - Build and Install the CFITSIO library
7
9 version v4.3.0.0
10
12 use Alien::CFITSIO;
13
15 This module finds or builds the CFITSIO library. It supports at least
16 version CFITSIO 4.1.0.
17
19 Please see Alien::Build::Manual::AlienUser (or equivalently on metacpan
20 <https://metacpan.org/pod/distribution/Alien-
21 Build/lib/Alien/Build/Manual/AlienUser.pod>).
22
24 The environment variables "ALIEN_CFITSIO_EXACT_VERSION" and
25 "ALIEN_CFITSIO_ATLEAST_VERSION" may be used during installation to
26 install a specific version of CFITSIO or any version greater or equal
27 to a specific version. By default, "Alien::CFITSIO" will install the
28 latest version greater than or equal to 4.1.0;
29
31 Bugs
32 Please report any bugs or feature requests to
33 bug-alien-cfitsio@rt.cpan.org or through the web interface at:
34 https://rt.cpan.org/Public/Dist/Display.html?Name=Alien-CFITSIO
35
36 Source
37 Source is available at
38
39 https://gitlab.com/djerius/alien-cfitsio
40
41 and may be cloned from
42
43 https://gitlab.com/djerius/alien-cfitsio.git
44
46 Diab Jerius <djerius@cpan.org>
47
49 This software is Copyright (c) 2022 by Smithsonian Astrophysical
50 Observatory.
51
52 This is free software, licensed under:
53
54 The GNU General Public License, Version 3, June 2007
55
56
57
58perl v5.38.0 2023-09-02 Alien::CFITSIO(3)