Commit graph

7 commits

Author SHA1 Message Date
Rainer Keller
3b6c7d671f - Decompress silenlty 2024-03-28 02:43:56 +01:00
a3bc2e95ee New sit_cmd.log logfile containing sit call and environment info. 2024-03-28 02:43:56 +01:00
065c8a9ac5 Added prepare step.
Introduced a prepare step for the sources which can be specified
by defining the src_prepare function. e.g. to use patches.
The src_prepare function will be called in the $SRCDIR.

example:

src_prepare() {
	patch -p1 < ${SRC_POOL}/my_src.patch
}
2024-03-28 02:43:56 +01:00
74c2549899 Use the functions from functions.sh in the install_toolchain script. 2024-03-28 02:43:56 +01:00
7293dfcc41 Bugfix: Fixing faulty commit. 2024-03-28 02:43:55 +01:00
0b648f89d4 Bugfix: Fixing problems with return values. 2024-03-28 02:43:55 +01:00
1560cc6944 sit script and first sit class file for Open MPI
Install software package with
> sit FILE
2024-03-28 02:43:55 +01:00