1 Star 0 Fork 0

TF-boy/python-pcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joris Borgdorff 提交于 2014-10-16 13:27 . fix build on OS X
all: pcl/_pcl.so pcl/registration.so
pcl/_pcl.so: pcl/_pcl.pxd pcl/_pcl.pyx setup.py pcl/pcl_defs.pxd \
pcl/minipcl.cpp pcl/indexing.hpp
python setup.py build_ext --inplace
pcl/registration.so: setup.py pcl/_pcl.pxd pcl/pcl_defs.pxd \
pcl/registration.pyx
python setup.py build_ext --inplace
test: pcl/_pcl.so tests/test.py
nosetests -s
clean:
rm -rf build
rm -f pcl/_pcl.cpp pcl/_pcl.so pcl/registration.so
doc: pcl.so conf.py readme.rst
sphinx-build -b singlehtml -d build/doctrees . build/html
showdoc: doc
gvfs-open build/html/readme.html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TF-boy/python-pcl.git
git@gitee.com:TF-boy/python-pcl.git
TF-boy
python-pcl
python-pcl
master

搜索帮助