in reply to Re: intersection of scalar with 1D array and 2D array Matlab=>Perl
in thread intersection of scalar with 1D array and 2D array Matlab=>Perl

Where did the OSX binary go? It no longer on Sourceforge.

http://sourceforge.net/projects/pdl/files/

PDL is an interesting build on 10.8. Some difficult dependencies to resolve and it only likes gfortran-4.10 which I had to build. Sometimes it finds the compiler F77 for dependencies sometimes it doesn't.

  • Comment on Re^2: intersection of scalar with 1D array and 2D array Matlab=>Perl
  • Download Code

Replies are listed 'Best First'.
Re^3: intersection of scalar with 1D array and 2D array Matlab=>Perl
by etj (Priest) on May 20, 2022 at 14:59 UTC
    My recommendation for current MacOS: use Homebrew to install Perl, then install local::lib, then use Homebrew to install gfortran and other optional dependencies to get more of the optional stuff in PDL working, then use `cpanm PDL`. Ideally we'd have an up-to-date PDL packaged for MacOS, but that isn't currently the case.
Re^3: intersection of scalar with 1D array and 2D array Matlab=>Perl
by zentara (Cardinal) on Aug 31, 2014 at 09:06 UTC