Opened 2 years ago
Closed 2 years ago
#111 closed enhancement (fixed)
Getting rid of ksh in the IOISPL install scripts
Reported by: | emillour | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | GENERIC GCM | Version: | |
Keywords: | Cc: |
Description
On some systems ksh is not installed as bash is the default.
However the IOIPSL installation scripts (the ones included in the IOIPSL distribution, not the ones in LMDZ.COMMON/ioipsl which download IOIPSL and attempts to build it) are in ksh.
It would be convenient to explicitly handle the case, either by checking if ksh is available and if not modifying the scripts to be in bash. Or simply always doing that change without even checking if ksh is available.
Change History (3)
comment:1 Changed 2 years ago by
comment:3 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In practice one only need to do a
in the IOIPSL directory
see e.g. r2798