Ana Guerrero
815c0e4524
Accepting request 1177587 from science
...
- update to gsl 2.8:
* updated multilarge TSQR method to store ||z_2|| and
provide it to the user
* add routines for Hermite B-spline interpolation
* add functions:
- gsl_matrix_complex_conjugate
- gsl_vector_complex_conj_memcpy
- gsl_vector_complex_div_real
- gsl_linalg_QR_lssolvem_r
- gsl_linalg_complex_QR_lssolvem_r
- gsl_linalg_complex_QR_QHmat_r
- gsl_linalg_QR_UR_lssolve
- gsl_linalg_QR_UR_lssvx
- gsl_linalg_QR_UR_QTvec
- gsl_linalg_QR_UU_lssvx
- gsl_linalg_QR_UD_lssvx
- gsl_linalg_QR_UD_QTvec
- gsl_linalg_complex_cholesky_{decomp2,svx2,solve2,scale,scale_apply}
- gsl_linalg_SV_{solve2,lssolve}
- gsl_rstat_norm
* add Lebedev quadrature (gsl_integration_lebedev)
* major overhaul to the B-spline module to add
new functionality
- 989a193268b963aa1047814f7f1402084fb7d859.patch: removed, upstreamed
OBS-URL: https://build.opensuse.org/request/show/1177587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=53
2024-05-31 20:15:21 +00:00
6bde75a343
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=48
2024-05-29 13:02:10 +00:00
2e844b84e0
- update to gsl 2.8:
...
* updated multilarge TSQR method to store ||z_2|| and
provide it to the user
* add routines for Hermite B-spline interpolation
* add functions:
- gsl_matrix_complex_conjugate
- gsl_vector_complex_conj_memcpy
- gsl_vector_complex_div_real
- gsl_linalg_QR_lssolvem_r
- gsl_linalg_complex_QR_lssolvem_r
- gsl_linalg_complex_QR_QHmat_r
- gsl_linalg_QR_UR_lssolve
- gsl_linalg_QR_UR_lssvx
- gsl_linalg_QR_UR_QTvec
- gsl_linalg_QR_UU_lssvx
- gsl_linalg_QR_UD_lssvx
- gsl_linalg_QR_UD_QTvec
- gsl_linalg_complex_cholesky_{decomp2,svx2,solve2,scale,scale_apply}
- gsl_linalg_SV_{solve2,lssolve}
- gsl_rstat_norm
* add Lebedev quadrature (gsl_integration_lebedev)
* major overhaul to the B-spline module to add
new functionality
- 989a193268b963aa1047814f7f1402084fb7d859.patch: removed, upstreamed
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=47
2024-05-29 12:47:35 +00:00
Ana Guerrero
c5095a555d
Accepting request 1152243 from science
...
OBS-URL: https://build.opensuse.org/request/show/1152243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=52
2024-02-28 18:45:13 +00:00
d4db51bfb8
Accepting request 1152181 from home:dimstar:rpm4.20:g
...
Prepare for RPM 4.20
OBS-URL: https://build.opensuse.org/request/show/1152181
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=45
2024-02-27 11:56:49 +00:00
Ana Guerrero
19d433879b
Accepting request 1106734 from science
...
- 989a193268b963aa1047814f7f1402084fb7d859.patch: fix
stack out of bounds read in gsl_stats_quantile_from_sorted_data()
(bsc#1214681, CVE-2020-353570)
OBS-URL: https://build.opensuse.org/request/show/1106734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=51
2023-08-30 08:18:01 +00:00
c620f66df0
- 989a193268b963aa1047814f7f1402084fb7d859.patch: fix
...
stack out of bounds read in gsl_stats_quantile_from_sorted_data()
(bsc#1214681, CVE-2020-353570)
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=43
2023-08-28 11:36:19 +00:00
Dominique Leuenberger
2f3be84cd5
Accepting request 1063867 from science
...
OBS-URL: https://build.opensuse.org/request/show/1063867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=50
2023-02-09 15:21:59 +00:00
2aaf7afe6f
Accepting request 1063802 from home:StefanBruens:branches:science
...
- update to gsl 2.7.1:
* update libtool version numbers
- update to gsl 2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators
(V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2,
thanks to M. Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
* updated exponential fitting example for nonlinear least squares
* added banded LU decomposition and solver (gsl_linalg_LU_band)
* New functions added to the library:
- gsl_matrix_norm1
- gsl_spmatrix_norm1
- gsl_matrix_complex_conjtrans_memcpy
- gsl_linalg_QL: decomp, unpack
- gsl_linalg_complex_QR_* (thanks to Christian Krueger)
- gsl_vector_sum
- gsl_matrix_scale_rows
- gsl_matrix_scale_columns
- gsl_multilarge_linear_matrix_ptr
- gsl_multilarge_linear_rhs_ptr
- gsl_spmatrix_dense_add (renamed from
gsl_spmatrix_add_to_dense)
- gsl_spmatrix_dense_sub
- gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
- gsl_linalg_QR_UD: decomp, lssolve
- gsl_linalg_QR_UU: decomp, lssolve, QTvec
- gsl_linalg_QR_UZ: decomp
- gsl_multifit_linear_lcurvature
- gsl_spline2d_eval_extrap
* bug fix in checking vector lengths in gsl_vector_memcpy
(dieggsy@pm.me )
* made gsl_sf_legendre_array_index() inline and documented
gsl_sf_legendre_nlm()
- Drop no longer required gsl-rpmlintrc
OBS-URL: https://build.opensuse.org/request/show/1063802
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=41
2023-02-08 15:36:12 +00:00
Dominique Leuenberger
3282d9cbc8
Accepting request 980297 from science
...
OBS-URL: https://build.opensuse.org/request/show/980297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=49
2022-06-03 12:15:17 +00:00
17d19ef6c4
Accepting request 979117 from home:eeich:branches:science
...
- Add gsl-rpmlintrc rule to ignore shlib name policy errors for HPC
packages (see this file for explanation) (bsc#1191757).
- Make doc package arch-independent.
OBS-URL: https://build.opensuse.org/request/show/979117
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=39
2022-06-01 07:05:11 +00:00
Dominique Leuenberger
8ba6332f1d
Accepting request 893157 from science
...
OBS-URL: https://build.opensuse.org/request/show/893157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=48
2021-05-20 17:23:03 +00:00
10925ac823
Accepting request 893130 from home:dimstar:Factory
...
- Do not own standard filesystem dir /usr/lib64/pkgconfig.
OBS-URL: https://build.opensuse.org/request/show/893130
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=37
2021-05-14 14:51:33 +00:00
Dominique Leuenberger
b891e43f95
Accepting request 870440 from science
...
OBS-URL: https://build.opensuse.org/request/show/870440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=47
2021-02-15 22:10:19 +00:00
1f35ef6624
Accepting request 869920 from home:eeich:branches:science
...
- Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766,
jsc#SLE-8604).
- Add build support for gcc10 to HPC build (bsc#1174439).
OBS-URL: https://build.opensuse.org/request/show/869920
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=35
2021-02-09 09:54:31 +00:00
Dominique Leuenberger
5767eedad3
Accepting request 755641 from science
...
fix Jira entry as per new SLE policy
- update to gsl 2.6: (jsc#SLE-8495)
OBS-URL: https://build.opensuse.org/request/show/755641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=46
2019-12-10 21:41:53 +00:00
b1200f1f32
Fix Jira entry
...
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=33
2019-12-10 16:24:12 +00:00
Dominique Leuenberger
63dee5a707
Accepting request 750996 from science
...
Only adding references to changelog
- update to gsl 2.6: (jsc#SLE-8538)
OBS-URL: https://build.opensuse.org/request/show/750996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=45
2019-11-26 16:09:38 +00:00
a6348a7bbc
- update to gsl 2.6: (jsc#SLE-8538)
...
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=31
2019-11-26 10:18:58 +00:00
Dominique Leuenberger
52c59f2d2f
Accepting request 748898 from science
...
- module package must not be noarch, so that %{_lib} is expanded
correctly
OBS-URL: https://build.opensuse.org/request/show/748898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=44
2019-11-18 19:06:49 +00:00
129b63e4e6
escape macros in comments
...
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=29
2019-11-15 12:44:28 +00:00
c8aaa8645f
Accepting request 748843 from home:mslacken:branches:science
...
- module package must not be noarch, so that %{_lib} is expanded
correctly
OBS-URL: https://build.opensuse.org/request/show/748843
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=28
2019-11-15 12:43:55 +00:00
Dominique Leuenberger
b3d2cf5976
Accepting request 725246 from science
...
- update to gsl 2.6:
* add BLAS calls for multiple functions
* Algorithm and implementation updates
* deprecation of multiple functions
* removal of multiple previously deprecated functions
* add binary search tree module (gsl_bst); based on GNU libavl
* remove -u flag to gsl-histogram
* updated spmatrix module
* add routines for banded Cholesky decomposition
- drop upstreamed patches:
* gsl-1.6-initvars.diff
* gsl-wrap.diff
* gsl-fsf_address.patch
OBS-URL: https://build.opensuse.org/request/show/725246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=43
2019-08-27 08:12:48 +00:00
cf422084a6
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=26
2019-08-22 08:41:36 +00:00
1ceaf2da85
Accepting request 725132 from home:AndreasStieger:branches:science
...
gsl 2.6
OBS-URL: https://build.opensuse.org/request/show/725132
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=25
2019-08-22 07:54:31 +00:00
Stephan Kulow
870ae0fe98
Accepting request 674908 from science
...
- mark examples as a noarch package
- install license for examples and remove unnecessary dependencies
- add an examples sub package to test in production env
- Simplify package naming for HPC.
- Fix dependencies for HPC.
- Library directory is always available when module file is
installed, do not hide it.
- Properly create and tear down default version links when the
HPC master packages are installed/uninstalled.
- Create pkgconfig file for gslcblas as well.
- Add missing env variables to modules file: MANPATH, INFOPATH,
PKG_CONFIG_PATH.
OBS-URL: https://build.opensuse.org/request/show/674908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=42
2019-02-25 16:45:11 +00:00
2b2a3407d8
description fix
...
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=23
2019-02-14 09:16:24 +00:00
8aa208fa06
- mark examples as a noarch package
...
- install license for examples and remove unnecessary dependencies
- add an examples sub package to test in production env
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=22
2019-02-14 09:13:12 +00:00
e1d59a9200
Accepting request 674831 from home:eeich:branches:science
...
- add an examples sub package to tet in production env
- Simplify package naming for HPC.
- Fix dependencies for HPC.
- Library directory is always available when module file is
installed, do not hide it.
- Properly create and tear down default version links when the
HPC master packages are installed/uninstalled.
- Create pkgconfig file for gslcblas as well.
- Add missing env variables to modules file: MANPATH, INFOPATH,
PKG_CONFIG_PATH.
OBS-URL: https://build.opensuse.org/request/show/674831
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=21
2019-02-14 08:57:41 +00:00
Dominique Leuenberger
44f9ac5d36
Accepting request 664339 from science
...
OBS-URL: https://build.opensuse.org/request/show/664339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=41
2019-01-15 08:13:17 +00:00
5fc6a8fe07
Accepting request 664170 from home:eeich:factory_staging
...
- Convert package to _multibuild
- Add HPC build macros and evironment modules
* (FATE#324138)
- Add master packages for libraries and devel package
- Remove BLAS build dependency
OBS-URL: https://build.opensuse.org/request/show/664170
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=19
2019-01-10 12:09:29 +00:00
Dominique Leuenberger
4d5e0c0955
Accepting request 627310 from science
...
OBS-URL: https://build.opensuse.org/request/show/627310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=40
2018-08-07 08:50:24 +00:00
Ismail Dönmez
cfd05f0c88
Accepting request 625932 from home:jengelh:branches:science
...
- Remove useless --with-pic only useful for static libs.
- Fix RPM groups, diversify summaries, trim long descriptions.
- Trim bias from descriptions.
OBS-URL: https://build.opensuse.org/request/show/625932
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=17
2018-08-03 11:00:19 +00:00
Dominique Leuenberger
9a7fa0019b
Accepting request 619107 from science
...
- updated license tags in spec file
- gsl 2.5:
* doc bug fix in binomial distribution figure
* added Wishart distribution
* added new module for digital filtering (gsl_filter); current
filters include:
Gaussian filter
median filter
recursive median filter
impulse detection filter
* added new module for moving window statistics (gsl_movstat)
* added statistics functions:
gsl_stats_median()
gsl_stats_select()
gsl_stats_mad()
gsl_stats_mad0()
gsl_stats_Sn_from_sorted_data()
gsl_stats_Qn_from_sorted_data()
gsl_stats_gastwirth_from_sorted_data()
gsl_stats_trmean_from_sorted_data()
* added Romberg integration (gsl_integration_romberg)
* bug fix in deprecated functions gsl_multifit_wlinear_svd and
gsl_multifit_wlinear_usvd (reported by Vlad Koli)
* documention corrected to state that gsl_sf_legendre functions
do not include Condon-Shortley phase by default
* bug fix in exponential fitting example when using larger number
of points
* changed internal workspace inside gsl_spmatrix to a union to
avoid casting
* bug fixes in ode-initval2 for very rare solver crashing cases
* add histogram2d figure to manual
* bug fix in gsl_spmatrix_add for duplicate input arguments
* add support for negative arguments nu in gsl_sf_bessel_Jnu and
gsl_sf_bessel_Ynu (Konrad Griessinger)
* better texinfo documentation for gsl_sf_hyperg functions
* fix vector and matrix fread/fwrite testing on windows systems
when tmpfile() fails
- drop rstat_test.patch, is upstream
OBS-URL: https://build.opensuse.org/request/show/619107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=39
2018-07-04 21:48:57 +00:00
737acd3945
- updated license tags in spec file
...
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=15
2018-06-26 07:08:55 +00:00
c17238ccb8
Accepting request 617306 from home:AndreasStieger:branches:science
...
gsl 2.5
OBS-URL: https://build.opensuse.org/request/show/617306
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=14
2018-06-18 07:46:58 +00:00
Dominique Leuenberger
bf71af1e93
Accepting request 607057 from science
...
- temporarily disable unit tests on i586 (boo#1092530)
OBS-URL: https://build.opensuse.org/request/show/607057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=38
2018-06-08 21:07:50 +00:00
a650d4cb16
- temporarily disable unit tests on i586 (boo#1092530)
...
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=12
2018-05-14 13:12:03 +00:00
Dominique Leuenberger
a7e7b82681
Accepting request 505213 from science
...
1
OBS-URL: https://build.opensuse.org/request/show/505213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=37
2017-06-28 08:35:15 +00:00
d34d7cea59
Accepting request 505211 from home:adamm:branches:science
...
- rstat_test.patch - Fix rstat test on PPC platform
- re-enable multi-job support in unit tests (check make target)
OBS-URL: https://build.opensuse.org/request/show/505211
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=10
2017-06-21 08:49:56 +00:00
3f0270c855
Accepting request 504773 from home:adamm:branches:science
...
- Update to new upstream version 2.4:
* add const to declaration of appropriate gsl_rstat routines
* added routines for Hermite polynomials, gsl_sf_hermite_*
* added routines to compute integrals with fixed-point
quadrature, based on IQPACK
* added new nonlinear least squares example for fitting
a Gaussian to data
* deprecated routines:
gsl_sf_coupling_6j_INCORRECT
gsl_sf_coupling_6j_INCORRECT_e
* deprecated routine 'gsl_linalg_hessenberg' (replaced
by gsl_linalg_hessenberg_decomp)
* removed routines which were deprecated in v2.1:
gsl_bspline_deriv_alloc
gsl_bspline_deriv_free
* changed COD expression to Q R Z^T instead of Q R Z to
be consistent with standard texts
* added check for nz == 0 in gsl_spmatrix_get
* permit zero-dimension blocks, vectors, matrics, subvectors,
submatrices, and views of the above
* added routine gsl_linalg_COD_lssolve2 for regularized
least squares problems
- obsoletes patches:
* ppc_test_tolerence.patch
* fix_legendre_test.patch
- unit tests re-enabled
- Update to test version 2.3.90.
OBS-URL: https://build.opensuse.org/request/show/504773
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=9
2017-06-19 14:44:28 +00:00
Dominique Leuenberger
ad988774d8
Accepting request 495838 from science
...
OBS-URL: https://build.opensuse.org/request/show/495838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=36
2017-05-27 11:08:12 +00:00
Dominique Leuenberger
72f8ec8c7c
Accepting request 415820 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/415820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=35
2016-07-29 22:26:05 +00:00
Dominique Leuenberger
6edef63f9c
Accepting request 403452 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/403452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=34
2016-07-26 10:55:43 +00:00
Dominique Leuenberger
c17287f785
Accepting request 311108 from devel:libraries:c_c++
...
Fix test suite with gcc5 as a side effect of another bugfix (forwarded request 311105 from dimstar)
OBS-URL: https://build.opensuse.org/request/show/311108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=33
2015-06-12 18:27:10 +00:00
Dominique Leuenberger
4d249a3537
Accepting request 287834 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/287834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=32
2015-03-01 13:57:39 +00:00
Stephan Kulow
b690d4aaf4
Accepting request 241743 from devel:libraries:c_c++
...
1
OBS-URL: https://build.opensuse.org/request/show/241743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=30
2014-07-27 06:25:40 +00:00
Stephan Kulow
49b07e8928
Accepting request 198150 from devel:libraries:c_c++
...
Update to version 1.16 (forwarded request 198144 from badshah400)
OBS-URL: https://build.opensuse.org/request/show/198150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=28
2013-09-11 10:00:10 +00:00
Stephan Kulow
33ac019836
Accepting request 126506 from devel:libraries:c_c++
...
- the buildrequire for specific gcc libraries seems unneeded (and broke) (forwarded request 126505 from coolo)
OBS-URL: https://build.opensuse.org/request/show/126506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=26
2012-06-29 08:20:05 +00:00
Stephan Kulow
d03a1d24d2
Accepting request 111603 from devel:libraries:c_c++
...
Minor fixes
OBS-URL: https://build.opensuse.org/request/show/111603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=24
2012-03-29 09:40:42 +00:00