Skip to content

Commit

Permalink
move Basic/IO-{Fast,Flex}Raw/*.pm to Basic/lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 7, 2024
1 parent 044a869 commit c96b921
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 27 deletions.
8 changes: 0 additions & 8 deletions Basic/IO-FastRaw/Makefile.PL

This file was deleted.

9 changes: 0 additions & 9 deletions Basic/IO-FlexRaw/Makefile.PL

This file was deleted.

2 changes: 1 addition & 1 deletion Basic/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WriteMakefile(
VERSION_FROM => 'lib/PDL.pm',
DIR => [qw(
Core Bad Ops Ufunc Primitive Slices Math MatrixOps
IO-FITS IO-FastRaw IO-FlexRaw IO-Misc IO-Pnm IO-Storable
IO-FITS IO-Misc IO-Pnm IO-Storable
Lib-Compression Lib-FFT Lib-ImageND Lib-ImageRGB
Lib-Transform
SourceFilter Doc
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 6 additions & 8 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,11 @@ Basic/examples/PDL-Parallel-threads/barrier-sync.pl
Basic/examples/PDL-Parallel-threads/perl-barrier.pl
Basic/examples/PDL-Parallel-threads/simple-parallelize.pl
Basic/examples/PDL-Parallel-threads/test-memory-consumption.pl
Basic/IO-FastRaw/FastRaw.pm
Basic/IO-FastRaw/Makefile.PL
Basic/IO-FastRaw/t/fastraw.t
Basic/IO-FITS/FITS.pm
Basic/IO-FITS/Makefile.PL
Basic/IO-FITS/t/fits-noafh.t
Basic/IO-FITS/t/fits.t
Basic/IO-FITS/t/m51.fits.fz
Basic/IO-FlexRaw/FlexRaw.pm
Basic/IO-FlexRaw/Makefile.PL
Basic/IO-FlexRaw/t/flexraw.t
Basic/IO-FlexRaw/t/flexraw_fortran.t
Basic/IO-FlexRaw/t/iotypes.t
Basic/IO-Misc/Makefile.PL
Basic/IO-Misc/misc.pd
Basic/IO-Misc/t/misc.t
Expand Down Expand Up @@ -127,6 +119,8 @@ Basic/lib/PDL/Install/Files.pm
Basic/lib/PDL/Internals.pod
Basic/lib/PDL/IO.pod
Basic/lib/PDL/IO/Dumper.pm
Basic/lib/PDL/IO/FastRaw.pm
Basic/lib/PDL/IO/FlexRaw.pm
Basic/lib/PDL/Lite.pm
Basic/lib/PDL/LiteF.pm
Basic/lib/PDL/Lvalue.pm
Expand Down Expand Up @@ -222,6 +216,10 @@ Basic/t/core.t
Basic/t/croak.t
Basic/t/demos.t
Basic/t/dumper.t
Basic/t/fastraw.t
Basic/t/flexraw-iotypes.t
Basic/t/flexraw.t
Basic/t/flexraw_fortran.t
Basic/t/func.pdl
Basic/t/inline-with.t
Basic/t/inlinepdlpp.t
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ sub coretarget {
[ qw(pure_all) ],
[ 'coregen' ],
# the modules in PDL::LiteF, used in t/core.t
], qw(Core Ops Primitive Ufunc Slices Bad Math MatrixOps IO-FastRaw),
], qw(Core Ops Primitive Ufunc Slices Bad Math MatrixOps),
]
],
[
Expand Down

0 comments on commit c96b921

Please sign in to comment.