Skip to content

Commit 4cd7abc

Browse files
committed
update homebrew path
1 parent 2293945 commit 4cd7abc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,13 @@ def pkgconfig_win(flag, cut):
697697
# vtk_include_dir = os.path.join('/usr/local' ,'include/vtk-8.1')
698698
# vtk_library_dir = os.path.join('/usr/local', 'lib')
699699
# homebrew(MacOSX homebrew)
700-
vtk_version = '8.1.2_3'
701-
vtk_include_dir = os.path.join('/usr/local/Cellar/vtk/8.1.2_3' ,'include/vtk-8.1')
702-
vtk_library_dir = os.path.join('/usr/local/Cellar/vtk/8.1.2_3', 'lib')
700+
# (pcl 1.9.1_3)
701+
# vtk_version = '8.1.2_3'
702+
# vtk_include_dir = os.path.join('/usr/local/Cellar/vtk', vtk_version ,'include/vtk-8.2')
703+
# 2019/05/08 check(pcl 1.9.1_4)
704+
vtk_version = '8.2.0'
705+
vtk_include_dir = os.path.join('/usr/local/Cellar/vtk', vtk_version ,'include/vtk-8.2')
706+
vtk_library_dir = os.path.join('/usr/local/Cellar/vtk', vtk_version, 'lib')
703707
pass
704708
else:
705709
# pcl 1.7.0?(Ubuntu 14.04)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy