... | ... | @@ -54,12 +54,13 @@ From: ubuntu:noble |
|
|
apt install -y libhdf5-dev hdf5-tools python3-h5py
|
|
|
|
|
|
# build the sources
|
|
|
cd /root/lmgc90/build
|
|
|
cmake ../ -DWITH_OPENMP=ON
|
|
|
mkdir /root/build
|
|
|
cd /root/build
|
|
|
cmake ../lmgc90 -DWITH_OPENMP=ON
|
|
|
make && make install
|
|
|
|
|
|
# clean build and source directories
|
|
|
rm -rf /root/lmgc90
|
|
|
rm -rf /root/build
|
|
|
```
|
|
|
Then the image file can be created with:
|
|
|
```cmd
|
... | ... | |