Skip to content

Commit

Permalink
incorporate PDL::Parallel::threads
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 25, 2024
1 parent 158dfe1 commit 5124308
Show file tree
Hide file tree
Showing 18 changed files with 1,863 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
matrix:
os: [ubuntu-latest]
perl-version: ['5.10']
perl-threaded: [false]
include:
- perl-version: '5.30'
os: ubuntu-latest
Expand All @@ -32,6 +33,9 @@ jobs:
- perl-version: '5.30'
os: ubuntu-latest
disttest: true
- perl-version: '5.10'
os: ubuntu-latest
perl-threaded: true
- perl-version: '5.30'
os: ubuntu-latest
eumm-blead: 1
Expand All @@ -55,6 +59,7 @@ jobs:
with:
target-setup-perl: true
perl-version: ${{ matrix.perl-version }}
perl-threaded: ${{ matrix.perl-threaded }}

# conditional config
- name: Maybe gfortran
Expand Down
2 changes: 2 additions & 0 deletions Basic/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ my %pm = map { my $h = '$(INST_LIBDIR)/';
( $_, $h . $_ );
} ( @pm_names, 'default.perldlrc' );
$pm{'PDLdb.pl'} = '$(INST_LIB)/PDLdb.pl';
$pm{'threads.pm'} = '$(INST_LIB)/PDL/Parallel/threads.pm';
$pm{'SIMD.pm'} = '$(INST_LIB)/PDL/Parallel/threads/SIMD.pm';

my %man3pods = map { my $h = '$(INST_MAN3DIR)/';
$h .= 'PDL::' if $_ !~ /PDL.pm$/;
Expand Down
Loading

0 comments on commit 5124308

Please sign in to comment.