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:
5252* ``setuptools `` - tools for installing Python packages
5353* ``NumPy `` - library for scientific computing with Python
5454* ``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
5656* ``libdiffpy `` - C++ library for PDF, bond valence sum and other pair
5757 quantity calculators https://github.com/diffpy/libdiffpy
5858* ``diffpy.structure `` - simple storage and manipulation of atomic structures
@@ -149,11 +149,9 @@ Anaconda environment. This can be achieved by setting the ``CPATH``,
149149 # compile and re-install diffpy.srreal
150150 scons -j4 build=debug develop
151151
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.
157155
158156
159157CONTACTS
You can’t perform that action at this time.
0 commit comments