lp:maxima

Created by PeterPall and last modified

A mirror of the maxima source repository from maxima.sourceforge.net.

Needed in order to make https://code.launchpad.net/~maxima-developers/+archive/ubuntu/maxima-nightly/ work.

Get this branch:
bzr branch lp:maxima

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
The maxima developers
Project:
Maxima
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://git.code.sf.net/p/maxima/code.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 50 seconds — see the log
Import started on pear and finished taking 50 seconds — see the log
Import started on russkaya and finished taking 1 minute — see the log
Import started on pear and finished taking 50 seconds — see the log

Recent revisions

10526. By Wolfgang Dautermann <email address hidden>

Crosscompiling: removed double option BUILD_64BIT line from CMakelists.txt

10525. By Wolfgang Dautermann <email address hidden>

VTK: add a space after the vtkpython call on Windows.

I did get an error "couldn't find vtkpythonC:..." without it.
(that change was also used in the 5.40.0 release to get VTK working in
the Windows installer)

10524. By PeterPall

Corrected the manpage section from 1 to 1L

In old systems there were many manpages in section 1L and 1M.
In modern ubuntu systems this no more seems to be the case.
Lintian tells to correct the manpage section to 1 and since
posix apparently didn't try to standartize the manual sections
we follow this hint.

10523. By PeterPall

Another try to make the README file better.

10522. By PeterPall

README: Corrected the self test info.

10521. By PeterPall

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code

10520. By PeterPall

README tweaks:

 - Removed the claims I complained about to the mailing list
 - Corrected the number of test cases (ignoring the share tests
   that tend to sometimes fail)
 - and added an usage example.

If the usage example I chose isn't helpful/impressive/relevant
enough I beg not to complain, but to replace it with a better
one.

10519. By PeterPall

Make gnuplot forward error messages to the user

If gnuplot crashes it normally outputs a helpful error message.
Frontends like wxMaxma already monitor maxima's output stream for
error messages. But maxima didn't forward gnuplot's stderr stream
=> The errror message was lost and the only hint to a failing
gnuplot was a missing outfile or - if a gui frontent is used -
a "broken image" sign.

This commit makes maxima forward error messages from gnuplot to its
standard output instead.

Test case:
(%i3) draw2d(explicit(sin(x),x,1,10),user_preamble="ete");
 ete
 ^
 "/tmp/maxout_24465.gnuplot", line 38: invalid command
(%o3)

Before this commit the output was:
(%i3) draw2d(explicit(sin(x),x,1,10),user_preamble="ete");
(%o3)

For lispworks I didn't know how to forward gnuplot's stderr stream
=> added a TODO for this to the code.

10518. By Viktor T. Toth <email address hidden>

Carried over changes from 5.40 branch to fix missing folders in maxima.spec

10517. By Viktor T. Toth <email address hidden>

Adding 5.40 change log.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.