aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMark H Weaver2018-01-23
|\
| * gnu: mia: Update to 2.4.6.Tobias Geerinckx-Rice2018-01-21
| | | | | | | | * gnu/packages/image-processing.scm (mia): Update to 2.4.6.
* | gnu: Remove redundant cmake libdir configure flags.Efraim Flashner2017-12-19
|/ | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (imp)[arguments]: Remove CMAKE_INSTALL_LIBDIR flag. * gnu/packages/calendar.scm (libical): Same. * gnu/packages/engineering.scm (kicad): Same. * gnu/packages/games.scm (openrct2, mgba): Same. * gnu/packages/gl.scm (virtualgl): Same. * gnu/packages/image-processing.scm (mia): Same. * gnu/packages/linux.scm (rdma-core): Same. * gnu/packages/machine-learning.scm (dlib): Same. * gnu/packages/maths.scm (lapack, superlu, z3): Same. * gnu/packages/password-utils.scm (keepassxc): Same. * gnu/packages/photo.scm (darktable): Same. * gnu/packages/rdesktop.scm (freerdp): Same.
* gnu: Remove old vtk module dependence in image-processing.scm.Julien Lepiller2017-06-03
| | | | * gnu/packages/image-processing.scm: Remove old vtk module dependence.
* gnu: Move vtk to image-processing.scm.John Darrington2017-06-02
| | | | | | | | * gnu/packages/image-processing.scm (vtk): New variable. * gnu/packages/vtk.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add mia.John Darrington2017-05-15
| | | | | | * gnu/packages/image-processing.scm (mia): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add dcmtk.John Darrington2017-05-15
* gnu/packages/image-processing.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>