- updated to 0.42 see /usr/share/doc/packages/perl-Math-GSL/Changes =head1 v0.42 - June 2020 - Disabled two tests in SF.t and GSL.t that failed on some platforms. =head1 v0.41 - June 2020 - Added support for GSL 2.6 (hakonhagland) - Added docker file support for building a CPAN distribution - Added support for gsl_odeiv_system (hakonhagland) - Add support for Debian-specific version 1.16.1, which caused test failures =head1 v0.40 - December 2018 - added support for GSL 2.5 (djerius) - vast improvements to Travis CI test infrastructure (djerius) - added random method in Math::GSL::Matrix (Rui Meira) - added Math::GSL::Multiset (standard gsl API and Perl OO) - gsl_linalg_givens now works - gsl_vector_const_subvector is now exported properly - Support for Sparse Matrices was added - Documentation for Math::GSL::Rstat, Math::GSL::SparseMatrix, Math::GSL::Diff - Math::GSL::Multifit now requires GSL 2.1 and higher - Math::GSL::Rstat now requires GSL 2.1 and higher OBS-URL: https://build.opensuse.org/request/show/843174 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-GSL?expand=0&rev=4
29 lines
669 B
YAML
29 lines
669 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: gsl-devel
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|