libmgl-mpi7_5_0-2.4.4-bp154.2.141 >  A b|de!M@eee+T%4Z4g4gt}Aj}d0e^ ,§b.dך(x`fO`;mޑd ghZh0oG}BΰG=ΫQ18*h'ι䘉}i I_{#?dp@A?Ad $ D -6C ]i     `( 8 9 : >>@>F>G>H>I>X>Y?\?(]?,^?@b?Lc?d@]e@bf@el@gu@|v@wAxAyAzAXAhAlArAClibmgl-mpi7_5_02.4.4bp154.2.141MathGL library with MPI supportMathGL is a library for making scientific graphics. It provides data plotting and handling of large data arrays, as well as window and console modes and for embedding into other programs.b|c lamb24SUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgUnspecifiedhttp://mathgl.sourceforge.netlinuxx86_64b|b9eae5abad1366051ffbae7ae3c4abead7cfcddf3351d97195bf539a094aabcd6rootrootmathgl-2.4.4-bp154.2.141.src.rpmlibmgl-mpi.so.7.5.0()(64bit)libmgl-mpi7_5_0libmgl-mpi7_5_0(x86-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgomp.so.1()(64bit)libgomp.so.1(GOMP_4.0)(64bit)libgomp.so.1(OMP_1.0)(64bit)libmpi.so.12()(64bit)libmpi_cxx.so.1()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ac``o`X_T@_$^@]@]w@\Z@Z@ZZ+@YY@YbY3X@WV͛@VKV ŬUv@UrUjUTT-@TfTTd@Max Lin Christophe Giboudeaux Atri Bhattacharya Atri Bhattacharya Michel Normand Atri Bhattacharya Atri Bhattacharya Christophe Giboudeaux Atri Bhattacharya schwab@suse.deguillaume@opensuse.orgtoddrme2178@gmail.comfabian@ritter-vogt.debadshah400@gmail.comdimstar@opensuse.orgjengelh@inai.debadshah400@gmail.combadshah400@gmail.comtchvatal@suse.comdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgschwab@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgdimstar@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.org- Do not compile with python2 on Leap 15.4- Remove the unneeded WebKit build requirements. '-Denable-json-sample=off' disables the WebKit dependency.- Disable octave bindings: no longer compatible with any suppported octave version. - Disable linking to texconfig zypper posttrans configuration script; this script is no longer installed by texlive.- Fix for /usr/lib -> /usr/libexec migration.- Add 4G min disk space default in _constraints- Update to version 2.4.4: * Add minmax for positions of local maximums and minimums. * Add ContGen() and ContFGen() to draw contour lines manually. Correspondingly cont and contf commands are extended. * Add conts for coordinate of contour lines. * Extend put for partial filling if data size(s) are smaller as destination. * Classes mglFormula and mglFormulaC now can read file with given sizes if string have the format ":fname:x1:x2:y1:y2:z1:z2". Here data is supposed in range [x1,x2]*[y1,y2]*[z1,z2] (by default [0,1]*[0,1]*[0,1]). Calc() in this case return the interpolated values. * mglData now have operator() which work as SubData() function. * Minor bugfixes. - Disable python bindings where python2 is unavailable (still no python3 support from upstream unfortunately). - Drop conditionals for old, unsupported openSUSE versions. - Enable octave bindings for openSUSE versions > 1500 (doesn't work with octave version in Leap 15.1, 15.2). - Run spec-cleaner for minor specfile cleanups. - Drop qt4 package definitions. - Drop Group tags from packages.- openmpi has been renamed to openmpi1 for openSUSE >= 1550; adapt accordingly.- Use -ffat-lto-objects when building static libraries.- Update to version 2.4.3: * Add 'clabel' command -- draw labels for colorbar. Should be used *after* drawing colorbar! * Extend 'ctick' command * Add subpixel smoothing for masks * Boxes around text (style '@') now use actual height and position of the text. * Add mask to EPS export. Note, mask angles are reduced to 45*(0,1,...7) degrees for decreasing pattern size in the EPS. * Update default masks: '*' become dot, '^' become bricks, 'd' become plus, 'D' become tacks, ';' and 'j' change lengths. * Note, you can use brush.ods to prepare user-defined masks. * Add styles '^' and '_' for command 'smooth' to find upper/lower bound of the data. * Improve FlowP() to draw both branches (in positive and negative time direction). * Improve CGI interface and update website. * Introduce struct mdual as interface for C and C++ complex numbers. It is implicitly converted to std::complex<> in C++. And need to call c2mdual() and mdual2c() in pure C. However mdual is binary compatible with C _Complex numbers. * Add flag in CMake to manually disable support of C99 complex numbers. * Bypass user-specified extension in base font family name. * Improve hints in mgllab and udav. * Add utility 'mgltask' for making output file with a set of copies of mask-file. It useful for making set of initial conditions with a few parameters varied in specified range. * Add example of OpenGL output. * Bugfix for approximate min and max position. * Bugfix for position of SVG output. * Compatibility fixes for new versions of CMake, compilers and libraries. * INCOMPATIBLE: Formally pure C interface handle complex numbers by new way due to strict following of C/C++ standards. However, the MathGL library is binary compatible with previous version(s). - Drop mathgl-fltk-includedir.patch: incorporated upstream. - Fix Group for %{name}-doc-pdf to Documentation/Other, as Documentation/PDF isn't a valid group.- Define MathGL_INSTALL_CMAKE_DIR to correct location- Update to 2.4.2: * Add custom dialog for FLTK widgets. This can be constructed from C/C++ code, or from MGL script using Special commentaries. * Add progress for displaying the progress of execution (by ’#’ symbols in console, or by progress-bar widget). * Add contp for contour lines on parametrically specified surface. * Add flow3 for flow threads of 3D vector field, which start from the plain. * Add variant of flow for drawing a flow thread, starting from specified point. * Add scaletext for disabling text size scaling in relative inplot-s (like columnplot, ...). * Add setup for setting all low-level flags. * Add coil for projecting periodical data. * Add modulo operation ‘%’ (x%y=fmod(x,y)) to the list of known operations in real-valued formulas. * Add style ‘.’ for cont to draw contour lines from saddle points. * Add style ‘.’ for flow to draw flow thread from saddle points. * Add option value in tube for setting number of edges manually. * Crop output of ode if NAN or INFINITY value occurs. * Remove style ‘~’ for plot and tens. Now, all curves try to omit points. * Add setup flag MGL_FULL_CURV which disable omitting points of curve. * Shift axis labels closer to axis. * Change size of LaTeX-like commands \sup, \sub to be the same as \overset, \underset. * Change ticks drawing in colorbar. * Add new section All samples of documentation with large set of samples for most of MathGL features. * Samples in documentation are generated automatically now (from sample.cpp). * INCOMPATIBLE: Make obsolete MGL command setsizescl. At this, the similar C/C++/Fortran/... functions still working. * Bugfixes. - Rebase patch: * mathgl-examples-install.patch- Have the -tex-doc subpackage conflict with texlive-mgltex-doc since they share several files- Do not build with Qt4 on TW/15 as Qt WebKit 4 is not available (boo#1072033) - Explicitly disable marking either Qt version as "qt" plugin: * mathgl-no-default-qt.patch- Add Provides: mathgl for the libmathgl package, to make the mathgl-lang package installable.- Adapt to latest openmpi packaging changes: setup the openmpi environment before calling cmake.- Trim some irrelevant words from descriptions.- Update to version 2.4.1: * Add beltc plot, which is belt with manual coloring. * Add style '~' for plot and tens to omit some points at output. * Add style ':' for axis to draw lines through point (0,0,0). * Miscellaneous bugfixes. - Changes from version 2.4.0: * Add mgllab executable, which is FLTK based version of UDAV. * Add string manipulation in MGL language: - 'str'[n] - get string of only n-th symbol; - 'str'+v - add value v to the last character of the string; - 'str',val or 'str',!val - append numeric value to the string * Add time value to MGL language in format: 'hh-mm-ss_DD.MM.YYYY' or 'hh-mm-ss' or 'DD.MM.YYYY'. * Add iris plot to show cross-dependencies of several data arrays. * Add flame2d to draw flame fractals. * Add bbox to set bounding box for 2D output. * Add section to get part of data between specified values. * Add detect to found curves along data maximums. * Add dilate to extend the region of 1-th value. * Add erode to narrow the region of 1-th value. * Add apde to solve PDE equation in inhomogeneous nonlinear media with spatial dispersion. * Add symbol to draw the glyphs defined by addsymbol. * Add addsymbol to declare user-defined symbol (or glyph), which can be used as markers for plot (with style '&') or drawn itself by symbol command. * Add openhdf to open all data arrays from HDF file. * Extend crop to cut to optimal size for FFT (i.e. to closest of 2^n*3^m*5^l). * Add function mgl_data_max_first() and data suffixes .m[xyz][fl] to find first/last maximum along direction (see Data information). * Add function mgl_datac_diff_par() to parametric derivative of complex data (see diff). * Add style 'F' for bars and barh to set fixed bar widths. * Add style 'a' for plot, tens, area and region to accurate drawing of data, which partially lie out of axis range. * Add style '#' for region to draw wired plot. * Add possibility of manual shift in multiplot. * Add parsing arguments of options for MGL commands. * MGL command correl now can perform 2d and 3d correlations. * Option meshnum now change the number of drawn markers for plot, tens, step, mark and textmark. * Function step handle data with x.nx>y.nx similarly to bars. * Extend tile and tiles by adding manual coloring and face orientation. * Add variant of MGL command copy to copy data with "incorrect" names. * Improve tick labels drawing. * Improve time-ticks (add weeks) and add subticks to its. * Improve fplot to handle several singularities. * Add LaTeX command \dfrac{}{}. This is full-sized version of \frac{}{}. Unfortunately, there is no support of nesting. Contrary, \frac allow nesting. * Add mglODEc() - ODE solver for complex variables (see ode). * Add cmplx(a,b)=a+i*b to the list of known functions in formula parsing * Update CMake find_package to find MathGL. * Increase line width for wired text. * Update documentation: add description of new commands, add hint Mixing bitmap and vector output. * Add translation to Russian for most of labels and messages. * Name all are reserved in MGL scripts now as synonym of -1. * INCOMPATIBLE: Replace libmgl-qt by libmgl-qt4 and libmgl-qt5 for resolving conflicts of simultaneously installed both Qt4 and Qt5. * Minor bugfixes. - Drop mathgl-oldtexinfo.patch: fixed upstream. - Add mathgl-fltk-includedir.patch to fix include directives for fltk headers. - Split out a -lang package. - Package the binary and desktop file for mgllab as part of the - udav package; their desktop files share the same icon unfortunately. - Disable doc for openSUSE <= 1320; no longer builds with old texi2html there. - Move AUTHORS, ChangeLog.txt, README, COPYING to -devel package for all openSUSE versions; package it using %%doc. - Add _constraints file to require at least 2 GB of physical memory on obs; otherwise builds on 64-bit openSUSE > 1320 fail.- Update to version 2.3.5.1: + Library libmgl-qt is removed. You need to use libmgl-qt4 or libmgl-qt5 explicitly now. + Compatibility changes for latest MS VisualStudio. + Bugfixes. - Changes from version 2.3.5: + See Changelog.txt for list of changes. - Rebase mathgl-examples-install.patch for updated version. - Define a macro for deciding whether to enable octave bindings, but disable octave bindings for all openSUSE versions for now as mathgl fails to build with updated octave. This is a temporary workaround, and once the build issue is fixed, we should revert back to enabling octave for recent openSUSE versions. The "enable_octave" macro is defined with this in mind. - Add rpmlintrc file to suppress warning of missing man pages for the example binaries. These just clutter up the rpmlint log and have no practical use.- Drop dependency on swig3 as swig in leap got updated to 3.x series- Update to version 2.3.4 * Minor fixes and improvements, see included ChangeLog.txt for details * Update mathgl-examples-install.patch * Update mathgl-texmf-dir.patch * Drop obsolete getopt.patch * Drop obsolete mathgl-cmake-3.2.patch- Fix octave-mathgl package dependencies- Disable json examples - Enable Octave module and Qt5 support for openSUSE Leap 42.1 - Use wxWidgets 3 for openSUSE Leap 42.1- Enable Octave module for openSUSE > 13.2- getopt.patch: Fix use of getopt - Compile with %{optflags} - Fix %postun -n %{libname}-wx%{libversion}- Update to version 2.3.3 * Minor fixes and improvements, see included ChangeLog.txt for details * Update mathgl-examples-install.patch * Update mathgl-texmf-dir.patch - Fix build with old texinfo * mathgl-oldtexinfo.patch- Disable Octave module due to swig incompatibility with Octave 4.0- Add mathgl-cmake-3.2.patch: Fix build with cmake 3.2; X11 is no longer implicit linked.- Build with MPI support- Use texinfo for documentation generation on openSUSE > 13.2- Update to version 2.3.2 * Update mgltex. * Add reading files with complex numbers by 'read' command. * Parallelize reading textual data files. * Add 'i','j','k' variables for data filling. * Add saving images in QMathGL even if corresponding format support is disabled. * Add cmake option MGL_DEF_FONT to change default font name or use built-in one (if MGL_DEF_FONT is empty). * Compatibility changes and bugfixes. * Update mathgl-fix-python-module-path.patch - Add mathgl-tex subpackage - Set correct path to texmf directory * mathgl-texmf-dir.patch - Fix package descriptions- Update to version 2.3.1 * Add MGL command 'load' for loading MGL commands from external .so module. * Add Logo() function to draw bitmap (logo), which is stretched along whole axis range * Add MGL command 'reset' which restore default settings and clear image (i.e. call DefaultPlotParam()). * Change y coordinate at x-z projection. * Improve projection of 'unrotatable' objects (like legend, title, ...). * Add projection (Ternary&8) which is the same as usual (Ternary&4) but don't print text on projections * Improve orientation of axis ticks and labels. * Add mglWnd::SetDrawFunc(). * Add mgl_set_global_warn() and mgl_get_global_warn() for set/get messages of global scope. * Make copying private of mglGraph and derived. * Add virtual destructors. * Add some static functions for mglGraph. * Add option "-n" to mglconv to disable automatic saving of the image. * Add option "-s" to mglview and mglconv to run setup script before the main one. * Add light scaling at MGLD import. * Add scaling of frames at Adjust(). * Update docs. * Update mathgl-examples-install.patch- Fix build on SLE12/sbin/ldconfig/sbin/ldconfiglamb24 16523189852.4.4-bp154.2.1412.4.4-bp154.2.141libmgl-mpi.so.7.5.0/usr/lib64/-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-SP4/standard/a6f0e33b4ec10fcbb2797d1e88d320b4-mathglcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2382927919857c9b5d5cab1858574283813419d3, strippedPRR RRRRRR RR R R RRRk_K|utf-806761a5d328cfa33ee7ca725ac2e0dff917a917b49adc8dd315e6556c8a4704b?7zXZ !t/3] crv9w XB¼$ho'_ms4Z U g\lLU3ScrYE;3"UaţUXֶCV3/bZê2K'Fh!*|dmTa: lcAWDSs||g[(j*I M j)RO,[ƒiuvAuN(;*oJ_R@d9nm){\ |>=Ye[|v@$viD@,}#haJ)1` hޝOSަwCuko67+a=vtӿTqsF[p}fP={--fy2u06󽾹F 95Q,'jng 3wVf9h2frv<"\ak"3,KA1G{o&I4c٫wH3>2(x$yZWwA60 Emۍ{7ۀW;9K÷AFy'Hں"O"try%ė TwA`jc{V+뚢եJ؉n [^^vl݉A.P%i6:sLT:(//!.G-q2hj! ' 塧).n8MZZl/0g:6Fv1 ^1P@IƖ40 łZlr҈ZZܪ#(6Q1v !'Y7)QL5:_D1Tw'aI&Xnsڴ}B-Βof<dVuʨ.c'G*!VIxg#%+W}^k/ p쵵bl'/UHOc(=f-zv;QCL5@,Pՠu@Y~{_:Vk{uwTOzU_!nssݺq/xDPJOK |:7N档 HhspQFy.i+e˺z%q24 KR<7ϕa@m&0cCf"OU}Yc^,- Ey߾q:ǀLjP٥|-Wcψ% ɯ!6aK,؞/ }tЄY2ĥ~j,Qa>*#WOX&kUTi|."<]A3,zȵ"uc;9)P=~kםt3/qQW( ItxWQ~aYX(&>ڮ.?"Q{opr|w+ \}^B y@|tF;eؠ > tFB|_مib.4["j'Lߴu!?b; ch6P͓ # }%{8d.s[9wpZ y(ƅt)+gBbZb`Mw:&*>l Q\\\).Σ3A~i'kr:I O1vfH/3{ z/NՋ6:hu1,\КՃ$y->t*x y NTF(Pbh,99OyHN.[*$|koX}ͧM+)>03<#sAd"`^LA6t\98-!7sNK}L1<)&>p@|I,7vw.mM {Cfk1qC[C|Uj^㘪=pCj揵;#޸<*0cCRp8XSC2 !;RBT3G^֐▵0 lY 37i?kNj;,ꨵhTI%S V 6}niqV|s\=hcֺF]O!`37?=|u:Ѻ8?o@iBڻ\„a!GtaS Xk<6z'. T̃ۼ>|lxNuuiFиRɨ// ƙ*DVvtjnո~t1K"Y DX5aBa6֨`*{ S3Ydt:+nOAm53ǘYCvz) ^$gKs_9>?[H I8WftF (O_֒EBsv1P%>cJ"X| ȼM.nBV햞Kg'zmxlя$?([M#`ĘՏyCn\?`yCa6!o-mJmݜ^( +,#SwƊ,VE'ɜ|NohF7ƈ w|8ŸU xߌiilaqYcXDhV%#.yyy3r8 TbfImsvC?r'.m:SOS%TZq'\e70|? K(\oB,_R$2Sh{+/gAr}pK^M07k_MXk2Ӟ!gpz$lTY+QkdsE vX1[;L ^-7毖 Ǒ?w&q!.z”-Mώ:Ç A2a[5kaOR0WbME///CG :_\*s)""M2AJF-;W*0&`^1c_^ ća괓pyIdn顁Tt<t#-SsWk$[UcI:  xoua5^4XiźSQbrc 8FP $AU=21~ku|ZbQai3^;p9}W`2Tuy<3X%,W1ɍ;IzQ"h9B*$\L`b=#4E#U-qemɡjnm_) 4_H^<mM\t݁4P 7 ?J  #x@cT*C ZfzŗbG5s`VٱX:or+˜HA u"8`Y]+&fWq[%eZN+t8\đ55:jcdvcy^*{{<^#Q*3{`pWe5Q8ȸ-$y_Z]|xuz\L ꗫaoqh XY<[)ׂW5 ΌQC4;ƖsѤ&w~E7jc]̑'4t9TI~Eug1U\uL$۴y/`(~\Ņ_ +=i+gmC^t8,,b4(TJH_,^Ng>N`F7n{ ҞLњz ؾ1F;^t/x4X u0ZJ#"/M^"p5^L{9?7N_3c;Ոu^refH:1$Q붘E>7(,hHa~7!l1Դ\rY0qk6\Ag&B{ B۴}>O L1o62 r^7oZc] k#4a%DV C~v"Ӫ &}^B|hqp(0*k)Arb=Ouh;&&eZy} >Vj7S[NOirtjC _B" g2ҍ;(9.xIf 徲KZcX#7< BC&#Tyq5$X"I7xj5Ki*Y/^jJB"gv䁙|y-9sAukKWih?ڬkF"AP~fn&k'XaI1k e\g K{ۺ, (jw9 J$r7~6X}=?,}x`ؖn ܺ;\~e)1bc:'6Zp;ڢ dbi8ʖDKۧRV kU"c_(Bq郦շ뷙VjZ(th)B}V!bRZSd(艠>(#}1f"Q E U=bWC]_hɗO 2NMg KDEE^fkQ\QH[z/9-J.74e\Trd7if *@s @}Fp,E%B#E6iWbvZ#{j𐣾vФ/)ztf!?(m5vy%SN?@FBne+!qL<up%)]MVm9hgӉVZ:~]$5CkgyOnn^m0EBwb< C5?z] /("g>p2},GX(pj>u(C=uYUS\PAL.$X#`0`xqhg25"弊jͤN--g2؝sRr-:i>aK^'=smQErI?;+Tmےx窽^/hyC?}ҰӡM\ ?.?IeI3Wt(,`iTn`WWcjA].OIZJٯ$r"niIXh e8B`mnE$KP6+sդ mU$V"y̿BQcHZu.Uj-gyzKkL0U0#M$w"y_d*l:пG;c}e\,wb>}K (qqvlV.q*)"PW>6e٨~*ʳϘpLI65 e?tq[!B19QYwF{ +2%0y5+aSz%;@_SOZsEfrAvdF;- zBpIg^jNDŽ$n ;X]fbBX0/<0>;=Z1 85"-k_Z2@tӳx!QnGZcWM Xm=,|yƗIGH.0k,|T1"qzM+jCa׿I3PЯ"`si6V(x3sm[6(IG%O&tTI;Lzj^ G ֋ZF`ɽ`{MCX8YT11{q7 }Xjg{U kg~stDqe&w՞ a Z-E>`߇ #ieN=T5"1$?; /9d?H@gfڣR)7U@CRiy"O1T$[ O$FF1k*mv Opjj/~֛Zh?4@)c(( dF;F&qc# .x&RJTq*Z튅`VqTm;d@l!W5N$%գ9uw ']D0ă1Ef>B 94ƒE'7ݲlNsw|(tVKr}v+~(l0R?H0uH }#]a'D`Vr 8n^ιr<}z 5"=_c04!#\O}B]%ܓ!(NȺyNGn`AGrf'lnNȅOڀw,O^fe~’@06 FD]׀Ph,)@ZKϻ.rdyPlqVAgG>v$$%nY,̪;W[N,cc8Oie<;β_x,H͒ZܤXqlR1Awl bt2"*c}:i0dl>G#;4Y+̭4pL/<,l3Rn> ݎUSٻ$=')Qnz\nSd2^^nVah-Re Ց&md#]3)i7q.xJ>WoxaDgnmfCeu1MUI"*] X? T,:J 05yvաT%&dq7f"zzF߸7r {ʟ6'֌ˁEռ?hy)z(Uy#^%Gd?qp>+H0z[Z/|ƣeE|B"m-‚_WS{N Zrb#]*=AH÷0*Κ^$M/^ua<1&\x4 Va@tt4\UCY(L!n58#=hZ"+`"xN5Eb++]&ffY8yH&`ʛY*G1#ũ! 5{Pk 9 85Hy o0Ds)xJ_^g"Jb5OC*9іe|1TF=0lޘi  ꗬsЁ /ԙwVL"DրϮ-ET_x/: P[}?P_Ժ'ϱ9 s/0Fo!,\'55@u h%cQהwZRncp*YL23/jҸy׷X:4TU>K ;A>P>Myd r%g/((`PP7tE.~(+J*ɇDF=Xo`umoػh¿ L:):%$e#"cbgb blmltt+.wߙ߼\CWqq ၠw5תgRt,!!BɕS_$PϠ-ҍ1˘ ? Յ Lfur> _#֒nJⰘѳ-(}V]aT#e@i)BI Sxlnoy;_6H 1oE4) E EjRJ.ogZهyept͘Q&j~Ni@R6K8_simc4GVARj"^Zc< ;q,՚35_HrS*mdݢύsx~0(e}@i1~PRPlv Omse:H:|Ϭ;e4n[q3Nh0_3gpmG]!Bt} #}I'ĭeVfz* >Fkv7 e>PY7ekG ʥ-|@9){if˰%]Z^>i\FM>os,zyNEAX/2B8h_۶p,h!xq>nYR{5ه9K.*e p'ocƗh#Ky5LQ\GA0_Fc<.Dg l+7"Y5lcȈ!Cǡ5.5+:PMzbB9fDlL6C(@*,S0Fc{nwtY4]w,$Ovmd dJcC[B`'M-?[g0aY CCw8C*G Fz;t&ila^R &A1rǮcilY`"!^7'SiWo&%[8WfmBSV7 (*L'W^*- @ҏuיAFS،79?{pL9~qU}O~wV*4m%d>Vk;\h]eUӸ u9) w%Ls&%FoZyf -|Iu ={gR8<2RK0$>c?=%)91a^Xhqtg9a YZ