Skip to content

Commit be7262d

Browse files
committed
DOC: advise on Anaconda compilers
1 parent 01ca4bc commit be7262d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ c++ testlib.cpp -I$P/include -L$P/lib -Wl,-rpath,$P/lib -lObjCryst
106106
./a.out
107107
```
108108

109-
On Mac OS X the Anaconda libobjcryst is built for OS X version
110-
10.9 which may be incompatible with codes compiled on newer OS.
111-
To fix this pass `-mmacosx-version-min=10.9` option to the
112-
c++ compiler or set it with an environment variable as
113-
`export MACOSX_DEPLOYMENT_TARGET=10.9`.
109+
Note the Anaconda version of libobjcryst is built with C++ compilers
110+
provided by Anaconda. This may cause incompatibility with system C++.
111+
In such case please use Anaconda C++ to link with libobjcryst.

0 commit comments

Comments
 (0)