Skip to content

Commit

Permalink
add: GDBM_File NDBM_File ODBM_File EV + use cfitsio-3.47
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed May 23, 2019
1 parent a35cc17 commit 579a4a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ ncurses-5.9 no YES

### new modules - candidates
- AnyEvent (642KB)
- EV (550KB - 1095)
- Devel::NYTProf (1.23MB - 2326)
- POE (1.25MB - 3583)
- PAR::Packer (9.9MB)
Expand All @@ -134,7 +133,6 @@ ncurses-5.9 no YES
- SQL::Translator (2.6MB)
- Wx (88MB)
- Padre (97MB incl. Wx)
- CryptX (1MB)

### Test FAILS
! Testing Convert-PEM-0.08 failed
Expand Down
9 changes: 7 additions & 2 deletions share/32bit-5.30.0.1.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
# gdbm / db related
qw/ BerkeleyDB DB_File DBM-Deep /,

# BUG: this should be built with core but is not (at least not by 5.30.0)
'<package_url>/kmx/perl-modules-patched/GDBM_File-1.18.tar.gz',
'<package_url>/kmx/perl-modules-patched/NDBM_File-1.15.tar.gz',
'<package_url>/kmx/perl-modules-patched/ODBM_File-1.16.tar.gz',

#removed from core in 5.20
qw/ Module::Build /,
{ module=>'B::Lint', ignore_testfailure=>1 }, #XXX-TODO https://rt.cpan.org/Public/Bug/Display.html?id=101115
Expand Down Expand Up @@ -175,7 +180,7 @@
qw/ Net-SSH2 Net::Telnet /,

# network
qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks /,
qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks EV /,
qw/ HTTP-Server-Simple /,
qw/ LWP::UserAgent /,
{ module=>'LWP::Protocol::https', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/https_proxy.t' } }, #https://rt.perl.org/Ticket/Display.html?id=132863
Expand Down Expand Up @@ -416,7 +421,7 @@
disable => $ENV{SKIP_PDL_STEP}, ### hack
plugin => 'Perl::Dist::Strawberry::Step::BinaryToolsAndLibs',
install_packages => {
'cfitsio' => '<package_url>/kmx/32_libs/gcc83-2019Q2/32bit_cfitsio-3.41-bin_20190522.zip',
'cfitsio' => '<package_url>/kmx/32_libs/gcc83-2019Q2/32bit_cfitsio-3.47-bin_20190522.zip',
'fftw3' => '<package_url>/kmx/32_libs/gcc83-2019Q2/32bit_fftw-3.3.8-bin_20190522.zip',
'gnuplot' => '<package_url>/kmx/32_libs/gcc83-2019Q2/32bit_gnuplot-5.2.6-bin_20190522.zip',
'gsl' => '<package_url>/kmx/32_libs/gcc83-2019Q2/32bit_gsl-2.5-bin_20190522.zip',
Expand Down
9 changes: 7 additions & 2 deletions share/64bit-5.30.0.1.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
# gdbm / db related
qw/ BerkeleyDB DB_File DBM-Deep /,

# BUG: this should be built with core but is not (at least not by 5.30.0)
'<package_url>/kmx/perl-modules-patched/GDBM_File-1.18.tar.gz',
'<package_url>/kmx/perl-modules-patched/NDBM_File-1.15.tar.gz',
'<package_url>/kmx/perl-modules-patched/ODBM_File-1.16.tar.gz',

#removed from core in 5.20
qw/ Module::Build /,
{ module=>'B::Lint', ignore_testfailure=>1 }, #XXX-TODO https://rt.cpan.org/Public/Bug/Display.html?id=101115
Expand Down Expand Up @@ -175,7 +180,7 @@
qw/ Net-SSH2 Net::Telnet /,

# network
qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks /,
qw/ IO::Socket::IP IO::Socket::INET6 IO::Socket::Socks EV /,
qw/ HTTP-Server-Simple /,
qw/ LWP::UserAgent /,
{ module=>'LWP::Protocol::https', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/https_proxy.t' } }, #https://rt.perl.org/Ticket/Display.html?id=132863
Expand Down Expand Up @@ -416,7 +421,7 @@
disable => $ENV{SKIP_PDL_STEP}, ### hack
plugin => 'Perl::Dist::Strawberry::Step::BinaryToolsAndLibs',
install_packages => {
'cfitsio' => '<package_url>/kmx/64_libs/gcc83-2019Q2/64bit_cfitsio-3.41-bin_20190522.zip',
'cfitsio' => '<package_url>/kmx/64_libs/gcc83-2019Q2/64bit_cfitsio-3.47-bin_20190522.zip',
'fftw3' => '<package_url>/kmx/64_libs/gcc83-2019Q2/64bit_fftw-3.3.8-bin_20190522.zip',
'gnuplot' => '<package_url>/kmx/64_libs/gcc83-2019Q2/64bit_gnuplot-5.2.6-bin_20190522.zip',
'gsl' => '<package_url>/kmx/64_libs/gcc83-2019Q2/64bit_gsl-2.5-bin_20190522.zip',
Expand Down

0 comments on commit 579a4a5

Please sign in to comment.