mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
Astropy is a package intended to contain core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It also provides an index for other astronomy packages and tools for managing them. WWW: http://www.astropy.org PR: 210278 Submitted by: nathanw
11 lines
547 B
Python
11 lines
547 B
Python
--- astropy/io/fits/setup_package.py.orig 2016-07-02 18:54:36 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')
|