Skip to content
Snippets Groups Projects
Unverified Commit 3896a401 authored by 健美猞猁's avatar 健美猞猁 Committed by GitHub
Browse files

Install libsharp header files to include/libsharp. (#16847)

* Install libsharp header files to include/libsharp.

* Fix flake8 issues.

* Simplify specification of install path.
parent 66b8b5ab
No related branches found
No related tags found
No related merge requests found
......@@ -40,5 +40,7 @@ def configure_args(self):
return args
def install(self, spec, prefix):
install_tree('auto/include', join_path(prefix, 'include'))
install_tree('auto/lib', join_path(prefix, 'lib'))
# Libsharp's only caller healpix include headers like 'libsharp/xxx.h'
# Install xxx.h to include/libsharp
install_tree('auto/include', prefix.include.libsharp)
install_tree('auto/lib', prefix.lib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment