SHA256
10
0
forked from pool/ginac

27 Commits

Author SHA256 Message Date
f323c30a3c Update to version 1.8.9.
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=64
2025-05-19 13:44:57 +00:00
321fa43a0e Accepting request 1135585 from home:jgwang:branches:science
- Update to version 1.8.7
  * Fix series expansion of polynomial(x)^n for small and large n.
  * Fix bugs in internal parser from strings.
  * Make ginsh evaluate line-by-line in non-interactive mode.
  * Several build fixes. 
  * remove obsolete patch ginac-doc-latex-symbol-error.patch
    becuase it has applied into source code
  * update patch ginac-fix-makeindex.patch because one line
    changed

OBS-URL: https://build.opensuse.org/request/show/1135585
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=62
2023-12-29 08:19:23 +00:00
0f6a2a808d Accepting request 1092426 from home:badshah400:branches:science
- Update to version 1.8.6.
- Add ginac-doc-latex-symbol-error.

OBS-URL: https://build.opensuse.org/request/show/1092426
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=60
2023-06-15 13:20:25 +00:00
c9a32aef84 Accepting request 1070586 from home:StefanBruens:branches:science
- Make documentation build reproducible:
  * Use SVGs for HTML API reference documentation
  * Use dot to generate PDFs, instead of relying on ghostscript
    to convert EPS to PDF
- Disable PDF API reference on Leap/SLE 15.x, fails to build.

OBS-URL: https://build.opensuse.org/request/show/1070586
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=58
2023-03-12 04:02:00 +00:00
7c53f840b0 Accepting request 1055960 from home:StefanBruens:branches:science
- Update to version 1.8.5:
  * Speed up multivariate polynomial factorization
  * fix it in some rare corner cases where it didn't previously
    terminate. 
- Move graphviz build dependency to doc flavor package

OBS-URL: https://build.opensuse.org/request/show/1055960
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=56
2023-01-04 17:22:30 +00:00
3ee93377b9 Accepting request 1005860 from home:badshah400:branches:science
+ Update to version 1.8.4

OBS-URL: https://build.opensuse.org/request/show/1005860
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=54
2022-09-28 14:03:04 +00:00
ae4fc2659b Accepting request 964634 from home:badshah400:branches:science
Update to version 1.8.3

OBS-URL: https://build.opensuse.org/request/show/964634
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=52
2022-03-24 14:17:38 +00:00
de16f9bb5f Accepting request 943434 from home:badshah400:branches:science
Update to version 1.8.2

OBS-URL: https://build.opensuse.org/request/show/943434
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=51
2022-01-05 18:04:34 +00:00
385e319de7 Accepting request 941805 from home:dimstar:Factory
- Explicitly BuildRequire tex(enumitem.sty) and tex(alphalph.sty)
  for doc flavor.

  * Several portability improvements and compiler warning fixes.

OBS-URL: https://build.opensuse.org/request/show/941805
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=50
2021-12-21 11:43:31 +00:00
Matthias Mailänder
955d082677 Accepting request 911100 from home:badshah400:branches:science
Update to version 1.8.1

OBS-URL: https://build.opensuse.org/request/show/911100
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=49
2021-08-12 12:43:45 +00:00
16fd147285 Accepting request 843655 from home:badshah400:branches:science
- Update to version 1.8.0
- Update so version in keeping with upstream.
- Use multibuild to split off documentation building from main package, whereby we build only the reference documentation and tutorial pdf for the "doc" flavour and the main libraries and binaries for the unflavoured pkg.
- Move ginac.pdf from the -devel pkg into separate -doc-tutorial package as it requires texinfo and texlive to build, and bloats the main pkg BuildRequires; add Recommends: ginac-doc-tutorial for ginac-devel.
- BuildRequires: python3-base instead of python3.
- Add patches to fix/improve builds when using cmake:
  * ginac-fix-makeindex.patch: Fix input file path when running `makeindex` which does not like absolute paths.
  * ginac-cmake-install-doc.patch: Install man and other documentation files when cmake is used for building.
- Drop ginac-check-for-python3.patch: incorporated upstream.
- Use cmake for build (Add BuildRequires: cmake and drop libtool).
- Drop Group tags from packages.

OBS-URL: https://build.opensuse.org/request/show/843655
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=47
2020-10-30 00:27:06 +00:00
af0b2eaf73 Accepting request 835827 from home:elvigia:branches:science
- Fail to build if there are undefined symbols in the shared library

