- 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
14 lines
566 B
Diff
14 lines
566 B
Diff
Index: ginac-1.7.11.git20200829/doc/CMakeLists.txt
|
|
===================================================================
|
|
--- ginac-1.7.11.git20200829.orig/doc/CMakeLists.txt
|
|
+++ ginac-1.7.11.git20200829/doc/CMakeLists.txt
|
|
@@ -32,7 +32,7 @@ endmacro()
|
|
macro(pdflatex_process texfile)
|
|
get_filename_component(_dirname "${texfile}" PATH)
|
|
get_filename_component(_basename "${texfile}" NAME_WE)
|
|
- set(_idx ${_dirname}/${_basename}.idx)
|
|
+ set(_idx ${_basename}.idx)
|
|
set(_ind ${_dirname}/${_basename}.ind)
|
|
set(_pdf ${_dirname}/${_basename}.pdf)
|
|
add_custom_command(
|