view etc/octave.appdata.xml @ 18840:4a4edf0f2077 nkf-ready

fix LLVM 3.4 build (bug #41061) * configure.ac: Call new functions OCTAVE_LLVM_RAW_FD_OSTREAM_API and OCTAVE_LLVM_LEGACY_PASSMANAGER_API, check for Verifier.h header file * m4/acinclude.m4 (OCTAVE_LLVM_RAW_FD_OSTREAM_API): New function to detect correct raw_fd_ostream API * m4/acinclude.m4 (OCTAVE_LLVM_LEGACY_PASSMANAGER_API): New function to detect legacy passmanager API * libinterp/corefcn/jit-util.h: Use legacy passmanager namespace if necessary * libinterp/corefcn/pt-jit.h (class tree_jit): Use legacy passmanager class if necessary * libinterp/corefcn/pt-jit.cc: Include appropriate header files * libinterp/corefcn/pt-jit.cc (tree_jit::initialize): Use legacy passmanager if necessary * libinterp/corefcn/pt-jit.cc (tree_jit::optimize): Use correct API * libinterp/corefcn/jit-typeinfo.cc: Include appropriate header file
author Stefan Mahr <dac922@gmx.de>
date Sun, 11 May 2014 02:28:33 +0200
parents 32344942ee6e
children 4197fc428c7d
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (C) 2013 Carnë Draug

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->
<application>
  <id type="desktop">octave.desktop</id>
  <licence>GPLv3+</licence>
  <name>GNU Octave</name>
  <summary>Interactive programming environment for numerical computations</summary>
  <description>
    <p>
      GNU Octave is a high-level interpreted language, primarily intended for
      numerical computations. It provides capabilities for the numerical
      solution of linear and nonlinear problems, and for performing other
      numerical experiments. It also provides extensive graphics capabilities
      for data visualization and manipulation. Octave is normally used through
      its interactive command line interface, but it can also be used to write
      non-interactive programs. The Octave language is quite similar to
      Matlab so that most programs are easily portable.
    </p>
    <p>
      Octave has extensive tools for solving common numerical linear algebra
      problems, finding the roots of nonlinear equations, integrating ordinary
      functions, manipulating polynomials, and integrating ordinary
      differential and differential-algebraic equations. It is easily
      extensible and customizable via user-defined functions written in
      Octave's own language, or using dynamically loaded modules written in
      C++, C, Fortran, or other languages.
    </p>
  </description>
  <screenshots>
    <!--
      From: http://people.freedesktop.org/~hughsient/appdata/
      All screenshots should have a 16:9 aspect ratio, and should have
      a width that is no smaller than 620px. Screenshots should be in PNG
      or JPEG format. PNG is the preferred format.
    -->
    <screenshot type="default">http://www.gnu.org/software/octave/images/screenshot.png</screenshot>
  </screenshots>
  <url type="homepage">http://www.octave.org</url>
  <updatecontact>maintainers@octave.org</updatecontact>
  <project_group>GNU</project_group>
</application>