Hello,
just nitpicking on the commit message:
On Sun, Nov 01, 2015 at 10:09:59AM +0200, Efraim Flashner wrote:
> * gnu/packages/patches/gsl-poly-test-fix-pt1.patch: Remove file.
> * gnu/packages/patches/gsl-poly-test-fix-pt2.patch: Remove file.
This is usually:
* gnu/packages/patches/gsl-poly-test-fix-pt1.patch,
gnu/packages/patches/gsl-poly-test-fix-pt2.patch: Remove files.
I wonder if it should not even be (question to the commit log wizards):
* gnu/packages/patches/{gsl-poly-test-fix-pt1.patch,
gsl-poly-test-fix-pt2.patch}: Remove files.
?
> * gnu/packages/maths.scm (gsl): Enable tests for i686-linux.
Maybe "Reenable test"? as there is only one and not all of them were
disabled previously?
Andreas