Skip to content

Commit 28a3fd7

Browse files
committed
DOC: advise on Anaconda C++ compiler
1 parent aebd586 commit 28a3fd7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,9 @@ Anaconda environment. This can be achieved by setting the ``CPATH``,
116116
# compile and re-install pyobjcryst
117117
scons -j4 build=debug develop
118118

119-
On Mac OS X the distributed Anaconda packages are built for operating
120-
system version 10.7, which may be incompatible with codes compiled on a
121-
newer OS. To avoid this problem set the environment variable
122-
``MACOSX_DEPLOYMENT_TARGET=10.7``. This allows to build pyobjcryst
123-
against the Anaconda package for the libobjcryst library.
119+
Note the Anaconda package for the required libobjcryst library is built
120+
with a C++ compiler provided by Anaconda. This may cause incompatibility
121+
with system C++. In such case please use Anaconda C++ to build pyobjcryst.
124122

125123

126124
CONTACTS

0 commit comments

Comments
 (0)