cblas-devel-3.9.0-150000.4.13.2 >  A d p9|& rl>ZE"ϣ Js 5"0*~)Kg^3Bf:{i9z;]Awo֖9`gN9N1YD?Ջk׈:{K`?d%[ĸS v͙5pl\VȵxKPjZ*4l6CHbp |b.&T }չ@d90ba5a2eded3d00237411141301f9259de18520d3b54298495b355af03689baa27ac855060a670081145743dae043718aac5d057$d p9|wӁR ^A 1Q(X2m#`?Bc+p^Ly+^;OܹJh~İdtaFX왾 Md >wRp[0.rN2y>p;4?$d " :`dtx $@ N \ x  >d)(K8T9:@FGHI4X<YH\x]^b=cd_edfgliu|vz Ccblas-devel3.9.0150000.4.13.2CBLAS development filescblas headers and development files.d ibs-power9-10YSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://www.netlib.org/lapack/linuxppc64letRsQA큤d d d d d d ]Cw04c17de7c7cc9de7a2c8b63f3c1afbf3be9c0fa115467767da1f6303e81fd417b7bff17c35a96d24489f866ce63ede98c2a75585a7bf5e5bef6bd8bbb2dfd3598df6e3d1953511c72e65010550cf0212fad0507649fc41da503a39541e22595a0c7dbabb1d3a697b67ba7d6682e24e999e415faeec601018ed7760f3cc1f209b4c08dbe169f1ad608f7d756b3e8d6807f94f76116c1d05ccd15869dc68afba22blas/libcblas.so.3.9.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootlapack-3.9.0-150000.4.13.2.src.rpmcblascblas-develcblas-devel(ppc-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-power9-10 16784416183.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_Updatecpioxz5ppc64le-suse-linuxC source, ASCII textdirectoryASCII text?#ӌD%"utf-81d4ee737d486f0f9e03fb339d5a47655e36a8ee8c5dd66022bc34ebe4ab05e06?P7zXZ !t/] crv(vX0(CR9wKC N\ez9sŦ׭3mcsD}dy՛⨬j#Mjr5ۺf>c΅]掮|=\W Gi>4X}V]X- ŋ1efnvv2TjVnDqzn 2%⡞|~/MP;Eȯ؄Z㻘Y%\BtsrrݙAG%IbU\9gc`IPD60[Й'xb c3ǍM̰c^ŽW4Al@9 %#*C^@S/X ~NmJfaŌp-MHm}-[x Vk#ͨJ)arSƘB d`A٫!g#<|_v}&rԸܜYñL U>!,h{2wt{d=9xy¢K@MM F|!O.\an!:{7;o&rC| :ed/nV-GDh۴,wyPfl!w%bG."Q}Yp2 8%oeJ>W~SBMJ 7\.d3ȁ_-8;Lž1k \G =vB *xE9zꧯ ېDRi` ~ z!tN#"uHD؟,_ YaZ@lF׏VQ;zbي,5IaX@GtyIw7\K(c ge_&(7P2Kv:9[1"pS[Γ>+2°ꖑ5,yϰRk#e)N/̪: S˄\$AUu|w_h^}* -e-Ο/F, PZwT}O096١U~\&T^JlAtyPjʐ'Ή٘nGptB@g 絅saó1.b; RQ7Rx]]@k^QvXt |b|Oǚ 14mfudL& %龖ZT^.@S@Ǿ>ʒmDV@_$퇹uh.PA3Yb썥Dصю`(x|ћbj7j 20"ڹ~ XE\[2V.ш,6o5x?7E*?V9x-*m@d "Ge jr":/\$trrK3&: dȊMӧـԴxv3ݬBi-;c]/"ҝXm@"eohLb[ {3.\[?ȡX#Z m29L{c 6Pukf`zol8B - 87JBB'=?^xm p4zs|n˧%H Cx`!K-})_7F40M`Pnlkbϐ5zդam{D HǺG>S}dV3Axų:_,~ |eB`r\Tvu.zd*IUЊ>t/g,А#f#Tvb6ܼb9/X^{$(op .: kȅ $Bδb'r~SWn':6,?Ũ5.q~Aaa7*[{%Lak贀Cʻ#L@#x41F|'X sdfM&bA>FR>֓y? ̍76w GzXXUJ(E Ϥ]o5ZFsYrUe Lmh_c o!ddV9%]kAz$*M$nu7%z<*=}d»pTiҗa+o/2IhT+^ IOBe=hJQWD]ZS^z)»tQB]IoU74"wBP&@u5Wu> ̜b޻|H(a7lphu,Fl,]qME(T-U0f8`y[l@=(Yۘ.QHS-$b[nbg??R鐃 ZRg|5w+D~(ATsV;SM娰왜-O#tk# lai+N|$^|>2S555myʼnX;; Ü@~ӥogc/lpuL4'-͠HLhVt#~ _£yXE,iӂ޿ZUC萲? d ȕ5ykõ: $KcZ1^Mu`OAlqeBA~rs!3*8MylmǦ)pEW3|N>ⶁ\svc]ђ/j`Fu@P UdcH%/LeH `H-Z3'4F퐃 Vl KÌ!DjV[rU/^PM>nͤWاz#] "}TMtvzR_cս܎tM͗u&OM%AɚR [Q 멞b&a%W^b3-5]䊢Ï )P{%ŒףկkJ=5S ?ǑIJՃ-.衛MK[L?E3>bq5Tr;p|S--* H/[qM Y"KogA](GwYZ*.v2fNDz`3%ؐ2̄Rs[| \K> Ex̲d!T@UR3ICB5␂b}>u#,~K[#AKKi8AVQ͢ G4` ~erC]ث)WBW|"%إf#i4jJY*VJy0ag'3\AM~ݰ&ōK$XOn)ۋْhaD%U$yyNLRnU-Paː.;D,jc.Kq@<m͛:IA/xxwCqP)hzƘ24 ݵ &@8`3ecQ䫴q-Ia;P1DE\H{ݛoZľ;@J;?͖DuGAtt#e:Awk OXNnry=Chuz]o\/ " ,`aG[kAlS6LCiPRZ ehې Wdי`ъSSC Es4?VlD~ 1jwL Hf.ciVĊS v;1&ee<P?g!o-qz±RCOW1N@mna)ٻ#f ֈR/LA!Bb=6jԗ}E1QA)Ci1R^ !c=*4^0T@qR*n{rA"ײ92WuL1I3ĢcBNW|= %P4Ȉk\w_F+IaԽY IE;l%e&