MantisBT - PyRosetta
View Issue Details
0000349PyRosetta[All Projects] Bad Codingpublic2014-08-04 15:552014-08-13 13:02
rmoretti 
Sergey 
normalminoralways
resolvedfixed 
 
 
BuildBindings.py
na
57188
0000349: Linux versioning issue with PyRosetta BuildBindings.py
When getting the version of Linux BuildBindings.py apparently assumes a single digit point release:

lib_path = 'build/src/'+mode+'/linux/' + platform.release()[:3] + '/' + PlatformBits +'/x86/gcc/'"

This causes a mismatch issue with scons's version parsing.
See the forum post at https://www.rosettacommons.org/node/3758 [^] for more information.
No tags attached.
Issue History
2014-08-04 15:55rmorettiNew Issue
2014-08-04 15:55rmorettiStatusnew => assigned
2014-08-04 15:55rmorettiAssigned To => Sergey
2014-08-13 13:01SergeyNote Added: 0000352
2014-08-13 13:02SergeyFixed in SVN Version => 57188
2014-08-13 13:02SergeyStatusassigned => resolved
2014-08-13 13:02SergeyResolutionopen => fixed

Notes
(0000352)
Sergey   
2014-08-13 13:01   
Fixed in master:57188