OBS-URL: https://build.opensuse.org/request/show/835827
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=46
2020-09-21 23:42:42 +00:00
a0638c4e7a Accepting request 784394 from home:badshah400:branches:science
- Update to version 1.7.8
- Use python3 instead of python(2) for building.
- Add ginac-check-for-python3.patch to check for python3 during configure; requires running autoreconf before configure.
- Rename devel file to ginac-devel, instead of libginac-devel, according to recommended naming guidelines.
- Build and package API documentation and examples in html format; add BuildRequires necessary for this.
- Use Requires(post) and Requires(preun) instead of PreReq.

OBS-URL: https://build.opensuse.org/request/show/784394
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=44
2020-03-16 14:36:09 +00:00
4da690b85d Accepting request 593964 from home:dimstar:Factory
- Drop baselibs.conf completely: This was introdcued two years ago
  but in this entire time, nobody cared that the resulting -32bit
  library was not installable due to missing dependencies. So it
  is obvioulsy not used.

OBS-URL: https://build.opensuse.org/request/show/593964
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=42
2018-04-06 12:43:21 +00:00
36ede670d8 Accepting request 593403 from home:dimstar:Factory
- Drop ginac-devel from baselibs: baselibs was produced in 2016,
  but the deps for it where never in place, which means
  ginac-devel-32bit was never installable, and nobody cared.
  Clearly this -32bit package is not used (for -devel there is
  rarely a need for a -32bit package).

For reference: repo-checker complained 5 months ago on the devel package
about the -devel-32bit being uninstallable. And that's only because then
the check was enabled to report on the devel packages. The issue has been
there since ever

OBS-URL: https://build.opensuse.org/request/show/593403
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=41
2018-04-04 12:25:57 +00:00
Matthias Mailänder
634885118b Accepting request 585681 from home:badshah400:branches:science
- Update to version 1.7.4:
  * Fix ABI compatibility with 1.7.[0-2] (broken unintentionally
    in 1.7.3).

OBS-URL: https://build.opensuse.org/request/show/585681
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=40
2018-03-13 12:19:02 +00:00
Matthias Mailänder
a86de127cc Accepting request 572402 from home:jengelh:branches:science
- Remove --with-pic which has no effect with --disable-static.
- Fix the shlib package's RPM groups.

OBS-URL: https://build.opensuse.org/request/show/572402
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=39
2018-02-04 11:21:40 +00:00
8ea9c3804a Accepting request 572311 from home:avindra
- Update to 1.7.3:
  * Speed up some corner cases of polynomial factorization.
  * Speed up some corner cases of gcd computation.
  * Speed up factorization of pre-factored polynomials.
  * Make matrix::solve() work with hidden (non-normal) zeros.
  * Fix bug in evaluation of real and imaginary parts of powers.
  * Fix some LaTeX output, add new function symbol::get_TeX_name(). 
- cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/572311
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=38
2018-02-03 21:01:12 +00:00
Matthias Mailänder
7c1013515b Accepting request 453389 from home:badshah400:branches:science
- Update to version 1.7.2:
- Drop ginac-replace-mktemp-with-mkstemp.patch: incorporated
  upstream.

OBS-URL: https://build.opensuse.org/request/show/453389
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=36
2017-01-30 17:52:31 +00:00
Matthias Mailänder
7a978a052c Accepting request 442060 from home:badshah400:branches:science
Fix baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/442060
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=34
2016-11-26 19:10:22 +00:00
b5b7aad6c0 Accepting request 441278 from home:badshah400:branches:science
- Add ginac-replace-mktemp-with-mkstemp.patch: Replace unsafe and
  deprecated mktemp by its safe variant mkstemp; patch taken from
  upstream git and fixes an rpmlint warning.

OBS-URL: https://build.opensuse.org/request/show/441278
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=33
2016-11-23 06:53:02 +00:00
Matthias Mailänder
140e82b749 Accepting request 441128 from home:badshah400:branches:science
- Update to version 1.7.1:
- Add a baselibs.conf file.
- Drop ginac-return-in-nonvoid.patch, no longer required.

OBS-URL: https://build.opensuse.org/request/show/441128
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=32
2016-11-21 20:03:09 +00:00
92196de4e5 - added libtool into explicit build requires
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=22
2011-12-12 09:50:24 +00:00
Werner Hoch
0549f8d879 new version 1.6.2
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=21
2011-11-19 17:45:56 +00:00
Arun Persaud
bf436d7d35 OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=11 2011-10-23 22:08:19 +00:00
d6dc3a2b94 - updated to 1.6.0
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=2
2011-05-24 14:39:18 +00:00
60b4e09d09 osc copypac from project:openSUSE:Factory:Contrib package:ginac revision:4
OBS-URL: https://build.opensuse.org/package/show/science/ginac?expand=0&rev=1
2011-04-11 14:04:37 +00:00