Revisions of mathgl

buildservice-autocommit accepted request 823806 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 104)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 823755 from michel_mno's avatar michel_mno (revision 103)
- Add 4G min disk space default in _constraints
buildservice-autocommit accepted request 823288 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 102)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 822768 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 101)
- 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.
buildservice-autocommit accepted request 746361 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 100)
baserev update by copy to link target
Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 745571 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 99)
openmpi1 instead of openmpi for TW
buildservice-autocommit accepted request 729939 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 98)
baserev update by copy to link target
Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) accepted request 729791 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 97)
- Use -ffat-lto-objects when building static libraries.
Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) accepted request 703956 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 96)
- 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.
buildservice-autocommit accepted request 607067 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 95)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 605462 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 94)
- Define MathGL_INSTALL_CMAKE_DIR to correct location
buildservice-autocommit accepted request 592617 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 93)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 592532 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 92)
- 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 
buildservice-autocommit accepted request 585723 from Todd R's avatar Todd R (TheBlackCat) (revision 91)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 583655 from Todd R's avatar Todd R (TheBlackCat) (revision 90)
- Have the -tex-doc subpackage conflict with texlive-mgltex-doc since they share several files
buildservice-autocommit accepted request 556617 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 89)
baserev update by copy to link target
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 556603 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 88)
- 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
buildservice-autocommit accepted request 537842 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 87)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 537083 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 86)
- Add Provides: mathgl for the libmathgl package, to make the
  mathgl-lang package installable.
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 536737 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 85)
- Adapt to latest openmpi packaging changes: setup the openmpi
  environment before calling cmake.
Displaying revisions 21 - 40 of 124
openSUSE Build Service is sponsored by