projects
/
python-fitsio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa59cb7
)
Force the use of the system cfitsio
author
Ole Streicher
<olebole@debian.org>
Fri, 15 Jul 2016 06:46:15 +0000
(08:46 +0200)
committer
Ole Streicher
<olebole@debian.org>
Wed, 24 Feb 2021 09:09:50 +0000
(10:09 +0100)
The command line option does not help here since it works only with build_ext.
Gbp-Pq: Name Force-the-use-of-the-system-cfitsio.patch
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index afdd1623a1b3ae3a022dd30ee2d3be745ce3a1eb..f0327be6f752ffd945bb90d99032845d507a7018 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-31,7
+31,7
@@
class build_ext_subclass(build_ext):
cfitsio_dir = 'cfitsio%s' % cfitsio_version
def initialize_options(self):
- self.use_system_fitsio =
Fals
e
+ self.use_system_fitsio =
Tru
e
self.system_fitsio_includedir = None
self.system_fitsio_libdir = None
build_ext.initialize_options(self)