Skip to content

Commit b2aece7

Browse files
committed
DOC: advise on Anaconda C++ compiler
1 parent b7b51ba commit b2aece7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ libdiffpy library requires C++ compiler and the following software:
4040

4141
Recommended software:
4242

43-
* `libobjcryst` - C++ library of free objects for crystallography,
43+
* `libobjcryst` - C++ library for free objects for crystallography,
4444
https://github.com/diffpy/libobjcryst
4545
* `cxxtest` - CxxTest Unit Testing Framework, http://cxxtest.com
4646

@@ -123,11 +123,9 @@ c++ testlib.cpp -I$P/include -L$P/lib -Wl,-rpath,$P/lib -ldiffpy
123123
./a.out
124124
```
125125

126-
On Mac OS X the libdiffpy package is built for OS X version
127-
10.9 which may be incompatible with codes emitted on newer OS.
128-
To fix this add `-mmacosx-version-min=10.9` option to the
129-
c++ compiler or set it with an environment variable as
130-
`export MACOSX_DEPLOYMENT_TARGET=10.9`.
126+
Note the Anaconda package for libdiffpy is built with C++ compilers
127+
provided by Anaconda. This may cause incompatibility with system C++.
128+
In such case please use Anaconda C++ compiler to link with libdiffpy.
131129

132130

133131
## DEVELOPMENT

0 commit comments

Comments
 (0)