From 36f60928eb07777b1c7d4a089c23f92e7138f276 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 27 May 2019 05:43:06 +0000 Subject: Revert r502759 and unbreak bulk -a Pointy hat: yuri --- .../py-astropy/files/patch-astropy_io_fits_setup__package.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (limited to 'astro/py-astropy/files/patch-astropy_io_fits_setup__package.py') diff --git a/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py b/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py new file mode 100644 index 000000000000..e1fa9457aea1 --- /dev/null +++ b/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py @@ -0,0 +1,11 @@ +--- astropy/io/fits/setup_package.py.orig 2016-03-10 22:20:43 UTC ++++ astropy/io/fits/setup_package.py +@@ -39,7 +39,7 @@ def _get_compression_extension(): + '-Wno-uninitialized', '-Wno-format', + '-Wno-strict-prototypes', '-Wno-unused', '-Wno-comments', + '-Wno-switch', '-Wno-strict-aliasing', '-Wno-return-type', +- '-Wno-address', '-Wno-unused-result' ++ '-Wno-address' + ]) + + cfitsio_path = os.path.join('cextern', 'cfitsio') -- cgit v1.2.3