File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,9 @@ Anaconda environment. This can be achieved by setting the ``CPATH``,
116
116
# compile and re-install pyobjcryst
117
117
scons -j4 build=debug develop
118
118
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.
124
122
125
123
126
124
CONTACTS
You can’t perform that action at this time.
0 commit comments