[yt-svn] commit/yt-doc: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Thu Sep 13 10:02:22 PDT 2012


2 new commits in yt-doc:


https://bitbucket.org/yt_analysis/yt-doc/changeset/aa058da80d71/
changeset:   aa058da80d71
user:        samskillman
date:        2012-09-13 18:34:05
summary:     Adding note about strange install error on some versions of OSX
affected #:  1 file

diff -r 3c649ce9253c16600933ee08e951ea86263412af -r aa058da80d71b31b87a51b14fa2855b51371f5d1 source/faq/index.rst
--- a/source/faq/index.rst
+++ b/source/faq/index.rst
@@ -149,6 +149,33 @@
     cd $YT_DEST/src/yt-hg
     python setup.py develop
 
+
+Unresolved Installation Problem on OSX 10.6
+-------------------------------------------
+When installing on some instances of OSX 10.6, a few users have noted a failure
+when yt tries to build with OpenMP support:
+
+    Symbol not found: _GOMP_barrier
+        Referenced from: <YT_DEST>/src/yt-hg/yt/utilities/lib/grid_traversal.so
+
+        Expected in: dynamic lookup
+
+To resolve this, please make a symbolic link:
+
+.. code-block:: bash
+
+  $ ln -s /usr/local/lib/x86_64 <YT_DEST>/lib64
+
+where ``<YT_DEST>`` is replaced by the path to the root of the directory
+containing the yt install, which will usually be ``yt-<arch>``. After doing so, 
+you should be able to cd to <YT_DEST>/src/yt-hg and run:
+
+.. code-block:: bash
+
+  $ python setup.py install
+
+
+
 How do I cite yt?
 -----------------
 



https://bitbucket.org/yt_analysis/yt-doc/changeset/f560ac5922ab/
changeset:   f560ac5922ab
user:        MatthewTurk
date:        2012-09-13 19:02:20
summary:     Merged in samskillman/yt-doc (pull request #53)
affected #:  1 file

diff -r b22d26f2bfbee6d7ebbafc1eb979cc796a929758 -r f560ac5922abe73af89b9141fd73f9b9ef4da56f source/faq/index.rst
--- a/source/faq/index.rst
+++ b/source/faq/index.rst
@@ -149,6 +149,33 @@
     cd $YT_DEST/src/yt-hg
     python setup.py develop
 
+
+Unresolved Installation Problem on OSX 10.6
+-------------------------------------------
+When installing on some instances of OSX 10.6, a few users have noted a failure
+when yt tries to build with OpenMP support:
+
+    Symbol not found: _GOMP_barrier
+        Referenced from: <YT_DEST>/src/yt-hg/yt/utilities/lib/grid_traversal.so
+
+        Expected in: dynamic lookup
+
+To resolve this, please make a symbolic link:
+
+.. code-block:: bash
+
+  $ ln -s /usr/local/lib/x86_64 <YT_DEST>/lib64
+
+where ``<YT_DEST>`` is replaced by the path to the root of the directory
+containing the yt install, which will usually be ``yt-<arch>``. After doing so, 
+you should be able to cd to <YT_DEST>/src/yt-hg and run:
+
+.. code-block:: bash
+
+  $ python setup.py install
+
+
+
 How do I cite yt?
 -----------------

Repository URL: https://bitbucket.org/yt_analysis/yt-doc/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list