summaryrefslogtreecommitdiff
path: root/gnu/packages/swig.scm
AgeCommit message (Collapse)Author
2015-06-18gnu: swig: Update to 3.0.5.Mark H Weaver
* gnu/packages/swig.scm (swig): Update to 3.0.5.
2015-02-27gnu: Remove now unneeded 'localedef' invocations.Ludovic Courtès
This is a followup to commit b0fd2bd. * gnu/packages/gawk.scm (gawk)[arguments] <install-locales>: Add comment on why we leave this here. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'install-locales' phase. * gnu/packages/swig.scm (swig)[arguments]: Likewise. * gnu/packages/python.scm (python-matplotlib): Remove 'LOCPATH' setting and 'localedef' invocation. (python-scipy): Likewise.
2015-01-06gnu: swig: Build a UTF-8 locale for the tests.Mark H Weaver
* gnu/packages/swig.scm (swig)[arguments]: Add 'install-locales' phase.
2014-11-04gnu: swig: Disable input python.Andreas Enge
* gnu/packages/swig.scm (swig): Disable input python. Before, it was not taken into account during configure; now that it is found, it fails its tests. None of the dependent packages need it.
2014-11-04gnu: swig: Update to 3.0.2.Andreas Enge
* gnu/packages/swig.scm (swig): Update to 3.0.2.
2014-11-04gnu: swig: Update to 2.0.12.Andreas Enge
* gnu/packages/swig.scm (swig): Update to 2.0.12.
2014-07-20gnu: Enable swig tests.John Darrington
* gnu/packages/swig.scm (swig): Add boost as input and enable tests.
2013-09-29gnu: Add SWIG.Ludovic Courtès
* gnu/packages/swig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.