libmgl-mpi7_5_0-2.4.2-lp151.3.65 >  A \븋/=„3^w[$T9('lFyP(++S߄|MrI{|Ƚ$@u%-#cyI F8MŬ 0^]GsdD6VH-<-x"F&^$Rv4u?vs@&v$oeUS6675ea163c7ac1476b3ea688045ffd47f024d6f9e3bb532ba4800504b1f9d7b4cd002f1e2440f2d8499331441c0465c0012ae62f2i\븋/=„M<ۃ.Ιݚ*潻̈́%F `F%w>jn\X P[$R Xg !bSig'#Owm 7 B%g/$fJ"y > or,k Y\)F Cd8Co%Ht*D܀n| 'vرO#Q(Ӵ5$pW>p@1?1d # C'0= Wh     `( 89l:J>.@.F.G.H.I.X.Y/\/$]/(^/<b/Hc/d0Ne0Sf0Vl0Xu0lv0pw1x1y1z1H1X1\1b1Clibmgl-mpi7_5_02.4.2lp151.3.65MathGL 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.\cloud101openSUSE Leap 15.1openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/Librarieshttp://mathgl.sourceforge.netlinuxx86_64\fbed01e29d0fed40040fc77d0b701fed83f14d7c370ed6720f8a3f77f4195c3crootrootmathgl-2.4.2-lp151.3.65.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.1Z@Z@ZZ+@YY@YbY3X@WV͛@VKV ŬUv@UrUjUTT-@TfTTd@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- 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/ldconfigcloud101 15569399512.4.2-lp151.3.652.4.2-lp151.3.65libmgl-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:Leap:15.1/standard/854a9a3564a82e4f8619841dcac8376a-mathglcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0e87b20e3286653f2f5b78cd1c05cba52905e2c3, strippedPRR RRRRRR RR R R RRRTi7/oױoutf-8eeafcbd63405bc43f0efb3d6de3fb7f73f6389fd8027302f71159269082a7062?7zXZ !t/3] crv9u3zLlOrkŏ\heK ٌO8+q{|RTB``>v=UTmXpm(H>3Ͽ nL{#Z~IeO+K yP+omYW[y"cPJ?ֳ)̅]c^*W}i )Zt_ʅ05Ē@oQ-SoPݼ^ 9}Ui9#bx:jb5W=de鼆1e"'`}P۫ Ln MG 42Am_H,0%S vٹ[uBQW􋻺,/6L%YWS`zK F,7Xkx8+/- +qC 1 q+Y~h5rmRR.19da|2O_y\9ct+^| c0`jJ/)E,c9pw&MVTt;HŵjJy8wZF\Tj6{&1tE^++-XP \ՎXKVvsi)\uW?ǶwlDE!-HHP|y#뛀[1>Ũ*^ysDWF)-qˏhU(7,Ű1웜K0g^>!1 :9+#7Ugg>>v K}7&!st^0f yQvשcS9~ #ݘWTFS[rgQ2ѶC%at +AP82;ça|@ŒOA>EHՈIF]l:䩰tu^D q6O2Ht˙?c./J]"J_=5]'Ki8{PZ\ Cm,\3ʢѮBuB:x`I)t]B/G 6va庠Vi3\C&lv=qvw9]F p$?-S V3jBaQN#P+I͠ {VuhSgp.˛9qã{L[AIg(*08n9or׽ m~rM :v-n ˚uvv&\{y5ZGG9r~8V݂u?.?~!j%zA@֭4RikҔ4Sհ qQrqN%&]]{;Q,A}WV1U׾9D7WsX5\bx4Fg*ٳ>dn=={(8g_ CU+ C\lhg5i:X喬~2R'&[ͥ F F̽* CX(_ ]e5- RM)1a_b H)7 &J1ݎ9{=GӺ^S=`+PRrr%$Jf+Po/8wq/d-ݘ1hI頾{|W5#UP@ >/ڻA Eb6$T 75~5&YV0WZ@m7ErMPR`+?éGOpL`vƯF*NCjimoϽ^vwH HTy"aU ӧf,tj*Zl$^!E1yv(E )㿘vTmyy uWz|8Мbÿ3"i:TiRql%LkJUZdynS!(=qs:A#N; ٹ*U BfBY/?9'o wӥpbObK-toߘNEguM}62C#Ch w3Ƭ8p+qJK*iœ'vW4Z ((=PFN;@r.7''FY")U1Z@ "TK++IǴ$ܤd&.O2]pԐ& ej)q"P"Ѵci[t7* ׏ą~Sh Qϖ'&.=BKJ |]q{<Pg]5}e[78afS'tYqsIFx+mJIhOaczV3rxz#NVB-AUZU@VBjd- D0eza8!ϓB͉W17C܆+#tH@)_i5ۆrnpXzn=PuGDy-usm, w%.1p*OpOrd5G0QN!B-2`\BdZ4mg_eSD)R]v2&?]Q++5d6EqVS?nq֓뫝cJ\cY}sW`뵴Q#̧7L$Љ+ekptBvm qD= S#`@XWfi"خWxɥ9㤒w!2 5?UuԌՏo^^L5`Xtk*VS ld+k3/+ʼؘ9)MҼΛjS%Z:6h ObIy=ó %PFP<_?2mѮ)MD.RsNr5җNb4Qm8cq /G{RMC9.ű͟KRahfO]'UvfU|5~RiDX B{jme1_BqAhŴb݌8/%Kڭ֟$U_VCT}Nߧ}d o ON||>vvρ4*+T=J|N3 t޷v:[eEUC#_qA;HLyC)B7Ƌ՞v j!.hn" 56؉νP iz˟p.ak2Vy?LuhIL I4t |rt4E Ld1!i  ~űH!x\Oy댲+.x󤪚sFPzkxn?32M47'Hwuʰdz]]N(8Q A%Rʳ-Oץ},,r6ó)~RIz T29 p t$ƈ2EeTq?o %2æQY{6r$8Y]u5Wy4nG=Tr~+kSMj̠A $K>cͿ`gкkZFQ `I_?Ve ,ptk9dDήYMWrG3)8t6j , k1>&1[e:ZI6*tv~4-B kBG7xX;cmӟEV#RH.7X+FSz$MK -y栔Eo}_1 TcHDZ9Fs3wg`o9CWpo녟F$By6Sd3wNyIu{͏[0,䤋 ^ٔO2GW[l.|J H*੧ܵ7t9.vWO&* ]=reӌu_lzAm|w4|?a6ԃgKBL8 G0Xkϲ5Q', UH/xr]vLGbmH4&|R; nJzCsK2 f䅓 hN-:JY+_}ض)RǑ0l7k#P}5㛔ʀ7E)=г{r Xiquirl1E [ivaH:J,ހhqgԸo{5u8C97 ^iaj* %%*6{i:3njzrEe:e}K-4{]H`}R3 (u,O A8ʄޛ|}?4ŌhM^ 0Uwsq6daC;i՛_.6W1>Α$%o&pNTQGM&kP}*[`8jUdŅ%3ӶX@z3!usω,f)"ϵn/ A+Mk 쇮0VHF$:Oľ #ݡ`[^_-d"ž<)P=ŐR"+J-f Nrg])OۆL(jSa߮ڸ<& vp:/#/Q[(N.=MkO6?tiʎs5[nX1%Uc>rB]k1/k/Jxd"vUӅ_;o~HG!" Y3:u!j?;(5z qmzgݻE( cIc*K#TX`4>}/{MqKFU."O*ױ,0X,rZ:Vh'U·4PL0 ~ۓIN\Dt{D0Mc^m1nsqR&1:8]~aw}aRGJ #56Eu66eeIDD1}M.ۅ+mip;oxe2?H2!\-_3ͪ_=G0C<0Hm_%*ΐkokO[~¾@I%_p2Zz2i/a.k.S򽅀{E}/٭PfyE[Iyώ7 ث<u$%+v+Ⱦ#Yp|'aю'₥ǷtNuD1ˇ_RVz+kb!f,(u鈰픡ю+?@qـtܣB4_o~WN}+)b}c 3u S&7m n@04O.g9wF5k"Ÿ=t瑝ujձ;#mk¼# *O jt]%e-ӑ$֒u ꥙_J+Ā/ N_~79X̻ElY5#9&ͦC3 I=Rh)ZwLa4+tec`'YC%v5~byz b,E Jë5Gj2YgBt륨ꉖ|4l4L/&@FHYj{MA[ Ɛ%{;p4H6!:]+`.y:&H&!ih7*ge?hgCWD#c@an^9D.#7|5E9/ƿ7_;TѴihh +U,Y2MÕG^ !}I'd.Yn|9I )v\PxʳcLE\6#=v#PVyNM{:}s6a5]ӣrOB>4bqYu"oNA:'٤œSӕ]u6 ())X+F> ퟶ U#RX5}(۾ۣ27[yekԵ>ߝ`k&;#[hJ/@_ù {XlB `Md 8 ١hml{}mVbb cf\7Y. TcD_ΩY'5HɳJ LV;)?`c0{on #5"OM%P`Cm"#}lX4US4ǯoDՀTȀ#uvFV[= v)6fjJZ8r&$_z:dW]{{?)?[e lXM\ր_6opiA1SʂU,dq$/?(V5픉2c_’ҘssmY&s*T}v:$D_WFʼ.j=:) 6T; RC~WC:p|3&3qA|s0”-E7c*Edg3ҸĽ2ے_tAQ,!V&\n +q4ᄮ+3,mLgvy,<.Za nw7 >8򵖘BȠl?Yw`͚ۘ&p YI> O(v +~H$3 qߍMڸ!^3ݥHQ覹2an?p/T.v`q5nS( EPs?hTA?zs޻T"Eѳ1uU\$pRHp*|!iWl\]izJ__4Gshݕ|ހ C(NWT7 LGioR@y-(%䂬})W _qaSJ`su(ˁk\0"a ZWKߏ~4\-Y>⁉?'t3<"{U4=eXH]V|`T%*UHzy'-1֛/ԯΗ]`>xUj @u6SGÊXW_N=X&{[jlpBm$R/lk)Djg0#rb╌-%g۵*]pj!6vGMoڨx+P J9h$5Ie:U)ڐzcOhЫ\CA\CFiס? Dq) 3pveYJ8K% ~S9,O>7_l丵^b(yL)K˜9:_DN' Bq WKl{v9 ՜N[Dn:0;sl@-@TyYAr$G&˨NN("9yd!: E!~#Hj5>nQi# Kɒ'UT!3Pf+8x1DEuGlcP1:Fϥ(NלAex8lڂY.`=*럣5VshC dqѬ$ߋr,'JiX8w0W>y5m]HjM x 3+JӰPgвp/$Ƈ:R} \Vɣk3G-:& ģܕtQQ4 q!<dX#v>Kܜ&5@<5oN-g.0ADה$Q#,q m(3NiB%YAjH e/Dc;Sy'ZWe̝2' .˩8sh'դit3$˝F)"akFOuT&ٍ3ng Et Q~"Wz"NmrZGQC`IHE)Zc?hvs wD kIjgۭgZM1]v竆i]HPg-]ֶa@X_L/JvR.ջ)w.N^+gSoGM_rX_s?:=Da˥WZ]s߬κ ߈.i7|9h#jN=@>Efo? sDɆoONI~,͚xMoQۆ թoV A C;c X F:JRCŊv 󾯜b$u &"447sJCMJLO [O,6qeg$KN+?_=522Z@|"`jkH6lk; s%!\Z `)fP/-_AH5LS?kIv^5Jn%3{0׸8@#Çޟ8I`iTelB,7$Mr-\Yq< <ԦÍ{Ѽ:}) $::e[3;'L웹=\QY@}~Zrђf?{q"B!ds,!vsDQy3Ü