File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ C++ compiler and the following software:
52
52
* ``setuptools `` - tools for installing Python packages
53
53
* ``NumPy `` - library for scientific computing with Python
54
54
* ``python-dev `` - header files for interfacing Python with C
55
- * ``libboost-all-dev `` - Boost C++ libraries and development files (1.43 or later)
55
+ * ``libboost-all-dev `` - Boost C++ libraries and development files
56
56
* ``libdiffpy `` - C++ library for PDF, bond valence sum and other pair
57
57
quantity calculators https://github.com/diffpy/libdiffpy
58
58
* ``diffpy.structure `` - simple storage and manipulation of atomic structures
@@ -149,11 +149,9 @@ Anaconda environment. This can be achieved by setting the ``CPATH``,
149
149
# compile and re-install diffpy.srreal
150
150
scons -j4 build=debug develop
151
151
152
- On Mac OS X the distributed Anaconda packages are built for operating
153
- system version 10.7, which may be incompatible with codes compiled on a
154
- newer OS. To avoid this problem set the environment variable
155
- ``MACOSX_DEPLOYMENT_TARGET=10.7 ``. This allows to build diffpy.srreal
156
- against the Anaconda package for the libdiffpy library.
152
+ Note the Anaconda package for the required libdiffpy library is built
153
+ with a C++ compiler provided by Anaconda. This may cause incompatibility
154
+ with system C++. In such case use Anaconda C++ to build diffpy.srreal.
157
155
158
156
159
157
CONTACTS
You can’t perform that action at this time.
0 commit comments