perl-ExtUtils-F77-1.26-bp155.2.9 >  A ddڕI%z j0#ģsX4hIꉒ\#['#Py\TYQՔp-².. tZ}j^OY~6l^avQ8:7k7/.ձ3f_# "1Vv=!PUP+MgxӨh`>`2!lyOn"rTGm׉ND+| ZXdc p 1aχ6Fɕ* 1~kϭ^X'o%HArz$g@ry|ᶅ5G#cԋY#8^XvUrD *kMUs}3x2jLGPF_M$&!{+eͼW׉#LLy?s53ώ!U%M:v/XNJEW'$]C9P]g,A7^FmO[d4bebda07f4eedd984abdc0cdd37eb3194afbd9eea947b62162c36ee218c94ba7f82ef468e54d5fa0c864dff27ee14e3c868f629VDddڕI%z 1-k[Eßs 'AEr1:1Թf+% JH򫱁C&Ʈ&J[kM!Sj)D2ݎ,W"ڒx>t-푞 !@ g;E0򱍣)7qaKU4@6lzlYynTky#D`Dּ(?I_۪S+XݒM<ܣ(IJNMrh5ƮT`93Psڽ5=0S~ F]=^ۀH1nKx =04& l@'O9'XY^W+ Qt 1g?LkȂFBܔz( cӄELЕ4xR1(͠aY+RډJ~9$=qwkG|aй0>p>?d # @@DLPmv    *  <  `         2 \     Q( o8 x 9 : F0GD Hh I XY\ ] ^Rb6cdReWfZl\up vw xD yhzl|Cperl-ExtUtils-F771.26bp155.2.9Simple interface to F77 libsThis module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination! It was originally developed to make building and installation of the PGPLOT module easier, which links to the pgplot Fortran graphics library. It is now used by a number of perl modules. This module tries to implement a simple 'rule-of-thumb' database for various flavours of UNIX systems. A simple self-documenting Perl database of knowledge/code for figuring out how to link for various combinations of OS and compiler is embedded in the modules Perl code. Please help save the world by submitted patches for new database entries for your system at https://github.com/PDLPorters/extutils-f77 Note the default on most systems is now to search for a generic 'GNU' compiler which can be gfortran, g77, g95 or fort77 (in that order based on usage) and then find the appropriate link libraries automatically. (This is the 'Generic' 'GNU' database entry in the code.) The target compiler can be explicitly overriden by setting the environment variable F77, e.g. % setenv F77 "x86_64-pc-linux-gnu-gfortran" % perl -MExtUtils::F77 -e 'print ExtUtils::F77->compiler, "\n"' The library list which the module returns can be explicitly overridden by setting the environment variable F77LIBS, e.g. % setenv F77LIBS "-lfoo -lbar" % perl -MExtUtils::F77 -e 'print ExtUtils::F77->runtime, "\n"' ...ddڌlamb26_SUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/ExtUtils-F77linuxnoarchYAw A$AA큤A큤$ddڌ`+Sddڌddڌ`+M\2Hddڌ[u~ddڋ30ccaecd393851c9566549b2b627a00b15c48d6e9e42fb7e0082d40a39fc87b0072cd0f70d86091b25ec63217252bc1bb21d629d42f6e379ca5262518034125a5d423c651bb2a242a4fae2a5a7153f43a29b6109a0eae640502c9530bd071950ff6e5e841ddba7c9d3198e1c29b1c563f279e967ab90292b7c6049aaa88d08979034b98992c7662610828affe58d6e6a5bda33f529e5c901fdc5dbb6d50db2bcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-ExtUtils-F77-1.26-bp155.2.9.src.rpmperl(ExtUtils::F77)perl-ExtUtils-F77    perl(:MODULE_COMPAT_5.26.1)perl(File::Which)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`+]4S\1\ @Y@NHM'@L8LL@Tina Müller Stephan Kulow Stephan Kulow Stephan Kulow coolo@suse.comcoolo@suse.comvcizek@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.com- updated to 1.26 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES- updated to 1.24 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.24 released Jul 21st 2019 - -------------------------- * Fix of library order of -lgfortran and -lquadmath which effected MS Windows- updated to 1.23 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.23 released Jan 5th 2019 - -------------------------- * Use File::Which and List::Util instead of bespoke code (mohawk2) * Improvements to docs (karlglazebrook,mohawk2) * improvements to tests and warnings (mohawk2) * tidy up of code (mohawk2) * simplify out of gfortran handling (mohawk2)- updated to 1.22 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.22 released Dec 2nd 2018 - -------------------------- * Fixed some minor typos in README and F77.pm v1.21 released Nov 25th 2018 - ---------------------------- * Adjust ordering of searched for Generic GNU compilers (Nov 2018) * Addition to pod format content (Nov 2018) * Use Text::ParseWords not naive split (mohawk2) * Modernize t/require.t (mohawk2)- updated to 1.20 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.20 released May 28th 2016 - ----------------------------- * Apply upstream FreeBSD patch thanks to srezic for submitting * Fix fallback compiler logic to support gcc-5.x and higher * Limited Improved gfortran linking on OS X Yosemite+ to OS X v1.19_3 released May 28th 2016 - ----------------------------- * Apply upstream FreeBSD patch thanks to srezic for submitting v1.19_2 released May 28th 2016 - ----------------------------- * Fix fallback compiler logic to support gcc-5.x and higher v1.19_1 released Mar 6th 2016 - --------------------------- * Limited Improved gfortran linking on OS X Yosemite+ to OS X v1.19 released Dec 12th 2015 - --------------------------- * Improved gfortran linking on OS X Yosemite+ which avoids PERL_DL_NONLAZY meltdowns v1.18 released Jul 7th 2015 - -------------------------- * resolve rt.cpan.org bug #104495: MinGW now needs to link to libquadmath.a Thanks for the patch, kmx. v1.17_01 released Jul 6th 2014 - ----------------------------- * Graham Bell's fix to "Add check for GNU fortran .so files as well as .a." * Typo fix by dsteinbrunner * Fix Cygwin table to use Generic GNU settings- use original .tar.gz- update to 1.17 * Derek Lamb's patch to avoid an uninitialised variable error. * Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods). Note g77 is still the default if both it and gfortran are present. * Rob's big Win32 patch (Nov 2010 version) * ** IMPORTANT. Added in simplification of GNU fortran compilers (g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code but made a slightly different implementaion introducing a 'Generic' 'GNU' database entry to which others point. This also superceded some of the above patches. * Removed places where .gcclibs() is added to the link line, this appears to no loner be necessary. Routine left in there (but orphaned) just in case.- switch to perl_requires macro- remove /var/adm/perl-modules- add perl as explicit buildrequirelamb26 1684331148 1.261.26-bp155.2.9ExtUtilsF77.pmx86_64-linux-thread-multiperl-ExtUtils-F77CHANGESREADMEperl-ExtUtils-F77COPYINGExtUtils::F77.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/ExtUtils//usr/share/doc/packages//usr/share/doc/packages/perl-ExtUtils-F77//usr/share/licenses//usr/share/licenses/perl-ExtUtils-F77//usr/share/man/man3/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/4572327e672344ead4275364c4f2f3eb-perl-ExtUtils-F77cpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Pill utf-8487ca9053ac4479652939411655c66da4d116c205faea6b1ef274f5bf06aafe6? 7zXZ !t/5] crt:bLL ~; `@'Fn%. }A/kZ* 0^Jl~ۑ;1rvMM#J`̙(E*XE>?;MJ~@C[@~(ߝt3!Vw ':aHS&Nv8d^B1*]ߐmP+׎ΠXg)).:3CIM$G>cޘ*R};at'wnĎhiGO ꍺ=ܦ]d^[p[ p8m 3P;R$b"Br!1ȡFІH2 AϢ^"v\eeDyP<>ކvJسBOm}[UÍ OПu]/ >NI΢ːP7M'z.ÔbP9A%tN}7+!\Z'~JIa3|H+td],wQ_s(;p_+ˏ9@Bo|hoT{ߘ@3XMOQq<`|P/|ėD_Ƀ2Vd>4 'yMh+Thv= "G*H6 nv9jdIR|f8Ag #ǎ%=j!SZ e %_VCK'z\vDy$`AVPB<%q{fH ~{g &mتϻ!?],Kմ`lC=]ql(]ѩ*SSb^\KϾU6":lf4Heل ɎKtOe.Hen^Lq29ݽ]Ί/ e³0)ss䵖yz:b7H >¦a!-eFGZQgHH/{% `G䶇^W^oIO%x"r}H\6-SظӀ)R*y/~-<{tz'>keUa}זQpr +ڙ2[[,q<)9eP*qlh8Vzeig<631>k\X^v>'mxc `3]-` 1)RYLg3Hx1 mZPW@LheJFUFEK c[gTy|ZtAݼ$N7 TNKWӹp po6g5=M|vx[vFPG4G,M6N% {(2ƮU I`8"F[誇hp~6smnDg%:B` .^$gD-Z8pfb(oɶW^ĊKqr_i=Sɗ/Y8Ժx?|"$ԛf#(+# @~qC0ڛ,ƌPq*yX3@aܤ|j%%n0= r pZ78z(]<eVCΠ9]D uh1@I3u8-vݜ jЀvt0{ꕝZ#]p .T3O %:3|.JARA}H$*FFae] 児82R?F&4X5_x]iޢfޏ{6J\ތqؿI+.(%_H# !̔DK];ٗV Z_-L\r .5ܣdo7}GJ1ǽZ$%:&6F3)kJrT2IcawN^p;_@ih5SVBئ q3~G|#nIcذ/ B*(M}M`o+!({xS~t7kuJm & Gg8(V1/5yjɆ 3 <؀R&%+a❝: ь{ăjw\iN,,Nk©D1#T65?>oUd|L z"Ӈ`r!]g?i7 =jLUPmzMBXԹ߲S0"~L'wLzU=YZM'#ĝ6<^߉M]QyO0OJC E4Kђ\5b>؆NH`b)8Ko36B 8,;i{bĞxn儤pH19:B"n=aD6=JG) įi:o)2СM)Z²5ZG)g:]z3QP&槽IM(ZU2N(0sm-XvM@AI!2|ɺGW.0OKhEZyȚTUT_؄dŕNQrZ0~ V,C٠Qhӥ/)9Yٌ% GO,N6*,oPHiPkgQv,A| юL"BH,Gu!5_%"!XC48/A>YR?ؖC@YT2^hM^'yPSJh^&1n\ghŕ9e mM;!Q#, 17"%(Kw<i% nS:rp{A_Bx/,1w~sJ,O>L]ȏm\b3j_&Ӂh,捤fZL]%)9ϗ"^6Y9 oNo#pIt|]9gf1I&7mO$$ڪ ^׀ţʼn]$#k%na3)M@_SL wϊ{j aLwO"@{ʏXRWsE!Jkiu[9ZJuSZ׋ ]vtdǚR'9ܖ ȠĦg[@9Xyʳ]lu# Xê> B& P~E[գX=JɂM)558@QduxD13O>4s4@~K"cߕ9K2C7***McnaaEgn(+!L Ъ{琯 *G#f_q񹯬M~p 7dm !HB[&vR˸8Hl}p-w떗r#^_2*Ccprѓm;c *SVYLSџ9+!rH Nb_YaRZQBg*mkW(?pM{Yy5|Jhl?H]"CŨNqI( ;Yc FRpyUwyg :𫓑LQfX=E(!A{=C?4n./uy@ۭinoQ{iqxzTz7_IdiC)h <8S&Gº.yޏ  H>P5a| |衏,OWN&挿-(5&k5E#%vfU\j:#zscske5@W E <UP{^Zl7DLʖHă:ΧnCw-|f6lz Z|sIk-ᆸhc&(lb j&+^gxcBZ񊼎e'5fW:IRpJٻrI<'x(n$J>3{xm(߱6I~Ue[*~̞пr33M_dvbJ&r KGzCg>/0mܩɻ\1ٶoJf^70A0:_ArA5L>7Tq/59ͩHip)rXB9-ot#0&DP-ئ(<ý̈}`U .[RniX|'n4Xd7r=K4KL*J1NXn_\=X<8$Ic+۷뎅࿴tťz'K`lFs׻1M EW턢{xlmiɵ2Z`N{m;s8\gRPТd ,@*쒴3:kZVv66R1ɬ&nXxsiق!ia~3k D(K}JO-~s=^7jǀkLv؋Ң3MXg"_⮸5^5 IdT44X|CuWJee|r8?Y8|6k8yw66];X:Zm=\9ZCuNzʇ;-yܹh_polDI2m|Ecς2gA6RDs3z&NP$H] c&7t6\k,>"l rPD඀T.-$ Nhi'K|^5!޼kz~㣇߅4Uzb6Aװ^#h n3k% aSI\,hP$琵QKfF#񥻃Ue^LA]4g̊Tܒ 0S0&*pYJi j 2FH;m;"R<)&+/21fg0v)pF3BGgFce6}+txrboO!=iXja×'Hݪ8sN [T$$rjb8ȩ]䧚*:JjJ}gSP.gPqB&o9F :cM%K8E\Y!"cij s22Lmr}nO^*sk%4 &]C<58 Էc7|SZؒ4r[qSAiX+ƻG]oypKi0VP~9(HRxXraO]7Q)}ڱ1Jz\VU&1U=f̴XeRFߝbp%]9A ̓oJ8`GGvđ(/ƥgz9,|!Y '<&e=oc`CNGaE4nڿ=[:؁dC(0'YrLcFdXl9ux D&#eAFʕUM|(KX?2YOwwY 涒Iݵ}]SC5q}놆׆[ ×v Vn5%F Wy^d$/@`(=fiAX6XH3֩swO -q QY攁H,oɈ5=c\H<ڧvJ#9lFX{*: (!/FDBXսҮOt̆i`/&´'|ݟ ؗHW&[W3C瀚ei N+DNyhh(j>D72￙(wm{OJ)61b%o?YMC** O85SvWltn k~y` }@P KD>SBy٫wݔeT m*Y5@Γs<9'춛ղ\+{hOE>i2., xb5M5IT;>j%7InC%7bd, $=J;$X_|2s&{"Gʓ}Z7o_tF *TD49[TngbZf3ۍaM_=Ry\YBG ƹmAL$UbIZ%z wD~)6M,.us +O;BuT>R:d Mxp*S>DZ&7j%Su`DA91]YEWG#vȏWk[KiGILP%2^3d됭9m,w ij;"DfPk 5O^po5w[bkA2.+Wr)`> #_ZH |!Ka^1=aq +ƲH2=D1} X:mWD1GH T8PG~s7,h.^ѕ(]YETLc{AZKZz=snp_WS0S8լ-mKpP3(wI2~rq30ߡ/1gGG+Ykh,JxaJ8lφA`sMdžl7!$ǃ' ٍL_df*G#1f\|ӎ].Y6u?ac)#-QU2?@3f:̫PyGg"+G ˨b ؗZBtR,Qf/7FD54'8`: #E=X"ir ݒ"^ >`&ᥭiC/ G I}czݚ,|KnfLѠUc*ո~j"w6HTR>۝m0E Y2}0ͮmF=yc9fCOδ[U&Fs̅m[AR:QKl?>ڋWhWOTΈ burF yM"Ց[kS⮑u 'Pyz Aƅ3 \KݞvqNu VuA&Ô$^;yX)No,:bN 0 _ -ndt?7_Ţs wVp?0W0J !'*(Kؽ(`L*Q E4r>'G"VKsL{03A˂gm'zݩwԖ߈~~`6efs@eH~. !:O4=|B2Zf6SEPH6Yjm}ymU M˰VfCG^s ?:d4+ 19cD*bއȺנ8U'~CƱsyLa(GN7K+I Y0 M~ѶqTjãĹx$_Q0bFZqC#|"ẸL@:Էʟ İ@akZND֔,rV3pT5ƃ ,1L6#gیn"8օ2/+ OUьN/0/2CrJupF`ַEyR4;/,f ! [%9'uտpafr)˷&N''p&4LLځIgo`_$N;OƗqtA;@yA4g0ky>Rl۩!(?S[X}m^ΪQ[8Hw>Tu㎪قv,<#S,/g`:uLnh0BejSIh +.LJKLD&zwݞEc+e.#?,ws>u/`DϤr1ҧ8+@[@EHHɩBuCEAN 5M۪N}E[& Ā8bDjIKxL_f딴 ՠؓpaԤŏ,A{T]Is6ya̧I߬6ԳU}C>G;z2!F3QULP!|.hN( w;()b rȔ姆&ݥ>Ο+iYJkx!thDU yCk. R0VXG/~Ʊh'or J`SipR^x^k1\ jANJH~\½w֫ {eK~֓4|$|xv !-A=-pķaC[+|BLE5E.5QLx/ݦ }Eh=zחIYH Ñ祸RQ}˭8 Z2Hc/%t|YD@dZ;0>9 ݥR*).Kq,æ c<[|*iY34NJnAb[af=j#\kQ:tA V-)+ػylZURۀ"iG*UŬ7Jg+Һp"DPU?Kf1ڭYauO<##ݥHUS%9638MBc/oGz-Wu->o2Kb08\ (oؠ:p+FQeX6sux{E^KBN=_3l ~*RU)'wtך,]U$=9ݗ1sVw(+˫'^c"k| CWC?_F_:_*#-3&q2rb! wwrySToVNA/µ4>vs;%wz( ^Ҵ_LZt ^iZKA}sU4z}` Ұ䊝O Ԇn;:ن;)R~ZU?{h^gAp u-GW!)|~$ǘmTSl,2+m% Gso\)$ˌ9O9e?zz$'ا31H(<UeP/`~կF9W5rAsU[Mtf0  Ef9t,ro}m^gB' iݚ7)s5Ky_1[n_c0nK˘ko_-Ljm~=h0tZҟѺ'2YaE0t">5fq1 8H}R_ʫh"&_,C1-u*~liTI:أyLp;J܌' ꋷ/A"LO:wIE 8:!="Qz'g`Xr!;DauH>?P2zv OFe"*&T*1 _9?¨"q &nĩva6xu1?I^ GjE8qi>N9 G bRj$G=!6x~;I(c YjCon``yJjNMO0xH.{=8ㆭ,=B1QX tcjɵwlNE`/qG])-0GdR3$]O y%Cr5NEʀRf/ ƊjJO4r۶_ߴb/8LkZtV Nyŀׯ)f2j752g1WUP%]A)gۄ*/ɳìj\TGPErBTYIj2_PTKIQ{Op p&Y4CBK`9_