File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,6 +182,5 @@ target_link_libraries(cpp_hf PRIVATE Eigen3::Eigen Boost::headers ${HF_OPENMP_LI
182182
183183# Install the binary into the python package so the wheel includes it
184184# (place the extension inside the 'cpp_hf' package directory)
185- install (TARGETS cpp_hf
186- LIBRARY DESTINATION "${SKBUILD_PLATLIB_DIR} /cpp_hf"
187- )
185+ # Install the binary extension at the top level of site-packages
186+ install (TARGETS cpp_hf DESTINATION "${SKBUILD_PLATLIB_DIR} " )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ classifiers = [
2626Homepage = " https://github.com/skilledwolf/cpp_hf"
2727Issues = " https://github.com/skilledwolf/cpp_hf/issues"
2828
29- [tool .scikit-build ]
30- wheel.packages = [ " cpp_hf " ] # if you ship a pure Python package dir; okay if absent
29+ # [tool.scikit-build]
30+ # No pure- Python packages shipped; wheel only contains the extension module
3131
3232[tool .scikit-build .cmake .define ]
3333HF_USE_OPENMP = true
You can’t perform that action at this time.
0 commit comments