SHA256
1
0
forked from pool/mathgl

71 Commits

Author SHA256 Message Date
e82d2dce8b Accepting request 1172905 from home:badshah400:lapack2023
Disable generation of docs, this has been a constant source of build failures and pain (and will be again when GCC14 becomes default).

OBS-URL: https://build.opensuse.org/request/show/1172905
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=123
2024-06-07 07:09:20 +00:00
c893a42330 Accepting request 1152771 from home:jaimeMF:branches:science
- Add dependency on setuptools.

OBS-URL: https://build.opensuse.org/request/show/1152771
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=121
2024-02-27 22:31:47 +00:00
f616295461 Accepting request 1119645 from home:NMorey:branches:science
- Update spec file to use openmpi-macros-devel and always use the
  default OpenMPI implementation.

OBS-URL: https://build.opensuse.org/request/show/1119645
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=119
2023-10-26 10:31:25 +00:00
3d42280ff2 Accepting request 1085745 from home:badshah400:branches:science
Also disable octave bindings for openSUSE >= 1699 (TW), as octave 8.x is not yet supported by mathgl.

OBS-URL: https://build.opensuse.org/request/show/1085745
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=117
2023-05-14 03:38:14 +00:00
8f0c3b7612 Accepting request 1070047 from home:StefanBruens:branches:science
- Disable octave bindings on Leap/SLE 15 due to missing SWIG 4.x.
- Use %cmake macros as far as possible.
- Fix underlinking of libmgl-mpi, requires libmgl.
- Spec file cleanup.

