summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
Commit message (Collapse)AuthorAge
* gnu: Fix typos.Alex Kost2014-09-19
| | | | | * gnu/packages/cdrom.scm (cdparanoia): Double space in description. * gnu/packages/maths.scm (hdf5): Double space in synopsis.
* gnu: Adjust synopses as recommended by 'guix lint'.Ludovic Courtès2014-09-13
| | | | Remove leading articles and trailing periods in package synopses.
* gnu: Synchronize GNU package descriptions with upstream.Ludovic Courtès2014-09-13
| | | | | These are mostly two-space-after-end-of-sentence-period changes resulting from commit 3a09e1d2.
* gnu: glpk: Update to 4.55.Andreas Enge2014-09-11
| | | | * gnu/packages/maths.scm (glpk): Update to 4.55.
* Merge branch 'bug-17853'Ludovic Courtès2014-07-13
|\
| * gnu: Adjust yet more packages to GLib "bin" split.Eric Bavier2014-07-02
| | | | | | | | | | | | | | | | * gnu/packages/maths.scm (pspp): Add glib:bin to 'native-inputs'. * gnu/packages/gnome.scm (gconf, gnome-vfs, libgnome, libgnomeui, libbonoboui): Likewise. (libbonobo, libgnomecanvas, libgnomeprint): Comment on why glib:bin. * gnu/packages/gtk.scm (gtksourceview): Likewise.
* | gnu: Add maxima.John Darrington2014-07-05
|/ | | | * gnu/packages/maths.scm (maxima): New variable.
* gnu: hdf5: Fix source download location.Andreas Enge2014-05-28
| | | | | * gnu/packages/maths.scm (hdf5): Use "release" directory and not the "current" directory for the source, which does not break on new upstream releases.
* gnu: Add gsegrafix and dependent libraries.John Darrington2014-05-26
| | | | | | | | * gnu/packages/math.scm (gsegrafix): New variable. * gnu/packages/gtk.scm (pangox-compat): New variable. * gnu/packages/gnome.scm (libidl, orbit2, libbonobo, gconf, gnome-mime-data, gnome-vfs, libgnome, libart-lgpl, libgnomecanvas, libgnomeui, libglade, libgnomeprint, libgnomeprintui, libbonoboui): New variables.
* gnu: Edit synopses of petsc packages.Eric Bavier2014-05-20
| | | | | | * gnu/packages/maths.scm (petsc) [synopsis]: Shorten. (petsc-complex,petsc-openmpi,petsc-complex-openmpi) [synopsis]: Repeat synopsis from petsc package with extensions. [description]: Remove.
* gnu: Add superlu-dist package.Eric Bavier2014-05-19
| | | | | | * gnu/packages/maths.scm (superlu-dist): New variable. * gnu/packages/patches/superlu-dist-scotchmetis.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add pt-scotch package.Eric Bavier2014-05-19
| | | | * gnu/packages/maths.scm (pt-scotch): New variable.
* gnu: Add scotch package.Eric Bavier2014-05-19
| | | | | | * gnu/packages/maths.scm (scotch): New variable. * gnu/packages/patches/scotch-test-threading.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: pspp: Upgrade to 0.8.3John Darrington2014-05-11
| | | | * gnu/packages/maths.scm (pspp): Update to 0.8.3.
* gnu: Add petsc-openmpi.Eric Bavier2014-05-08
| | | | | * gnu/packages/maths.scm (petsc-openmpi): New variable. (petsc-complex-openmpi): New variable.
* gnu: petsc: Clean some more leaked chroot referencesEric Bavier2014-05-08
| | | | | | * gnu/packages/maths.scm (petsc)[arguments]: Scrub some config-generated header files before build. Only remove files if they exist.
* gnu: Add missing import in (gnu packages maths).Ludovic Courtès2014-05-04
| | | | | * gnu/packages/maths.scm: Use (guix utils), which was needed since b9100e2f.
* gnu: Add missing copyright lineEric Bavier2014-05-02
| | | | * gnu/packages/maths.scm: Add copyright line missing from 3de01d3.
* gnu: petsc: Add input superlu.Eric Bavier2014-05-02
| | | | * gnu/packages/maths.scm (petsc): Configure with superlu support.
* gnu: Add superluEric Bavier2014-05-02
| | | | * gnu/packages/maths.scm (superlu): New variable
* gnu: Add petscEric Bavier2014-05-01
| | | | | | | * gnu/packages/maths.scm (petsc): New variable. (petsc-complex): New variable. * gnu/packages/patches/petsc-fix-threadcomm.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: gmsh: Fix typosEric Bavier2014-04-30
| | | | | * gnu/packages/maths.scm (gmsh): Fix typo and space aftern end-of-sentence.
* gnu: Add gmshEric Bavier2014-04-30
| | | | * gnu/packages/maths.scm (gmsh): New variable
* guix: cmake: Add input and package libraries to the rpath, and adapt packageAndreas Enge2014-04-27
| | | | | | | | | | | definitions accordingly. * guix/build/cmake-build-system.scm (configure): Add flags. * gnu/packages/maths.scm (lapack): Drop special code. * gnu/packages/ssh.scm (libssh): Drop special code. * gnu/packages/slim.scm (slim): Drop special code and enable shared library. Co-authored-by: Eric Bavier <bavier@member.fsf.org>
* gnu: lapack: Augment library rpathEric Bavier2014-04-08
| | | | | * gnu/packages/maths.scm (lapack) [arguments]: New post-installation phase to augment the rpath of installed libraries.
* gnu: lapack: Build shared librariesEric Bavier2014-04-07
| | | | | * gnu/packages/maths.scm (lapack) [arguments]: Add -DBUILD_SHARED_LIBS to #:configure-flags
* gnu: Synchronize synopses and descriptions with the Womb.Ludovic Courtès2014-04-06
| | | | | | | | * gnu/packages/gnunet.scm (gnunet): Synchronize description and synopsis with upstream. * gnu/packages/maths.scm (units): Likewise. * gnu/packages/grub.scm (grub): Likewise. * gnu/packages/pretty-print.scm (enscript): Likewise.
* gnu: units: Upgrade to 2.11.Andreas Enge2014-04-03
| | | | * gnu/packages/maths.scm (units): Upgrade to 2.11.
* gnu: glpk: Upgrade to 4.54.Andreas Enge2014-04-03
| | | | * gnu/packages/maths.scm (glpk): Upgrade to 4.54.
* gnu: Remove unused lambda arguments and prefer separate phases overEric Bavier2014-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | augmented phases. * gnu/packages/compression.scm (sharutils) [arguments]: Remove unused lambda args. * gnu/packages/gl.scm (mesa) [arguments]: Same * gnu/packages/fltk.scm [arguments]: Same. Substitute const check phase with #:tests? #f. Add pre-configure phase. * gnu/packages/ghostscript.scm (ghostscript) [arguments]: Put makefile patches in separate phase. Put so steps oinseparate phases. * gnu/packages/glib.scm (gobject-introspection) [arguments]: Remove unused lambda args. Put patches in pre-configure phase. * gnu/packages/gnupg.scm (gnupg) [arguments]: Put patch in pre-configure phase. (pius) [arguments]: Delete const #t configure and build phases. (signing-party) [arguments]: Factor patches into post-unpack phase. (paperkey) [arguments]: Remove unused lambda args. Factor out patches into pre-check phase. * gnu/packages/icu4c.scm [arguments]: Change source dir after standard unpack phase. Factor configure patches into pre-configure phase. * gnu/packages/lsof.scm [arguments]: Remove unused lambda args. Remove unnecessary apply. * gnu/packages/lvm.scm (lvm2) [arguments]: Factor out patches into pre-configure phase. * gnu/packages/libtiff.scm [arguments]: Same * gnu/packages/maths.scm (hdf5) [arguments]: Same * gnu/packages/gtk.scm (gtk+-2) [arguments]: Same * gnu/packages/mp3.scm (libmad) [arguments]: Same (id3lib) [arguments]: Same * gnu/packages/python.scm (python-2) [arguments]: Same * gnu/packages/texlive.scm (texlive) [arguments]: Same * gnu/packages/pretty-print.scm (a2ps) [arguments]: Same (trueprint) [arguments]: Same (source-highlight) [arguments]: Same. Remove unused lambda args. * gnu/packages/netpbm.scm [arguments]: Remove unused lambda args. Factor out test patches into pre-check phase. Condense calls to substitute* * gnu/packages/openldap.scm [arguments]: Factor out libtool copy into post-configure phases. [synopsis] Remove package name. * gnu/packages/ssh.scm (openssh) [arguments]: Factor out patches into separate phases. * gnu/packages/tcsh.scm [arguments]: Factor out test patches into pre-check phase. * gnu/packages/version-control.scm (git) [arguments]: Factor out patches into post-configure phase. * gnu/packages/vim.scm [arguments]: Same. [synopsis] Remove package name. * gnu/packages/vpn.scm (openconnect) [arguments]: Put configure flags in #:configure-flags
* gnu: Add hdf5.John Darrington2014-02-16
| | | | | | | * gnu/packages/maths.scm (hdf5): New variable. * gnu/packages/maths.scm (octave): New input hdf5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add GNU Octave.John Darrington2014-01-30
| | | | | | * gnu/packages/maths.scm (octave): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gnuplotJohn Darrington2014-01-26
| | | | | | * gnu/packages/maths.scm (gnuplot): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lapack: Update to 3.5.0.Andreas Enge2014-01-26
| | | | * gnu/packages/maths.scm (lapack): Update to 3.5.0.
* gnu: pspp: Upgrade to 0.8.2John Darrington2014-01-15
| | | | | | | | * gnu/packages/maths.scm (pspp): Update to 0.8.2. * gnu/packages/patches/pspp-tests.patch: Deleted. * gnu-system.am: Removed pspp-tests.patch from the manifest. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pspp: Enabled build of the guiJohn Darrington2013-12-02
| | | | | | | * gnu/packages/math.scm (pspp): Removed the --without-gui flag and added the necessary inputs to build it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Synchronize descriptions with 'gnumaint'.Ludovic Courtès2013-12-01
|
* gnu: gettext: Rename binding to 'gnu-gettext'.Ludovic Courtès2013-11-20
| | | | | | | | | | | | | | * gnu/packages/gettext.scm (gettext): Rename to... (gnu-gettext): ... this. This is used to work around the circular dependency introduced in commit c42a4b7, which users with a #:renamer cannot cope with. * gnu/packages/acl.scm, gnu/packages/attr.scm, gnu/packages/cdrom.scm, gnu/packages/fdisk.scm, gnu/packages/gkrellm.scm, gnu/packages/glib.scm, gnu/packages/gnunet.scm, gnu/packages/grub.scm, gnu/packages/linux.scm, gnu/packages/maths.scm, gnu/packages/nano.scm, gnu/packages/parted.scm, gnu/packages/system.scm, gnu/packages/version-control.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/wget.scm: Adjust accordingly.
* gnu: pspp: Add input cairo.Andreas Enge2013-11-18
| | | | | | | * gnu/packages/maths.scm (pspp): Add cairo and further necessary inputs. * gnu/packages/patches/pspp-tests.patch: New file, thanks to John Darrington <john@darrington.wattle.id.au>. * gnu-system.am (dist_patch_DATA): Register patch.
* gnu: lapack: Use origin snippet to remove the non-free files.Ludovic Courtès2013-11-07
| | | | | * gnu/packages/maths.scm (lapack): Add 'snippet' field with contents of former 'remove-non-free-files' phase; remove that phase.
* gnu: Add LAPACK.Nikita Karetnikov2013-11-07
| | | | * gnu/packages/maths.scm (lapack): New variable.
* gnu: Add GLPK.Andreas Enge2013-10-22
| | | | * gnu/packages/maths.scm (glpk): New variable.
* gnu: gsl: Update to 1.16.Andreas Enge2013-10-13
| | | | | * gnu/packages/maths.scm (gsl): Update to 1.16, disable parallel tests leading to a failure in vector.
* Synchronize package descriptions with the Womb.Ludovic Courtès2013-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/algebra.scm, gnu/packages/aspell.scm, gnu/packages/autotools.scm, gnu/packages/base.scm, gnu/packages/bash.scm, gnu/packages/bison.scm, gnu/packages/cdrom.scm, gnu/packages/cflow.scm, gnu/packages/compression.scm, gnu/packages/cpio.scm, gnu/packages/cppi.scm, gnu/packages/ddrescue.scm, gnu/packages/dejagnu.scm, gnu/packages/ed.scm, gnu/packages/emacs.scm, gnu/packages/fdisk.scm, gnu/packages/freeipmi.scm, gnu/packages/gawk.scm, gnu/packages/gcal.scm, gnu/packages/gcc.scm, gnu/packages/gdb.scm, gnu/packages/gdbm.scm, gnu/packages/gettext.scm, gnu/packages/ghostscript.scm, gnu/packages/global.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnutls.scm, gnu/packages/gperf.scm, gnu/packages/gprolog.scm, gnu/packages/groff.scm, gnu/packages/grub.scm, gnu/packages/gsasl.scm, gnu/packages/guile.scm, gnu/packages/gv.scm, gnu/packages/help2man.scm, gnu/packages/idutils.scm, gnu/packages/indent.scm, gnu/packages/less.scm, gnu/packages/libidn.scm, gnu/packages/libsigsegv.scm, gnu/packages/libunistring.scm, gnu/packages/lightning.scm, gnu/packages/linux.scm, gnu/packages/lsh.scm, gnu/packages/m4.scm, gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/multiprecision.scm, gnu/packages/nano.scm, gnu/packages/ncurses.scm, gnu/packages/nettle.scm, gnu/packages/ocrad.scm, gnu/packages/oggvorbis.scm, gnu/packages/parted.scm, gnu/packages/plotutils.scm, gnu/packages/pth.scm, gnu/packages/readline.scm, gnu/packages/recutils.scm, gnu/packages/rush.scm, gnu/packages/scheme.scm, gnu/packages/screen.scm, gnu/packages/shishi.scm, gnu/packages/smalltalk.scm, gnu/packages/system.scm, gnu/packages/texinfo.scm, gnu/packages/time.scm, gnu/packages/unrtf.scm, gnu/packages/version-control.scm, gnu/packages/wdiff.scm, gnu/packages/wget.scm, gnu/packages/which.scm, gnu/packages/xnee.scm, gnu/packages/zile.scm: Change value of the 'description' field to that of the Womb.
* gnu: units: Update to 2.02.Ludovic Courtès2013-09-27
| | | | * gnu/packages/maths.scm (units): Update to 2.02.
* gnu: pspp: Update to 0.8.1.Andreas Enge2013-09-25
| | | | * gnu/packages/maths.scm (pspp): Update to 0.8.1.
* gnu: gsl: Disable numerically unstable test on i686.Andreas Enge2013-08-31
| | | | * gnu/packages/maths.scm (gsl): Disable test.
* gnu: gsl: Move from module algebra to maths.Andreas Enge2013-08-29
| | | | | * gnu/packages/algebra.scm (gsl): Move variable from here... * gnu/packages/maths.scm (gsl): ...to here.
* gnu: Add pspp.Andreas Enge2013-08-24
| | | | | * gnu/packages/maths.scm (pspp): New variable. * THANKS: Thank John Darrington for help with debugging.
* gnu: Add units.Andreas Enge2013-08-24
* gnu/packages/maths.scm: New module. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.