File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 88 - 1.11
99
1010libdiffpy :
11- - 1.3.4
11+ - 1.4.*
1212
1313boost :
1414 - 1.67
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ requirements:
3636 - boost
3737 - pycifrw
3838 - diffpy.structure
39- - pyobjcryst 2.0 *
39+ - pyobjcryst 2.1. *
4040 - periodictable
4141
4242test :
Original file line number Diff line number Diff line change 3434#include < diffpy/srreal/QuantityType.hpp>
3535#include < diffpy/version.hpp>
3636
37- // FIXME -- temporary features, remove when released
38- #include < diffpy/features.hpp>
39- #ifndef DIFFPY_DEV_PEAKWIDTHMODEL_SERIALIZATION
40- #error "diffpy.srreal requires PEAKWIDTHMODEL_SERIALIZATION feature"
41- #endif
42- #ifndef DIFFPY_DEV_DIRECT_SERIALIZATION
43- #error "diffpy.srreal requires DIRECT_SERIALIZATION feature"
44- #endif
45-
46- #if DIFFPY_VERSION < 1003003000
47- #error "diffpy.srreal requires libdiffpy 1.3.3 or later."
37+ #if DIFFPY_VERSION < 1004000000
38+ #error "diffpy.srreal requires libdiffpy 1.4.0 or later."
4839#endif
4940
5041// / Conversion function that supports implicit conversions in
You can’t perform that action at this time.
0 commit comments