|
31 | 31 | mpc => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/64bit_mpc-1.3.1-bin_20230606.zip',
|
32 | 32 | mpfr => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/64bit_mpfr-4.2.0-bin_20230606.zip',
|
33 | 33 | libgd => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230502/64bit_libgd-2.3.2-bin_20230502.zip',
|
34 |
| - zgdb => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/64bit_gdb-13.1-bin_20230626.zip', |
| 34 | + zgdb => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/64bit_gdb-13.1-bin_20230626.zip', |
| 35 | + termcap => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/64bit_termcap-1.3.1-bin_20230606.zip', |
35 | 36 | },
|
36 | 37 | },
|
37 | 38 | ### NEXT STEP ###########################
|
|
451 | 452 | extlibs_gcc13_collated => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/extlibs_gcc13_collated_no_t1lib_20230606.zip',
|
452 | 453 | libgd => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230502/64bit_libgd-2.3.2-bin_20230502.zip',
|
453 | 454 | zgdb => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/64bit_gdb-13.1-bin_20230626.zip',
|
| 455 | + termcap => 'https://github.com/StrawberryPerl/build-extlibs/releases/download/dev_gcc13.1_20230606/64bit_termcap-1.3.1-bin_20230606.zip', |
454 | 456 | },
|
455 | 457 | },
|
456 | 458 | ### NEXT STEP ###########################
|
|
461 | 463 | modules => [
|
462 | 464 | { module => 'File::Next', ignore_testfailure => 1 }, #XXX-TODO-5.28 / PREREQ-ONLY
|
463 | 465 | { module => 'Devel::REPL', ignore_testfailure => 1 },
|
464 |
| - qw/Lexical::Persistence Astro::FITS::Header Astro::FITS::CFITSIO/, |
| 466 | + qw/Lexical::Persistence Astro::FITS::Header /, |
| 467 | + { module => 'Astro::FITS::CFITSIO', ignore_testfailure => 1}, # only needed for createfile test |
465 | 468 | { module => 'Inline::C', ignore_testfailure => 1 },
|
466 | 469 | { module => 'Module::Compile', ignore_testfailure => 1 }, #XXX-TODO-5.28 / PREREQ-ONLY
|
467 | 470 | { module => 'PDL',
|
|
0 commit comments