Skip to content

Commit

Permalink
p5-pdl: update to version 2.092, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dbevans committed Sep 26, 2024
1 parent 4e0be57 commit 799e93f
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions perl/p5-pdl/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortGroup perl5 1.0

perl5.branches 5.28 5.30 5.32 5.34
perl5.link_binaries no
perl5.setup PDL 2.084 ../../authors/id/E/ET/ETJ
revision 2
perl5.setup PDL 2.092 ../../authors/id/E/ET/ETJ
revision 0
license {Artistic-1 GPL}
maintainers {peculier.com:mgrimes @mvgrimes} openmaintainer
description Perl Data Language - scientific computing capability for perl
Expand All @@ -16,17 +16,15 @@ long_description The perlDL project aims to turn perl into an efficient numer
N-dimensional data sets which are the bread and butter of scientific \
computing.

platforms darwin

checksums rmd160 cfe3e3cbb1e6f3552604a7a86e27464551026ab9 \
sha256 96256439f3a2501ffa93b3cc7c8cadbf91aabf6cb5f874624917833656006468 \
size 3064351
checksums rmd160 c87c15d1cd2bb2859b645d3984e6d028e6dd7090 \
sha256 f3eabb83597866ff16491cf75ec70c0648a351088034111baa356ec0d9f3461b \
size 2966528

#
# support options
#
# plotting support using pgplot (PDL::Graphics::PGPLOT) is always enabled
# plotting support using plplot (PDL::Graphics::PLplot) has been removed from the PDL distribution, available as a separate module if desired
# plotting support using pgplot is available via separate module PGPLOT
# plotting support using plplot is available via separate module PDL::Graphics::PLplot
# plotting support using gnuplot is available via separate module PDL::Graphics::Gnuplot
# 3D plotting support (PDL::Graphics::TriD) is disabled by default due to dependency issues, use +trid to enable
# hdf4 support (PDL::IO::HDF) is enabled by default, use -hdf4 to disable (#46304)
Expand Down Expand Up @@ -77,11 +75,9 @@ if {${perl5.major} != ""} {
port:p${perl5.major}-inline \
port:p${perl5.major}-inline-c \
port:p${perl5.major}-math-complex \
port:p${perl5.major}-pgplot \
port:p${perl5.major}-term-readkey \
port:p${perl5.major}-term-readline-gnu \
port:p${perl5.major}-text-balanced \
port:pgplot \
port:slatec \
port:xorg-libXi \
port:xorg-libXmu
Expand Down

0 comments on commit 799e93f

Please sign in to comment.