OBS-URL: https://build.opensuse.org/request/show/1070047
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=115
2023-03-12 03:59:29 +00:00
9fc6f82fed Accepting request 1004956 from home:badshah400:branches:science
* Add mathgl-libharu2_4-compat.patch: Fix compilation against libharu 2.4.x [https://sourceforge.net/p/mathgl/bugs/48/].
* Build against wxWidgets >= 3.1 (wxGTK3) instead of wxWidgets=3.0.

OBS-URL: https://build.opensuse.org/request/show/1004956
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=113
2022-09-21 08:17:40 +00:00
22829558de Accepting request 957839 from home:badshah400:branches:science
* Update to version 8.0.1.
* Update mathgl-fix-python-module-path.patch to additionally correct the locations of installed python module files.
* Update shlib naming scheme in keeping with upstream so version changes.
* Build for multiple python versions (while ensuring stuff like docs, etc are only built once -- for the primary flavor).
* Add Requires: libmgl-mpi%{libversion} dependency on -devel package as it is linked to.
* Required version of swig is at least 4.0 to build octave bindings.
* Drop %{name}-rpmlintrc: No longer needed.

OBS-URL: https://build.opensuse.org/request/show/957839
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=112
2022-02-26 23:16:46 +00:00
673fd2b45a Accepting request 943351 from home:badshah400:branches:science
* Update to version 2.5.
* Minor rebase of mathgl-fix-python-module-path.patch to apply cleanly against updated version.
* Bump library so version appropriately.
* Enable python3 bindings: now supported by upstream; build only for default python3 flavour.
* Disable python bindings for Leap, since python >= 3.8 is required whereas Leap 15.2/3 only have python 3.6.
* Re-enable octave bindings.
* Rename python sub-package to have name consistent with openSUSE's python3 package naming guidelines.
* Update _constraints to require 8 GB disk space as required by updated version.
* Drop sed fix for location of numpy header file: no longer needed.

OBS-URL: https://build.opensuse.org/request/show/943351
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=111
2022-01-10 23:56:54 +00:00
a267b0be4a Accepting request 881770 from home:cgiboudeaux:branches:science
- Remove the unneeded WebKit build requirements.
  '-Denable-json-sample=off' disables the WebKit dependency.

OBS-URL: https://build.opensuse.org/request/show/881770
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=109
2021-03-29 16:16:54 +00:00
86cb0de22e Accepting request 880640 from home:badshah400:branches:science
- 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.

OBS-URL: https://build.opensuse.org/request/show/880640
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=107
2021-03-23 20:03:00 +00:00
e17ee12850 Accepting request 832595 from home:badshah400:branches:science
Fix for /usr/lib -> /usr/libexec migration.

OBS-URL: https://build.opensuse.org/request/show/832595
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=105
2020-09-07 18:37:03 +00:00
522c39f08b Accepting request 823755 from home:michel_mno:branches:science
- Add 4G min disk space default in _constraints

OBS-URL: https://build.opensuse.org/request/show/823755
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=103
2020-07-31 21:09:23 +00:00
eaa2be755a Accepting request 822768 from home:badshah400:branches:science
- 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.

OBS-URL: https://build.opensuse.org/request/show/822768
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=101
2020-07-29 00:05:23 +00:00
43a3cf1b15 Accepting request 745571 from home:badshah400:branches:science
openmpi1 instead of openmpi for TW

OBS-URL: https://build.opensuse.org/request/show/745571
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=99
2019-11-07 16:32:31 +00:00
5bd4f43aa3 Accepting request 729791 from home:cgiboudeaux:fat-lto-objects
- Use -ffat-lto-objects when building static libraries.

OBS-URL: https://build.opensuse.org/request/show/729791
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=97
2019-09-10 18:23:48 +00:00
545ad894c4 Accepting request 703956 from home:badshah400:branches:science
- 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.

OBS-URL: https://build.opensuse.org/request/show/703956
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=96
2019-05-29 19:07:24 +00:00
Ismail Dönmez
ce5595eac9 Accepting request 605462 from openSUSE:Factory:RISCV
- Define MathGL_INSTALL_CMAKE_DIR to correct location

OBS-URL: https://build.opensuse.org/request/show/605462
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=94
2018-05-14 13:46:35 +00:00
ccc03b3bd2 Accepting request 592532 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Update to 2.4.2: (Fix AArch64 build)
  * 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

OBS-URL: https://build.opensuse.org/request/show/592532
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=92
2018-03-30 10:29:17 +00:00
Todd R
b890ff6aff Accepting request 583655 from home:TheBlackCat:branches:science
- Have the -tex-doc subpackage conflict with texlive-mgltex-doc since they share several files

OBS-URL: https://build.opensuse.org/request/show/583655
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=90
2018-03-12 05:05:58 +00:00
Klaus Kämpf
bd302ca9d4 Accepting request 556603 from home:Vogtinator:noqtwebkit
- 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

OBS-URL: https://build.opensuse.org/request/show/556603
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=88
2017-12-13 09:04:01 +00:00
e6141bf945 Accepting request 537083 from home:badshah400:branches:science
- Add Provides: mathgl for the libmathgl package, to make the
  mathgl-lang package installable.

OBS-URL: https://build.opensuse.org/request/show/537083
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=86
2017-10-31 09:33:20 +00:00
c43f8a3e66 Accepting request 536737 from home:dimstar:Factory
- Adapt to latest openmpi packaging changes: setup the openmpi
  environment before calling cmake.

OBS-URL: https://build.opensuse.org/request/show/536737
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=85
2017-10-26 12:16:12 +00:00
03f53ea699 Accepting request 518906 from home:jengelh:branches:science
- Trim some irrelevant words from descriptions.

OBS-URL: https://build.opensuse.org/request/show/518906
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=84
2017-09-05 09:08:00 +00:00
324c35847b Accepting request 517396 from home:badshah400:branches:science
- 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).

OBS-URL: https://build.opensuse.org/request/show/517396
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=83
2017-08-22 19:15:00 +00:00
2a12771559 Accepting request 435533 from home:badshah400:branches:science
Version update, workaround buil failures by temporarily disabling octave bindings, spec-cleaner run through spec file, rpmlintrc to suppress nuisance warnings

OBS-URL: https://build.opensuse.org/request/show/435533
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=82
2016-10-18 12:04:47 +00:00
6ff8291cc4 Accepting request 417095 from home:scarabeus_iv:branches:science
- Drop dependency on swig3 as swig in leap got updated to 3.x series

OBS-URL: https://build.opensuse.org/request/show/417095
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=80
2016-08-05 13:06:39 +00:00
8542e06ebc Accepting request 361235 from home:Dmitry_R:branches:science
- 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

