c1c1706c86
Copy permissions from user to group and other excluding write access.
2024-03-28 03:14:18 +01:00
b1ac6245d0
Use cmake over configure by default.
2024-03-28 03:14:18 +01:00
b62bc4def5
Overwrite log files of installation if already present.
2024-03-28 03:11:44 +01:00
eef081accb
Add verbose output.
2024-03-28 03:11:44 +01:00
041aab4956
Declare variables in functions as local.
2024-03-28 03:11:44 +01:00
3ed1792050
Add sit_warn to output warnings.
2024-03-28 03:11:44 +01:00
1dcfa909b5
Indentation
2024-03-28 03:11:44 +01:00
Elke Flehmig
5f6afe13b4
added sit_postinst for final messages etc. after installation is finished
2024-03-28 02:43:58 +01:00
fed13dd108
Fixed problems with incompatible svn working copy formats.
2024-03-28 02:43:58 +01:00
2199cc777f
Added package for scalasca-1.4.1
2024-03-28 02:43:58 +01:00
0906abd22c
Added CMAKE_OPTS variable for packages using cmake.
2024-03-28 02:43:56 +01:00
873a91ce65
Bugfix: prevent double configurations; Prefer configure before cmake.
2024-03-28 02:43:56 +01:00
3efbcf7132
Added cmake configuration support.
2024-03-28 02:43:56 +01:00
3f7ecfc001
Skip configure if configure script is not present.
2024-03-28 02:43:56 +01:00
Rainer Keller
28db8095c5
- Specify F77 before Fortran (F90, F2003, F2008) compilers
...
- Don't use -j2 make option by default, may break some non-conforming source builts
- Fix a few buglets (like LOGDIR , and when packages are NOT configure-based, aka
do not create a config.log file)
2024-03-28 02:43:56 +01:00
291e703155
Minor bugfix: fixing svn revision detection.
2024-03-28 02:43:56 +01:00
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