forked from perl/perl-PDL
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
afdf6860d4 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8352332d0174eab0c13bf0ddd132e26d6a82f1f8b8c630ad37fe5f622ad3a469
|
|
||||||
size 3068937
|
|
BIN
PDL-2.100.tar.gz
(Stored with Git LFS)
Normal file
BIN
PDL-2.100.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 14 12:17:34 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.100.0 (2.100)
|
||||||
|
see /usr/share/doc/packages/perl-PDL/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 26 03:08:49 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Wed Oct 26 03:08:49 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PDL
|
# spec file for package perl-PDL
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name PDL
|
%define cpan_name PDL
|
||||||
Name: perl-PDL
|
Name: perl-PDL
|
||||||
Version: 2.81.0
|
Version: 2.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 2.081 -> normalize -> 2.81.0
|
# 2.100 -> normalize -> 2.100.0
|
||||||
%define cpan_version 2.081
|
%define cpan_version 2.100
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Perl Data Language
|
Summary: Perl Data Language
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -31,32 +31,90 @@ Source100: README.md
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||||
BuildRequires: perl(Carp) >= 1.2
|
BuildRequires: perl(Devel::CheckLib) >= 1.10
|
||||||
BuildRequires: perl(Devel::CheckLib) >= 1.01
|
|
||||||
BuildRequires: perl(ExtUtils::Depends) >= 0.402
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.12
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.12
|
||||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.21
|
BuildRequires: perl(ExtUtils::ParseXS) >= 3.21
|
||||||
BuildRequires: perl(File::Map) >= 0.57
|
BuildRequires: perl(File::Map) >= 0.570
|
||||||
BuildRequires: perl(File::Which)
|
BuildRequires: perl(File::Which)
|
||||||
BuildRequires: perl(Filter::Simple) >= 0.88
|
BuildRequires: perl(Filter::Simple) >= 0.88
|
||||||
BuildRequires: perl(IPC::Cmd) >= 0.72
|
|
||||||
BuildRequires: perl(List::Util) >= 1.33
|
BuildRequires: perl(List::Util) >= 1.33
|
||||||
BuildRequires: perl(Pod::Select)
|
BuildRequires: perl(Pod::Select)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::Warn)
|
BuildRequires: perl(Test::Warn)
|
||||||
BuildRequires: perl(Text::Balanced) >= 2.05
|
BuildRequires: perl(Text::Balanced) >= 2.05
|
||||||
Requires: perl(File::Map) >= 0.57
|
Requires: perl(File::Map) >= 0.570
|
||||||
Requires: perl(File::Which)
|
Requires: perl(File::Which)
|
||||||
Requires: perl(Filter::Simple) >= 0.88
|
Requires: perl(Filter::Simple) >= 0.88
|
||||||
Requires: perl(List::Util) >= 1.33
|
Requires: perl(List::Util) >= 1.33
|
||||||
Requires: perl(Pod::Select)
|
Requires: perl(Pod::Select)
|
||||||
Requires: perl(Text::Balanced) >= 2.05
|
Requires: perl(Text::Balanced) >= 2.05
|
||||||
Recommends: perl(ExtUtils::F77) >= 1.26
|
Provides: perl(Inline::Pdlpp) = 0.400.0
|
||||||
Recommends: perl(Inline) >= 0.83
|
Provides: perl(PDL) = %{version}
|
||||||
|
Provides: perl(PDL::Bad) = %{version}
|
||||||
|
Provides: perl(PDL::Basic)
|
||||||
|
Provides: perl(PDL::Bench)
|
||||||
|
Provides: perl(PDL::Char)
|
||||||
|
Provides: perl(PDL::Complex::Overloads)
|
||||||
|
Provides: perl(PDL::Compression) = %{version}
|
||||||
|
Provides: perl(PDL::Config)
|
||||||
|
Provides: perl(PDL::Constants) = 0.20.0
|
||||||
|
Provides: perl(PDL::Core) = 2.96.0
|
||||||
|
Provides: perl(PDL::Core::Dev)
|
||||||
|
Provides: perl(PDL::Dbg)
|
||||||
|
Provides: perl(PDL::Demos)
|
||||||
|
Provides: perl(PDL::Demos::BAD_demo)
|
||||||
|
Provides: perl(PDL::Demos::Cartography_demo)
|
||||||
|
Provides: perl(PDL::Demos::Func_demo)
|
||||||
|
Provides: perl(PDL::Demos::General)
|
||||||
|
Provides: perl(PDL::Demos::Sound)
|
||||||
|
Provides: perl(PDL::Demos::Transform_demo)
|
||||||
|
Provides: perl(PDL::DiskCache) = 1.100.0
|
||||||
|
Provides: perl(PDL::Doc)
|
||||||
|
Provides: perl(PDL::Doc::Perldl)
|
||||||
|
Provides: perl(PDL::Exporter)
|
||||||
|
Provides: perl(PDL::FFT) = %{version}
|
||||||
|
Provides: perl(PDL::Func)
|
||||||
|
Provides: perl(PDL::IO::Dumper) = 1.3.2
|
||||||
|
Provides: perl(PDL::IO::FITS) = 0.920.0
|
||||||
|
Provides: perl(PDL::IO::FastRaw) = 0.0.3
|
||||||
|
Provides: perl(PDL::IO::FlexRaw)
|
||||||
|
Provides: perl(PDL::IO::Misc)
|
||||||
|
Provides: perl(PDL::IO::Pic)
|
||||||
|
Provides: perl(PDL::IO::Pnm) = %{version}
|
||||||
|
Provides: perl(PDL::IO::STL) = 0.1.0
|
||||||
|
Provides: perl(PDL::IO::Storable) = 2.96.0
|
||||||
|
Provides: perl(PDL::Image2D) = %{version}
|
||||||
|
Provides: perl(PDL::ImageND) = %{version}
|
||||||
|
Provides: perl(PDL::ImageRGB) = %{version}
|
||||||
|
Provides: perl(PDL::Install::Files) = 2.9.0
|
||||||
|
Provides: perl(PDL::Lite)
|
||||||
|
Provides: perl(PDL::LiteF)
|
||||||
|
Provides: perl(PDL::Math)
|
||||||
|
Provides: perl(PDL::Matrix) = 0.500.0
|
||||||
|
Provides: perl(PDL::MatrixOps)
|
||||||
|
Provides: perl(PDL::NiceSlice) = 1.1.0
|
||||||
|
Provides: perl(PDL::Ops)
|
||||||
|
Provides: perl(PDL::Options) = 0.920.0
|
||||||
|
Provides: perl(PDL::PP) = 2.300.0
|
||||||
|
Provides: perl(PDL::Parallel::threads) = 0.70.0
|
||||||
|
Provides: perl(PDL::Parallel::threads::SIMD) = 0.20.0
|
||||||
|
Provides: perl(PDL::Primitive) = %{version}
|
||||||
|
Provides: perl(PDL::Reduce)
|
||||||
|
Provides: perl(PDL::Slices) = %{version}
|
||||||
|
Provides: perl(PDL::Transform) = %{version}
|
||||||
|
Provides: perl(PDL::Transform::Cartography) = 0.600.0
|
||||||
|
Provides: perl(PDL::Transform::Composition)
|
||||||
|
Provides: perl(PDL::Transform::Linear)
|
||||||
|
Provides: perl(PDL::Type)
|
||||||
|
Provides: perl(PDL::Types)
|
||||||
|
Provides: perl(PDL::Ufunc) = %{version}
|
||||||
|
Provides: perl(Test::Deep::PDL) = 0.220.0
|
||||||
|
Provides: perl(Test::PDL) = 0.220.0
|
||||||
|
%undefine __perllib_provides
|
||||||
|
Recommends: perl(Astro::FITS::Header) >= 2.100
|
||||||
|
Recommends: perl(Inline) >= 0.830
|
||||||
Recommends: perl(Inline::C) >= 0.620
|
Recommends: perl(Inline::C) >= 0.620
|
||||||
Recommends: perl(OpenGL) >= 0.70
|
|
||||||
Recommends: perl(OpenGL::GLUT) >= 0.720
|
|
||||||
Recommends: perl(Term::ReadKey) >= 2.340
|
Recommends: perl(Term::ReadKey) >= 2.340
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
@@ -89,7 +147,7 @@ the ability to compactly store and speedily manipulate the large
|
|||||||
N-dimensional data sets.
|
N-dimensional data sets.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
@@ -110,7 +168,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Bugs.pod Changes DEPENDENCIES DEVELOPMENT Example INTERNATIONALIZATION README
|
%doc Bugs.pod Changes Example examples README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%exclude %{perl_vendorarch}/PDL/HtmlDocs/PDL/pod2htmd.tmp
|
%exclude %{perl_vendorarch}/PDL/HtmlDocs/PDL/pod2htmd.tmp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user