OBS-URL: https://build.opensuse.org/request/show/361235
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=78
2016-02-24 11:09:43 +00:00
cf0866ddb6 - Fix octave-mathgl package dependencies
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=76
2015-11-17 12:46:24 +00:00
948b9b5cbb Accepting request 335884 from home:Dmitry_R:branches:science
- Disable json examples
- Enable Octave module and Qt5 support for openSUSE Leap 42.1
- Use wxWidgets 3 for openSUSE Leap 42.1

OBS-URL: https://build.opensuse.org/request/show/335884
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=74
2015-10-02 10:45:43 +00:00
995b9c1598 Accepting request 322414 from home:Dmitry_R:branches:science
- Enable Octave module for openSUSE > 13.2

OBS-URL: https://build.opensuse.org/request/show/322414
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=72
2015-08-13 12:55:25 +00:00
0d652971d6 Accepting request 311274 from home:Andreas_Schwab:Factory
- getopt.patch: Fix use of getopt
- Compile with %{optflags}
- Fix %postun -n %{libname}-wx%{libversion}

OBS-URL: https://build.opensuse.org/request/show/311274
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=70
2015-06-09 19:09:31 +00:00
614ba66757 Accepting request 310852 from home:Dmitry_R:branches:science
- 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

OBS-URL: https://build.opensuse.org/request/show/310852
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=68
2015-06-06 19:05:27 +00:00
Matthias Mailänder
0f149e206c Accepting request 309492 from home:Dmitry_R:branches:science
- Disable Octave module due to swig incompatibility with Octave 4.0

OBS-URL: https://build.opensuse.org/request/show/309492
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=65
2015-05-31 20:54:58 +00:00
cc733f9a98 Accepting request 293259 from home:dimstar:Factory
- Add mathgl-cmake-3.2.patch: Fix build with cmake 3.2; X11 is no
  longer implicit linked.

OBS-URL: https://build.opensuse.org/request/show/293259
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=63
2015-03-26 16:26:30 +00:00
1ae2f6e270 Accepting request 288649 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/288649
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=61
2015-03-03 12:31:38 +00:00
fe7e6c3b85 Accepting request 286525 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/286525
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=59
2015-02-17 16:09:01 +00:00
778639a599 Accepting request 284574 from home:Dmitry_R:branches:science
- 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

OBS-URL: https://build.opensuse.org/request/show/284574
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=57
2015-02-06 21:49:32 +00:00
77366f2b1f Accepting request 283608 from home:Dmitry_R:branches:science
OBS-URL: https://build.opensuse.org/request/show/283608
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=55
2015-01-31 19:24:59 +00:00
86b04a649d - Fix build on SLE12
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=53
2014-11-13 15:38:24 +00:00
3b70ca8df0 Accepting request 251980 from home:sfalken:branches:science
- Specfile Cleanup to clear some rpmlint warnings

OBS-URL: https://build.opensuse.org/request/show/251980
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=51
2014-09-25 02:21:33 +00:00
cf079522ba - Update to version 2.3
- Enable OpenMP support
- Move PDF documentation to separate package.
- Disable info files build due to outdated texinfo

OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=49
2014-08-15 17:42:35 +00:00
ce70bbda6f Accepting request 226845 from home:Dmitry_R:branches:science
- Update to version 2.2.2.1
  * Function SetRange(v1,v2) ignore NAN values now.
  * Add enable-json-sample for building json-samples on demand only.
  * Update docs.

OBS-URL: https://build.opensuse.org/request/show/226845
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=47
2014-03-20 09:48:26 +00:00
8d847cb00e - Fix -devel package dependences, Qt5 available only for openSUSE >= 13.2
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=45
2014-03-17 11:43:23 +00:00
5a24d95d2f Accepting request 225463 from home:Dmitry_R:branches:science
- Update to version 2.2.2
  * Add mgl_region_3d() to draw region (or ribbon) between 2 curves.
    Correspondingly extend mglGraph::Region() function and MGL
    command 'region'.
  * Allow LGPL for MathGL widgets.
  * Improve export to TeX.
  * Add missing functions to Fortran interface.
  * Bugfix for legend with enabled lighting.
  * Minor bugfixes and memory leaks.

OBS-URL: https://build.opensuse.org/request/show/225463
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=43
2014-03-10 14:46:45 +00:00
5e5c494fe9 Accepting request 220431 from home:badshah400:Staging:plplot
Re-enable octave bindings for mathgl (should work with patched swig now in science)

