Skip to content

Commit

Permalink
Add link flag for fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Jun 12, 2019
1 parent eed0d03 commit d4e27d8
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 @@ -62,5 +62,5 @@
include_dirs=[np.get_include()],
extra_compile_args=['-fPIC', '-O2', '-fopenmp'],
extra_objects=['lab/bvn_cdf/tvpack.o'],
extra_link_args=['-fopenmp'])],
extra_link_args=['-lgfortran', '-fopenmp'])],
include_package_data=True)

0 comments on commit d4e27d8

Please sign in to comment.