Help for this page

Select Code to Download


  1. or download this
    set PKG_CONFIG_PATH=D:\sp\_64\sp-5.32.1\perl\site\lib\auto\share\dist\
    +Alien-GSL\lib\pkgconfig
    
  2. or download this
    ....
    Asking PkgConfig with ENV{PKG_CONFIG_PATH}=D:\sp\_64\sp-5.32.1\perl\si
    +te\lib\auto\share\dist\Alien-GSL\lib\pkgconfig:/usr/pkgconfig:/usr/li
    +b/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/pkgconfig:/usr/libdat
    +a/pkgconfig:/usr/local/libdata/pkgconfig:/opt/pkgconfig
    ...
    yes
    -> N/A
    -> FAIL Configure failed for Math-GSL-0.43. See D:\sp\_64\sp-5.32.1\da
    +ta\.cpanm\work\1668033142.8832\build.log for details.
    
  3. or download this
    Test Summary Report
    -------------------
    ...
    Files=58, Tests=2791, 42 wallclock secs ( 0.17 usr +  0.05 sys =  0.22
    + CPU)
    Result: FAIL
    Failed 9/58 test programs. 0/2791 subtests failed.
    
  4. or download this
    use strict;
    use warnings;
    ...
    say gsl_spmatrix_nnz( $m );
    die if gsl_spmatrix_set( $m, 456 + 1 << 32, 0, 1 );
    say gsl_spmatrix_nnz( $m );
    
  5. or download this
    D:\s\Math-GSL-0.43>perl \pscrpt\math-gsl\try.pl
    2.7.1 share
    ...
    1
    1
    1