OBS-URL: https://build.opensuse.org/request/show/220431
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=41
2014-01-31 06:34:09 +00:00
c462b4d8b7 Accepting request 215573 from home:Dmitry_R:branches:science
- Update to version 2.2.1
  * Add Qt5 support.
  * Add Pascal interface.
  * Improve JavaScript interface.
  * Add function AddRange(char dir, mreal v1, mreal v2) and extend
    corresponding MGL commands '[xyzc]range'.
  * Add 'hypot' function for known functions in formula parsing.
  * Add style '~' to disable colorbar or axis labels. NOTE, axis
    style '_' is obsolete and should be replaced by '~'.
  * Change Aspect() if Ax=NAN. Now, Ay and Az set the ratio to
    optimal aspect (not exact value as previously).
  * Disable changes by View(),Zoom(),Perspective() for position
    of Title(), Legend(), Colorbar().
  * Partial support of perspective in CalcXYZ().
  * Speed up PDE solving.
  * Add complex versions of PDE, QO2d, QO3d.
  * Correct filled background for Box() in curved coordinates.
  * Allow nx=1 for Stem and Error.
  * Bugfix for drawing single axis.
  * Bugfix for missing options parsing for some of MGL commands.
  * Bugfix for .pmin suffix in MGL. Add mglData::MaximalNeg() and
    mglData::MinimalPos() functions. Add .nmin and .nmax suffixes.
  * Bugfix for colorbar labels.
  * Force using python 2.7 by default.
  * Minor bugfixes and memory leaks.
- Disable Octave interface due to Octave 3.8.0 changes
- Disable openmp support due to instability

OBS-URL: https://build.opensuse.org/request/show/215573
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=39
2014-01-29 19:37:09 +00:00
3cef1df128 Accepting request 206515 from home:Dmitry_R:branches:science
- Update to version 2.2
  * Add OpenMP calls mostly everywhere (can work as replacement
    of pthreads - a bit faster since more loops is parallelized).
  * Greatly speed up consequent FFT and Hankel transforms. Add
    mgl_clear_fft() function for manual clearing of saved FFT/Hankel data.
  * Add OHLC() plot for drawing Open-High-Low-Close diagram
  * Add wxMathGL widget.
  * Add interface for Lua v.5.1.
  * Add mask for face drawing if one of symbols "-+=;oOsS~<>jdD*^"
    is specified in color scheme. This work only for export in
    bitmap images.
  * Add Quality=8 for dots drawing (extremely fast).
  * Add styles '4','6','8' for Cone() and Cones() to produce square,
    hex-, octo-prism.
  * Add style 't' for Cones() to produce tubes (cylinders).
  * Add style '^' for Legend() to left/right align legend if its
    coordinates are right/left from the center
  * Add style '<', '^', '>' for aligning/centering boxes in Bars(),
    Barh(), BoxPlot(), Cones(). Also this plots become centered by
    default if nx sizes are the same for all data.
  * Add Dots() function which set independently both color and alpha
    of dots
  * Improve automatic axis position. Add style '^' for inverse
    automatic axis position.
  * Improve tick labeling. Add style TuneTicks&4 for zero filling
    of tick labels.
  * Add mglData::Refill() for filling by interpolation of
    parametrically dependent data
  * Add transparency for Area() and Region() plots.
  * Add mgl_clf_chr() function and extend 'clf' command.

OBS-URL: https://build.opensuse.org/request/show/206515
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=37
2013-11-11 19:32:08 +00:00
b6ee341cfa Accepting request 199458 from home:badshah400:branches:science
Add patch to fix build failures with gsl-1.16, notably in Factory

OBS-URL: https://build.opensuse.org/request/show/199458
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=35
2013-09-17 21:33:16 +00:00
38567cf716 - Add package with static libraries
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=33
2013-06-01 15:46:56 +00:00
8300d997c5 Accepting request 177004 from home:k0da:ppc
- Detect WORDS_BIGENDIAN and HAVE_MEMRCHR to build on bigendian
  platforms correctly (mathgl-bigendian.patch)

OBS-URL: https://build.opensuse.org/request/show/177004
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=32
2013-05-30 15:38:57 +00:00