MantisBT - PyRosetta |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000349 | PyRosetta | [All Projects] Bad Coding | public | 2014-08-04 15:55 | 2014-08-13 13:02 |
|
Reporter | rmoretti | |
Assigned To | Sergey | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Fixed in Version | | |
Application(s) Affected | BuildBindings.py |
Command Line Used | na |
Developer Options | |
Fixed in SVN Version | 57188 |
|
Summary | 0000349: Linux versioning issue with PyRosetta BuildBindings.py |
Description | 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. |
Steps To Reproduce | |
Additional Information | See the forum post at https://www.rosettacommons.org/node/3758 [^] for more information. |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-04 15:55 | rmoretti | New Issue | |
2014-08-04 15:55 | rmoretti | Status | new => assigned |
2014-08-04 15:55 | rmoretti | Assigned To | => Sergey |
2014-08-13 13:01 | Sergey | Note Added: 0000352 | |
2014-08-13 13:02 | Sergey | Fixed in SVN Version | => 57188 |
2014-08-13 13:02 | Sergey | Status | assigned => resolved |
2014-08-13 13:02 | Sergey | Resolution | open => fixed |