Skip to content

Commit

Permalink
add cfitsio include path
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jun 29, 2021
1 parent 5c7a6c4 commit a4c20a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Extension(
"iris_pipeline.drsrop_clib._drsrop_clib",
sourcefiles,
include_dirs=[numpy.get_include()],
include_dirs=[numpy.get_include(), "/usr/include/cfitsio"],
define_macros=[("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")],
)
]
Expand Down

0 comments on commit a4c20a3

Please sign in to comment.