cblas-devel-3.9.0-150000.4.13.2 >  A d `p9|\dxY+eEy~*Ypj?$yoEt$5ufD&܏GJxdbq (GSJ,Bԕ_#Ew۽ _|gxUr&R+`h8RPӄk` {@E0IRV!3pї[)޵̮yO_d߬L ?0X[ڇhS~M_wz|G[ꏻ5 }$qׯ])"l9ky-p#iie05cbf946abccbe5bc408f158add92c82e0cf6e3ab4d2b03ec12e42d0c1781ddb8c5b5b8f6570918ad1a0c2ec8ff4a356ca47d4774d `p9|K] 0C 5$ir])z3޳^ځC-b^;0;'%냟ͳ%xPu:62I"\Rz^qɂj؄+A}px4Pw'f a,fуc+pb?k:66dB#J4T^Cyq XHc8H?$r=$&/9XvWgu]`V|>b{'b1CmV;\d>p;,?d " :`dpt  < J X t  :`|%(G8P9:<FGHI,X4Y@\p]^b5cdWe\f_lautvzCcblas-devel3.9.0150000.4.13.2CBLAS development filescblas headers and development files.d wibs-arm-6YSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://www.netlib.org/lapack/linuxaarch64tRsQA큤d d d d d d w]Cw04c17de7c7cc9de7a2c8b63f3c1afbf3be9c0fa115467767da1f6303e81fd417b7bff17c35a96d24489f866ce63ede98c2a75585a7bf5e5bef6bd8bbb2dfd3598df6e3d1953511c72e65010550cf0212fad0507649fc41da503a39541e22595a0c7dbabb1d3a697b67ba7d6682e24e999e415faeec601018ed7760f3cc1f209b4c08dbe169f1ad608f7d756b3e8d6807f94f76116c1d05ccd15869dc68afba22blas/libcblas.so.3.9.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootlapack-3.9.0-150000.4.13.2.src.rpmcblascblas-develcblas-devel(aarch-64)    libcblas3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.9.03.0.4-14.6.0-14.0-15.2-14.14.1cU@c@c1cߚ@cۥcb0a@`i@`` @_E@_P_P^ku]D%Z@ZX@Y.@Y;@UL@eich@suse.comeich@suse.comstefan.bruens@rwth-aachen.deeich@suse.comrguenther@suse.comeich@suse.comeich@suse.comrguenther@suse.comismail@i10z.comdimstar@opensuse.orgdmueller@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.demliska@suse.czmliska@suse.czbadshah400@gmail.comrguenther@suse.comjengelh@inai.dedimstar@opensuse.orgdmitry_r@opensuse.org- Set -mfpmath=sse for the entire build for ix86 platforms on SLE/Leap. Since we build for x86_64, we know that sse is available. This helps to avoid effects from excess precision that can be seen in the test suite. On Factory we leave -ffloat-store for the test suite only as this option comes at a performance penalty. We may see precision related issues in the test suite with future compilers regardless.- As a configurable option add tmglib code to the LAPACK librarly and enable TMG in LAPACKE as the header files provide its API (boo#1207989 & bsc#1087426). - Fix update-alternatives for lapacke (bsc#1207358). - Restore generic link for update-alternatives. This is usually set by the update-alternatives and it is '%ghost'ed but rpmlint complains. - Move update-alternatives --remove to %%postun to stop rpmlint from complaining. - Removed useless - because never executed - %%postrans scriptlets. - Added missing _%%{_arch} to update-alternative names. - rpmlint complains anyway - this time about alternative-link-missing - as it does not understand the _%%{_arch} endings: muffle with rpmlintrc. - Make arch-dependent generic names conditional.- Fix missing symbols for deprecated functions in LAPACK, add Restore_missing_deprecated_prototypes.patch - Add -Wl,--no-undefined when creating shared libraries, to catch missing symbols during build - Test fixes: * Build test binaries during %build, run in %check * Fix incorrect path for test output, to actually catch any test failures - Spec file cleanup: * Do not rename blaslib, it is used for test binaries * Use same commands for building lapacke as for other libs * Remove unused FFLAGS_NOOP for test binaries- Remove unneeded links. These will be taken care of by the update-alternatives. This will bring this package in sync with openblas.- Build deprecated functions again to avoid breaking the ABI. (boo#1207989)- Make library links in the alternatives directory arch dependent. This avoids conflicts when both 32-bit and 64-bit versions are installed (boo#1207563).- Consolidate dummy links for update-alternatives bringing them in sync with openblas. Add alternatives for lapacke.- Add Fix-out-of-bounds-read.patch to fix out of bound reads when user input is not validated properly. (bsc#1193562, CVE-2021-4048)- Rename conflicting MIN.3 and MAX.3 manpages into lapack-{MAX,MIN}.3- Do not create the dummy files in /etc/alternatives during %install: managed by update-alternatives and packaged as ghost.- stop owning directories provided by filesystem (bsc#1184786)- Update to version 3.9.0: * LAPACK QR-preconditioned QR SVD method - xGESVDQ routines * LAPACK Householder Reconstruction - Add Avoid-out-of-bounds-accesses-in-complex-EIG-tests.patch - Rebase lapack-3.2.2.patch - Drop -std=legacy from fortran flags: * add Fix-MinGW-build-error.patch * add Fix-some-minor-inconsistencies-in-LAPACKE_czgesvdq.patch - Remove pre_checkin.sh, remove lapack-man.changes copy- Build CBLAS from lapack package * update baselibs.conf - Clean up spec file: * remove useless make cleanlib * remove ineffective duplicated 'make ..lib' calls with deviating opts, as the object files are not removed (fortuanately) the existing PIC files are used for the static libraries * remove fortran-only -std=legacy opt from CFLAGS- lapack-man: * Build manpages from same sources as the binaries (3.8.0) instead of old 3.5.0. * Merge blas-man package into lapack-man package. Avoids tedious splitting of the two. * Use fdupes macro instead of trying to deduplicate man pages manually. - Cleanup lapack spec: * Remove conditionals for obsolete distro versions * Only use python3-base instead of python3 * Drop old copy of lapack_testing.py as separate source- Add -std=legacy in order to fix boo#1166619.- Use FAT LTO objects in order to provide proper static library.- Update to version 3.8.0: * Symmetric-indefinite Factorization: Aasen’s tridiagonalization 2 stage. * LAPACKE interfaces. - Static -pic libraries are no longer built.- Package lapack_testing.py from lapack 3.8.0 with adjusted interpreter and adjust BuildRequires to python3. [bnc#1075766]- Correct RPM groups- Build the man pages in a separate .spec file (lapack-man). The resulting rpm names are kept identical. This allows us to drop doxygen out of lapack's main package buildroot, thus eliminating a build cycle.- Fix static libraries listibs-arm-6 16784418473.9.03.9.0-150000.4.13.23.9.0-150000.4.13.2cblas.hcblas_f77.hcblas_mangling.hcblas_test.hlibcblas.socblas-develREADME/usr/include//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/cblas-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:27793/SUSE_SLE-15_Update/b81166a2fac3500aa42ef2d39ba547f2-lapack.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxC source, ASCII textdirectoryASCII textVK\Tpy]Q}utf-89b576f370d56402d49e1e9dc9c52815fc86644b9695fa8e1252a26cd76ae1dff?P7zXZ !t/] crv(vX0(CRFrĀ@&NentP;ϱ{_[r@ ܵy$+#3c+T= ՚rw-2PLΞxKAr'  8^[#mF*x=7]K3i ک!Uoj%y|mBnptqHi/qQEӓ:ii쇑H =0;_2{Y YX/+(saGv9|'j"te,/iV3`O;n+Bq!45j#s#`&͇>kUTeK/cwsB@^17;G.RW5]LgaXk}FͅHR/q~7 k_KiE'& Fte+ob`]?PL&n4%?¼P 4k4bE;`xFMceXY? ^ȅhZmH>jCC'Bo\m^)tb灸J.)]:xgHIHu3܇* {g٪A&4Z&턡3r'ZOcwћ?[TWX*{s?uiÛRwj5~jx 6WO$7jDklVSe(SӈU{rN3[<:ۑ-LFtgđyh2OP&iʚu^J1lervR;&0O#\*?9!֤3ZS2K{ 3*{ ÐnѤTD m~ K.&bnϲҊq# %\0)rC%QjUZ^ 'HIO]~ʣ#bGDCALo!>S-5are YZI0mXCbA\M 9I!o..N.$ϭZGNl\&y`+A}vQX7TV'PqQ%w6Di3)Q ^ԚߖI z=BfZ_tl^s1{{w\lKwpJK e,\g͊Ik$[nt<ݶ`kC=P7ɖ@묖.Ԇ7UM}I _ yG>6ZFb$_vK~!#nGF5U+|Q9ZVG)[RTXn#f[)Wˢ\)u3K28;uf GʴA°:WhCخK-*1Cz>ig{15;t!`D픐n1G@NHΕz*N1KZET [`z-oX;dz.]L7 ?*7&Mo8ʛ Gl~^w65,-N%Y'=oDH0&NoBKy߀l8.˷igp_*AXkZg %9k#L=FYѝ%I 50Lj3F8Fq. bxӕۊG>AO,l$ࡽ{\0)[ޜ3BFO5]Ώ-\~&N{<5̢΢u'= <·J9Dgн=[ֿ>8G1XWwVRZEwE^/c,Y)!zP[;ަa.jmG߽f|N=,sLV=k!ȆU*"Ĺ |Uhz~UYl_;=ZG`{d)0{&Fp6j (Zki.?+m2?01pP/sc>C )E:_sOZ%Ef%z6biye&YġqL$R|<@[K5c(Z eL]ŢM2WLXtaV:w *wYk \=: k^3a!|Зؑ6}*5%lѧ0xY9zZ94Rop_cJM\%!|#]xR=4BƘPv-otF]bC]bӹZ} ,y #Z T*=Y L2'A`[L|VY 7VL2Lr׸G}05k':bݺ}gޅC202Lj"/ZjWJ+Ɨ;ƽqXMqu/Z4a睸uitRcfiW[_/ϔTbC^=;}km$3SͻyPffR]i+53:ǁ|GhH:\GlG~cNciؔsH{q4CY g7`%e![a=0HUM\my%8p$$-k;_`h}4Jdʅa/B?Qwn?nn>ى `z+ XKxɋiIX$R2>udmEi?.2jjT.B]`H۾o(LEWS wE{>q`n2aDj0,$`9Ǿ?^]aꂃ0Va{F۳yAj$ML"P%APڝXb";D LVLn-4$(r)D:wol4Copv xJߤq84qD484b2<}5:R S-(q }I4[ؼQO |M^ $/E *( |,?MuoȾ(|^Q1nKz uS/%}xb |o i&AZxyfǽqɢ CtL ++C-^LX! G" /ô $5{ɏu6$ ^l7Y.w*R/$kK&AȄ.<јRoM8*BՁ{ҮR/cp_.CE}pP;=T$jSb8E]a 3C`d nHrqiz lQ/H9G4k{yo 3r~K=^,&!蘺 !5 79 2dBK\/Y,Jk7f'Y x- PҖ辸]d(bMK wNgrv~乎6Q׃$IBvA؅.sv=$FƄ %ɸ+:4D+4Mfϝ%t%쇑kDUbIF͉11iKQQpvv%h4m3bQ"mK"3I2 Ɇ|\BjgKA5"Nu&GX]wtf6Lݥ%8W:]PWO{Y ,m_l:"U07bW ?9PpvЖg7ċHj i7  ?lf+'&ܝ#}u& CI,]od3 ʛXӽ&sėK;.mht`d~rɟ()ȹ*<E}U>g$eu1ZZԠu FDӾkA!/-`Tp@ z=+4𚲮& Shc𖳆eVq:{dxI7Gρ vHOf-^Q|ٝhCGM$䅥eҘiDN~G'ʡ T8M>o~&O5ƞXQzנɔ%H9 <߲NJS"U]m#?IS'@5EԂ H+6-3 6P"R(gKf|09ٶ YZ