Menu

Tree [a59308] default tip /
 History

Read Only access


File Date Author Commit
 .jenkinsedf 2022-03-11 code_aster code_aster [9c6d8c] [migr] update url in scripts
 bin 2022-03-11 code_aster code_aster [a59308] [migr] fix already run checking
 etc 2022-01-25 code_aster code_aster [71c1b4] [admin] use ASTER_INSTALLROOT only on clusters
 lib 2022-03-11 code_aster code_aster [9c6d8c] [migr] update url in scripts
 share 2022-03-11 code_aster code_aster [9c6d8c] [migr] update url in scripts
 .coveragerc 2019-03-05 Mathieu Courtois Mathieu Courtois [f8ea1f] [#27514] Cover most of aslint hook.
 .hgignore 2017-12-28 Mathieu Courtois Mathieu Courtois [88ce9b] [unittest] Add coverage analysis.
 .hgtags 2020-06-12 code_aster code_aster [b9b3d2] Added tag 15.1.23 for changeset 574ebca5aae6
 README.rst 2018-04-08 Mathieu Courtois Mathieu Courtois [9e3125] [admin] Rename 'code_aster' product.

Read Me

code_aster source files are dispatched into 3 repositories.

  • src: containing C, fortran, python source files, its build scripts and most of the testcases,
  • validation: few testcase files with proprietary datas,
  • data: material datas that can not be freely distributed.

Other independant repositories exist:

  • devtools: contains helper scripts.
  • i18n: repository created to share the gettext files for code_aster messages.

Content of the devtools repository

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.