Commit Graph

44 Commits

Author SHA256 Message Date
319dd4b24f Accepting request 1179966 from home:badshah400:branches:science
Add gsl-bspline-missing-definition.patch: Add missing definition  for gsl_bspline_eval_nonzero (svg#65868).

OBS-URL: https://build.opensuse.org/request/show/1179966
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=50
2024-06-12 11:04:18 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Stephan Kulow
d673ecb754 Accepting request 111338 from devel:libraries:c_c++
- Disable FMA support, see the following message for details:
  http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html 
- Still disable %check on i586 because it fails.

- Remove redundant tags/sections (see specfile guidelines)
- Parallel build with %_smp_mflags

- Remove redundant tags/sections (see specfile guidelines)

OBS-URL: https://build.opensuse.org/request/show/111338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=23
2012-03-27 22:00:58 +00:00
Lars Vogdt
a963a2d032 Accepting request 88029 from devel:libraries:c_c++
add libtool as buildrequire to avoid a hidden require from projconfig (forwarded request 87956 from coolo)

OBS-URL: https://build.opensuse.org/request/show/88029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=20
2011-10-16 10:47:01 +00:00
Lars Vogdt
c40372ec1f Accepting request 85846 from devel:libraries:c_c++
- Workaround qemu-arm bugs. (forwarded request 85844 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/85846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=19
2011-10-02 08:10:39 +00:00
Sascha Peilicke
8b54abf731 Accepting request 76373 from devel:libraries:c_c++
Update to version 1.15 (forwarded request 76341 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/76373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=17
2011-07-18 08:09:54 +00:00
68df2b695c Accepting request 55204 from devel:libraries:c_c++
Accepted submit request 55204 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/55204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=14
2010-12-08 13:54:42 +00:00
OBS User autobuild
528160fca4 Accepting request 32335 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gsl based on submit request 32335 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/32335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=10
2010-02-11 19:25:08 +00:00
OBS User unknown
e369405752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=8 2009-07-30 20:35:24 +00:00
OBS User unknown
62f627855f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=7 2009-01-19 00:52:50 +00:00
OBS User unknown
44c513eb1b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=6 2008-09-12 16:03:23 +00:00
OBS User unknown
83fb5165a3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=5 2007-11-08 23:58:44 +00:00
OBS User unknown
5853ad6e91 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=4 2007-04-16 22:32:17 +00:00
OBS User unknown
c072a98884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=3 2007-03-15 00:38:58 +00:00
OBS User unknown
f9a966466b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=2 2007-02-07 18:34:23 +00:00
OBS User unknown
cc759ccb37 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=1 2007-01-15 23:15:52 +00:00