[MacPorts] Scripts/Point_Cloud_Library_1.5.1_script modified

MacPorts noreply at macports.org
Thu May 24 03:54:59 PDT 2012


Changed page "Scripts/Point_Cloud_Library_1.5.1_script" by kato23 at mailinator.com from 84.163.30.140*
Page URL: <https://trac.macports.org/wiki/Scripts/Point_Cloud_Library_1.5.1_script>
Diff URL: <https://trac.macports.org/wiki/Scripts/Point_Cloud_Library_1.5.1_script?action=diff&version=5>
Revision 5

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: Scripts/Point_Cloud_Library_1.5.1_script
=========================================================================
--- Scripts/Point_Cloud_Library_1.5.1_script (version: 4)
+++ Scripts/Point_Cloud_Library_1.5.1_script (version: 5)
@@ -13,6 +13,13 @@
 # - http://pointclouds.org/documentation/tutorials/compiling_pcl_macosx.php
 # - http://pointclouds.org/documentation/tutorials/building_pcl.php#building-pcl
 # - http://www.kammerl.de/pcl/
+
+# To reduce heat generation consider to increase fan rpm values by using smcFanControl 2.3, http://www.eidac.de/?p=207.
+# smcFanControl is just an application.
+# smcFanControl installs no permanent background processes or daemons.
+# smcFanControl doesn't let you set a minimum speed to a value below Apple's defaults.
+# To uninstall it, just drag it into the trash.
+
 
 sudo -H -i
 
@@ -50,6 +57,20 @@
 # redo: clang-3.2 +universal
 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'
 
+
+# MacPorts: tar: Write error: Broken pipe  (when installing llvm-3.2)
+# ...
+#cd "$(port dir llvm-3.2)"/work/destroot
+#/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 
+#
+# alternative to tar ... | bzip2 ...
+#llvmdir='/opt/macports-test-universal/var/macports/software/llvm-3.2'
+#tar -cvf "${llvmdir}/llvm-3.2.tar" .
+#/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"
+#rm -v "${llvmdir}/llvm-3.2.tar"
+#
+# redo: clang-3.2 +universal
+#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'
 
 
 # glib2 +universal

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on Scripts/Point_Cloud_Library_1.5.1_script. If it was not you, please
report to .


More information about the macports-changes mailing list