Skip to content

Commit

Permalink
Try to fix location of includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Dec 12, 2023
1 parent 86c0ba8 commit 4e1a9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-install-headers.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=['cython>=0.24', 'numpy', 'pandas'],
package_dir={ '': '.' }, # Might be superfluous.
packages=['mlpack'],
+ package_data={ '': include_files + ['share/pkgconfig/mlpack.pc'] },
+ package_data={ 'mlpack': include_files + ['../share/pkgconfig/mlpack.pc'] },
+ include_package_data=True,
cmdclass={ 'build_ext': build_ext },
ext_modules = modules,
Expand Down

0 comments on commit 4e1a9f3

Please sign in to comment.