Skip to content

Commit

Permalink
split Libtmp/Minuit out to separate PDL::Minuit distro
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 30, 2024
1 parent c6e2a35 commit 400af9b
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 8,941 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,6 @@ Libtmp/ImageRGB/ImageRGB.xs
Libtmp/LegacyComplex/Complex.c
Libtmp/LegacyComplex/Complex.pm
Libtmp/LegacyComplex/Complex.xs
Libtmp/Minuit/Minuit.c
Libtmp/Minuit/Minuit.pm
Libtmp/Minuit/Minuit.xs
Libtmp/Minuit/minuitlib/libminuit.a
Libtmp/Slatec/Slatec.c
Libtmp/Slatec/Slatec.pm
Libtmp/Slatec/Slatec.xs
Expand Down
12 changes: 0 additions & 12 deletions Basic/Pod/Index.pod
Original file line number Diff line number Diff line change
Expand Up @@ -380,14 +380,6 @@ L<PDL::Graphics2D> - An object oriented interface to PDL graphics

=item *

L<PDL::Graphics::IIS> - Display PDL images on IIS devices (saoimage/ximtool)

=item *

L<PDL::Graphics::LUT> - provides access to a number of look-up tables

=item *

L<PDL::Graphics::Limits> - derive limits for display purposes

=item *
Expand Down Expand Up @@ -544,10 +536,6 @@ L<PDL::MatrixOps> - Some Useful Matrix Operations

=item *

L<PDL::Minuit> - a PDL interface to the Minuit library

=item *

L<PDL::NiceSlice> - toward a nicer slicing syntax for PDL

=item *
Expand Down
12 changes: 0 additions & 12 deletions Basic/Pod/Modules.pod
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ Interpolation-related functions.

Helper routines for 3D graphics.

=item L<PDL::Graphics::IIS>

Display images on IIS devices.

=back


Expand All @@ -136,10 +132,6 @@ Display images on IIS devices.

=over 5

=item L<PDL::Graphics::LUT>

Look-up tables.

=item L<PDL::Graphics::Limits>

Derive data limits for display purposes.
Expand Down Expand Up @@ -188,10 +180,6 @@ Linear filtering.

Simplex optimization routines.

=item L<PDL::Minuit>

PDL interface to the Minuit library.

=item L<PDL::Slatec>

PDL interface to the Slatec library.
Expand Down
12 changes: 0 additions & 12 deletions Basic/Pod/QuickStart.pod
Original file line number Diff line number Diff line change
Expand Up @@ -380,18 +380,6 @@ This module provides both high-level and low-level functionality built
on PLplot. The low-level commands are pretty much direct bindings to
PLplot's C interface. Read more at L<PDL::Graphics::PLplot>.

=item PDL::Graphics::IIS

Many astronomers like to use SAOimage and Ximtool (or there
derivations/clones). These are useful free widgets for inspection and
visualisation of images. (They are not provided with perlDL but can
easily be obtained from their official sites off the Net.)

The L<PDL::Graphics::IIS>
package provides allows one to display images
in these ("IIS" is the name of an ancient item of image display
hardware whose protocols these tools conform to.)

=item PDL::Graphics::TriD

See L<PDL::Graphics::TriD>, this is a collection
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- split Graphics/IIS out to separate PDL::Graphics::IIS distro
- split Libtmp/Minuit out to separate PDL::Minuit distro

2.093 2024-09-29
- PDL.set_datatype now doesn't physicalise input, PDL.convert_type does
Expand Down
22 changes: 0 additions & 22 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,6 @@ PDL::Graphics::TriD
perldl.conf and set WITH_3D => 0.


PDL::Graphics::IIS
To be useful an application that supports
the 'IIS' protocol must be installed, e.g.
SAOimage or Ximtool, see
http://tdc-www.harvard.edu/software/saoimage.html
http://iraf.noao.edu/iraf/web/projects/x11iraf/

PDL::Graphics::IIS builds
without viewers.


PDL::GSL modules
Needs the GSL (Gnu Scientific Library) to
build. Version >= 1.0 is required
Expand Down Expand Up @@ -206,17 +195,6 @@ PDL::IO::Pic rpic/wpic: NetPBM converters
NetPBM.


PDL::Minuit PDL interface to Minuit minimization routines in
the CERN library,
http://wwwasdoc.web.cern.ch/wwwasdoc/minuit/minmain.html
The Minuit library code is included. A fortran compiler
is required and ExtUtils:F77 (version >= 1.03).

Will not be built unless
ExtUtils::F77 is installed *and*
supports your platform.


PDL::Slatec Linear algebra routines.
Several other PDL modules use PDL::Slatec

Expand Down
53 changes: 0 additions & 53 deletions Libtmp/Minuit/FCN.c

This file was deleted.

42 changes: 0 additions & 42 deletions Libtmp/Minuit/FCN.h

This file was deleted.

144 changes: 0 additions & 144 deletions Libtmp/Minuit/Makefile.PL

This file was deleted.

Loading

0 comments on commit 400af9b

Please sign in to comment.