-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
55 lines (46 loc) · 1.58 KB
/
dist.ini
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
name = Alien-GMP
author = Richard Simões <rsimoes AT cpan DOT org>
author = Graham Ollis <[email protected]>
license = LGPL_3_0
copyright_holder = Richard Simões
copyright_year = 2012-2024
version = 1.16
[@Author::Plicease]
:version = 2.79
release_tests = 1
irc = irc://irc.perl.org/#native
github_user = PerlAlien
test2_v0 = 1
workflow = static
workflow = linux
diag_preamble = | $post_diag = sub {
diag_preamble = | require Alien::GMP;
diag_preamble = | diag "version = ", Alien::GMP->config('version');
diag_preamble = | foreach my $alt (qw( gmp gmpxx foo ))
diag_preamble = | {
diag_preamble = | my $alien = eval { Alien::GMP->alt($alt) };
diag_preamble = | next unless $alien;
diag_preamble = | diag "$alt.cflags = ", $alien->cflags;
diag_preamble = | diag "$alt.cflags_static = ", $alien->cflags_static;
diag_preamble = | diag "$alt.libs = ", $alien->libs;
diag_preamble = | diag "$alt.libs_static = ", $alien->libs_static;
diag_preamble = | }
diag_preamble = | diag "dynamic_libs = $_" for Alien::GMP->dynamic_libs;
diag_preamble = | };
[AlienBuild]
:version = 0.24
[RemovePrereqs]
remove = strict
remove = warnings
remove = base
[Prereqs / ConfigureRequires]
Alien::Build = 1.46
[Prereqs]
Alien::Base = 1.46
[Author::Plicease::Upload]
cpan = 1
[Author::Plicease::Thanks]
current = Graham Ollis <[email protected]>
original = Richard Simões (RSIMOES)
contributor = Zakariyya Mughal (ZMUGHAL)
contributor = William N. Braswell, Jr. (WBRASWELL)