[SCM] Core functionality for performing astronomy and astrophysics with Python branch, debian, updated. ea2921e83ee92928fe49b44097e613d41c11c982
Ole Streicher
debian at liska.ath.cx
Mon Apr 22 17:57:06 UTC 2013
The following commit has been merged in the debian branch:
commit 70d4fd0038d374eccf6d7302f05a10464baec6ad
Author: Ole Streicher <debian at liska.ath.cx>
Date: Sun Apr 14 12:14:32 2013 +0200
Q&D Fix FTBS (testing failure) on GNU/Hurd
diff --git a/debian/changelog b/debian/changelog
index d5ff26f..c7ae20a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-astropy (0.2.1-1~exp4) experimental; urgency=low
+
+ * Fix FTBS (unit test failure) on Hurd
+
+ -- Ole Streicher <debian at liska.ath.cx> Sun, 14 Apr 2013 18:39:00 +0200
+
+python-astropy (0.2.1-1~exp3) experimental; urgency=low
+
+ * Suggest optional packages
+
+ -- Ole Streicher <debian at liska.ath.cx> Sun, 14 Apr 2013 12:17:00 +0200
+
python-astropy (0.2.1-1~exp2) experimental; urgency=low
* increase test verbosity to catch bigendian FTBS
diff --git a/debian/patches/disable_mmap.patch b/debian/patches/disable_mmap.patch
new file mode 100644
index 0000000..e861346
--- /dev/null
+++ b/debian/patches/disable_mmap.patch
@@ -0,0 +1,16 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Q&D Fix FTBS (testing failure) on GNU/Hurd.
+ On GNU/Hurd, fflush() seems to be not implemented on mmap files. Until this
+ is fixed upstream, this is a Q&D patch.
+Bug: https://github.com/astropy/astropy/issues/968
+--- a/astropy/io/fits/__init__.py
++++ b/astropy/io/fits/__init__.py
+@@ -37,7 +37,7 @@
+ 'whitespace intact.')
+
+ USE_MEMMAP = ConfigurationItem(
+- 'use_memmap', True,
++ 'use_memmap', False,
+ 'If True, use memory-mapped file access to read/write the data in '
+ 'FITS files. This generally provides better performance, especially '
+ 'for large files, but may affect performance in I/O-heavy '
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9385d86
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_mmap.patch
--
Core functionality for performing astronomy and astrophysics with Python
More information about the debian-science-commits
mailing list