Skip to content

Commit

Permalink
fix patches
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jan 8, 2019
1 parent 4f57ddc commit 6341519
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 29 deletions.
14 changes: 14 additions & 0 deletions debian/patches/Add-missing-linking-flag.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Description: Add missing linking flag

--- pybdsf-1.8.15.orig/setup.py
+++ pybdsf-1.8.15/setup.py
@@ -146,7 +146,8 @@ def main():
sources=[
"src/fortran/pytess_simple.f",
"src/fortran/pytess_roundness.f"
- ]
+ ],
+ extra_link_args=['-shared']
)
fext.f2py_options = [""]
extensions.append(fext)
13 changes: 0 additions & 13 deletions debian/patches/boost_numpy.patch

This file was deleted.

14 changes: 0 additions & 14 deletions debian/patches/fix_linking_problem.patch

This file was deleted.

3 changes: 1 addition & 2 deletions debian/patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fix_linking_problem.patch
boost_numpy.patch
Add-missing-linking-flag.patch

0 comments on commit 6341519

Please sign in to comment.