codeaster devtools
Brought to you by:
codeaster
File | Date | Author | Commit |
---|---|---|---|
.jenkinsedf | 2022-03-11 |
![]() |
[9c6d8c] [migr] update url in scripts |
bin | 2022-03-11 |
![]() |
[a59308] [migr] fix already run checking |
etc | 2022-01-25 |
![]() |
[71c1b4] [admin] use ASTER_INSTALLROOT only on clusters |
lib | 2022-03-11 |
![]() |
[9c6d8c] [migr] update url in scripts |
share | 2022-03-11 |
![]() |
[9c6d8c] [migr] update url in scripts |
.coveragerc | 2019-03-05 |
![]() |
[f8ea1f] [#27514] Cover most of aslint hook. |
.hgignore | 2017-12-28 |
![]() |
[88ce9b] [unittest] Add coverage analysis. |
.hgtags | 2020-06-12 |
![]() |
[b9b3d2] Added tag 15.1.23 for changeset 574ebca5aae6 |
README.rst | 2018-04-08 |
![]() |
[9e3125] [admin] Rename 'code_aster' product. |
code_aster source files are dispatched into 3 repositories.
Other independant repositories exist:
This repository contains some scripts to help to configure the environment, to configure hooks in the repositories, to import a directory containing a development made by astk into the src repository...
It also contains python modules to manipulate fortran source files and make automatically some cleanings in the source files.
Usually you will clone it under $HOME/dev/codeaster.
Add these values to your environment (for example in your ~/.bahsrc):
export PATH=$HOME/dev/codeaster/devtools/bin:$PATH export LD_LIBRARY_PATH=$HOME/dev/codeaster/devtools/lib:$LD_LIBRARY_PATH