Changes between Version 4 and Version 5 of Scripts/Point_Cloud_Library_1.5.1_script
- Timestamp:
- May 24, 2012, 10:54:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/Point_Cloud_Library_1.5.1_script
v4 v5 14 14 # - http://pointclouds.org/documentation/tutorials/building_pcl.php#building-pcl 15 15 # - http://www.kammerl.de/pcl/ 16 17 # To reduce heat generation consider to increase fan rpm values by using smcFanControl 2.3, http://www.eidac.de/?p=207. 18 # smcFanControl is just an application. 19 # smcFanControl installs no permanent background processes or daemons. 20 # smcFanControl doesn't let you set a minimum speed to a value below Apple's defaults. 21 # To uninstall it, just drag it into the trash. 22 16 23 17 24 sudo -H -i … … 51 58 testport -l /opt/macports-test-universal clang-3.2 +universal configure.cc='/usr/bin/llvm-gcc-4.2' configure.cxx='/usr/bin/llvm-g++-4.2' 52 59 60 61 # MacPorts: tar: Write error: Broken pipe (when installing llvm-3.2) 62 # ... 63 #cd "$(port dir llvm-3.2)"/work/destroot 64 #/usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/macports-test-universal/var/macports/software/llvm-3.2/llvm-3.2-3.2-r157234_0+assertions+universal.darwin_10.i386-x86_64.tbz2 65 # 66 # alternative to tar ... | bzip2 ... 67 #llvmdir='/opt/macports-test-universal/var/macports/software/llvm-3.2' 68 #tar -cvf "${llvmdir}/llvm-3.2.tar" . 69 #/usr/bin/bzip2 -c9 "${llvmdir}/llvm-3.2.tar" > "${llvmdir}/llvm-3.2-3.2-r157234_0+assertions+universal.darwin_10.i386-x86_64.tbz2" 70 #rm -v "${llvmdir}/llvm-3.2.tar" 71 # 72 # redo: clang-3.2 +universal 73 #testport -l /opt/macports-test-universal clang-3.2 +universal configure.cc='/usr/bin/llvm-gcc-4.2' configure.cxx='/usr/bin/llvm-g++-4.2' 53 74 54 75