What is changed since yade-0.60.3 in brief?

Asked by Mohammad Safe

Hi,

Since my previous late attempts to use yade, it seems that many things are changed. To clarify, are the below statements true?

1. use of Bazaar is replaced by GitHab.

2. compile is reverted from scons to cmake.

And is there any major change?

How up-to-date is the online documentation?

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Gladky
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Jan Stránský (honzik) said :
#1

Hello Mohammad,

> 1. use of Bazaar is replaced by GitHab.
>

we now use git as version control system and the source code is stored on
GitHub

>
> 2. compile is reverted from scons to cmake.
>
>
correct

> And is there any major change?
>

It depends on what you call major change :-)

>
> How up-to-date is the online documentation?
>

The online documentation is created from latest git (development) version

cheers
Jan

Revision history for this message
Mohammad Safe (m-h-safe) said :
#2

Thanks Jan Stránský, that solved my question.

Revision history for this message
Mohammad Safe (m-h-safe) said :
#3

As in installation guide,

"Alternatively, a read-only checkout is possible via https without a GitHub account (easier if you don’t want to modify the main Yade branch):

git clone https://github.com/yade/trunk.git

"

If I need to insert my own constitutive law, is it a main Yade branch modification?

in other word is it enough to use " a read-only checkout" for my purpose?

Finally any advise for the steps in my path toward new "constitutive law" is highly appropriated.

Revision history for this message
Best Anton Gladky (gladky-anton) said :
#4

You will not be able to commit into the trunk anyway, as you
are not in "Dev-team". You can checkout the branch in read-only
mode and do modifications as you want. Just send us patches
("git format-patch origin") if you decide, that your changes are
suitable to be committed. We'll be glad to review and apply
your patches.

Good luck!

Anton

2013/4/26 Mohammad Safe <email address hidden>:
> Question #227539 on Yade changed:
> https://answers.launchpad.net/yade/+question/227539
>
> Status: Solved => Open
>
> Mohammad Safe is still having a problem:
> As in installation guide,
>
> "Alternatively, a read-only checkout is possible via https without a
> GitHub account (easier if you don’t want to modify the main Yade
> branch):
>
> git clone https://github.com/yade/trunk.git
>
> "
>
> If I need to insert my own constitutive law, is it a main Yade branch
> modification?
>
> in other word is it enough to use " a read-only checkout" for my
> purpose?
>
> Finally any advise for the steps in my path toward new "constitutive
> law" is highly appropriated.
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp

Revision history for this message
Mohammad Safe (m-h-safe) said :
#5

Thanks Anton Gladky, that solved my question.