User:Georgy: Difference between revisions

From ASCEND
Jump to navigation Jump to search
No edit summary
Georgy (talk | contribs)
No edit summary
Line 5: Line 5:
Project details: https://summerofcode.withgoogle.com/dashboard/project/5090588751822848/details/
Project details: https://summerofcode.withgoogle.com/dashboard/project/5090588751822848/details/


Subversion username and branch: {{srcbranchdir|georgy|}}
== Using subversion ==
1) Subversion username and branch: {{srcbranchdir|georgy|}}
 
2) Changes:
 
http://code.ascend4.org/ascend/branches/georgy/?sortby=log&view=log
 
The changes for this project are committed to github and synced regularly with the {{srcbranchdir|georgy|}} subversion branch.
 
== Using git (github.com) ==
 
1) Master branch contains merge code from the below branches, that is synced to the subversion branch.
 
[https://github.com/georgyberdyshev/ascend/tree/master master]
[https://github.com/georgyberdyshev/ascend/commits/master changes]
 
2) MSYS2 branch contains msys2, swig and changes for mingw64 and native Python support.
 
[https://github.com/georgyberdyshev/ascend/tree/msys2/python msys2/python]
[https://github.com/georgyberdyshev/ascend/commits/msys2/python changes]
 
3) NSIS3 branch contains support for a NSIS3 Windows based installer and further improvements.
 
[https://github.com/georgyberdyshev/ascend/tree/nsis3 nsis3]
[https://github.com/georgyberdyshev/ascend/commits/nsis3 changes]
 
4) Sundials_2.6 branch contains support for using the newer sundials 2.6 version with ascend.
 
[https://github.com/georgyberdyshev/ascend/tree/sundials_2.6 sundials_2.6]
[https://github.com/georgyberdyshev/ascend/commits/sundials_2.6 changes]
 
==Obtaining the source code==
1) Using subversion
 
svn co http://code.ascend4.org/ascend/branches/georgy
 
2) Using git
 
git clone https://github.com/georgyberdyshev/ascend.git
 
 


[[Category:GSOC2016]]
[[Category:GSOC2016]]

Revision as of 22:34, 26 June 2016

Georgy Berdyshev

The goal of this project is to implement MSYS2 based build process for ASCEND and improve packaging for Mac.

Project details: https://summerofcode.withgoogle.com/dashboard/project/5090588751822848/details/

Using subversion

1) Subversion username and branch: georgy:

2) Changes:

http://code.ascend4.org/ascend/branches/georgy/?sortby=log&view=log

The changes for this project are committed to github and synced regularly with the georgy: subversion branch.

Using git (github.com)

1) Master branch contains merge code from the below branches, that is synced to the subversion branch.

master changes

2) MSYS2 branch contains msys2, swig and changes for mingw64 and native Python support.

msys2/python changes

3) NSIS3 branch contains support for a NSIS3 Windows based installer and further improvements.

nsis3 changes

4) Sundials_2.6 branch contains support for using the newer sundials 2.6 version with ascend.

sundials_2.6 changes

Obtaining the source code

1) Using subversion

svn co http://code.ascend4.org/ascend/branches/georgy

2) Using git

git clone https://github.com/georgyberdyshev/ascend.git