@@ -97,6 +97,7 @@ def main():
97
97
# 1.0.4 - 2.5.3 - 9/28/2017 - LD_LIBRARY_PATH hackery. #
98
98
# 1.0.5 - 2.5.3 - 9/28/2017 - LD_LIBRARY_PATH hackery, II. #
99
99
# 1.0.6 - 2.5.3 - 9/28/2017 - LD_LIBRARY_PATH hackery, III. #
100
+ # 1.0.7 - 2.5.4 - 9/29/2017 - patch level version bump for PPA goodness #
100
101
# #
101
102
########################################################################################
102
103
@@ -105,12 +106,13 @@ def main():
105
106
# while the bindings are moving so fast we should keep them separate.
106
107
#
107
108
#
108
- yices_python_version = '1.0.6 '
109
+ yices_python_version = '1.0.7 '
109
110
110
111
#
111
112
# 1.0.1 needs yices_has_mcsat
113
+ # 1.0.1-7 needs the _fd api additions that appear in 2.5.4
112
114
#
113
- yices_recommended_version = '2.5.3 '
115
+ yices_recommended_version = '2.5.4 '
114
116
115
117
116
118
class YicesException (Exception ):
@@ -150,8 +152,8 @@ def wrapper(*args, **kwargs):
150
152
# really help anyway, since we would probably be getting the sudo
151
153
# version not the user's version. Probably the real issue is that
152
154
# on Linux yices installs in /usr/local/lib but the ctype loading probably
153
- # expects ii to be in some x86_64 archified directory. HOWEVER, if find_library
154
- # can find the name correctly, you would expect the it could also load the
155
+ # expects it to be in some x86_64 archified directory. HOWEVER, if find_library
156
+ # can find the name correctly, you would expect that it could also load the
155
157
# puppy correctly.
156
158
#
157
159
def _loadYicesFromPath (path , library ):
0 commit comments