Closed mborgerding closed 7 years ago
Mark,
This is great. Thanks for doing this! Are these in the main branch? I am not that familiar with git. If not, can you merge them in? I think, if compatibility with Python 2.7 is not that difficult, we should do it.
Did you try the test suite on Python 2.7. I only use 3.5, so I never tried 2.7.
Sundeep
On Wed, Jan 11, 2017 at 10:02 AM, mborgerding notifications@github.com wrote:
I don't know if python2 compatibility is a goal. These changes were needed to work with CentOS 7 linux.
You can view, comment on, or merge this pull request online at:
https://github.com/GAMPTeam/vampyre/pull/1 Commit Summary
- ignore .*.swp files
- pip --user will install without root privs
- "python setup.py test" now works if the system python is python2.7
- converted leading spaces to tabs in Makefile. backslashes confound make, at least on linux.
File Changes
- M .gitignore https://github.com/GAMPTeam/vampyre/pull/1/files#diff-0 (3)
- M docs/Makefile https://github.com/GAMPTeam/vampyre/pull/1/files#diff-1 (12)
- M readme.md https://github.com/GAMPTeam/vampyre/pull/1/files#diff-2 (6)
- M test/sparse/vamp_sparse_test.py https://github.com/GAMPTeam/vampyre/pull/1/files#diff-3 (1)
- M test/test_suite.py https://github.com/GAMPTeam/vampyre/pull/1/files#diff-4 (4)
- M vampyre/solver/mlvamp.py https://github.com/GAMPTeam/vampyre/pull/1/files#diff-5 (1)
- M vampyre/solver/vamp.py https://github.com/GAMPTeam/vampyre/pull/1/files#diff-6 (1)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GAMPTeam/vampyre/pull/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ANO8I92G_qc-5WkCJGbZkM5STChjdWRjks5rRO7tgaJpZM4LgrXe .
I do not currently have push permissions. If you want to add me, see project settings->collaborators
@mborgerding I updated your permissions... I see you've already gotten it integrated, great!
I don't know if python2 compatibility is a goal. These changes were needed to work with CentOS 7 linux.