Skip to content
Snippets Groups Projects
Commit d4a466c0 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added netcdf to runtime.

parent fddca955
No related branches found
No related tags found
No related merge requests found
...@@ -408,6 +408,7 @@ if local_args.ogs != "clean": ...@@ -408,6 +408,7 @@ if local_args.ogs != "clean":
if local_args.netcdf: if local_args.netcdf:
Stage0 += packages(apt=["libnetcdf-c++4-dev"]) Stage0 += packages(apt=["libnetcdf-c++4-dev"])
Stage1 += packages(apt=["libnetcdf-c++4"])
if local_args.gui: if local_args.gui:
Stage0 += packages( Stage0 += packages(
...@@ -563,6 +564,7 @@ if local_args.ogs != "clean": ...@@ -563,6 +564,7 @@ if local_args.ogs != "clean":
if local_args.pm == "off" and local_args.netcdf: if local_args.pm == "off" and local_args.netcdf:
Stage0 += packages(apt=["libnetcdf-dev"]) Stage0 += packages(apt=["libnetcdf-dev"])
Stage1 += packages(apt=["libnetcdf"])
if local_args.cvode: if local_args.cvode:
# TODO version # TODO version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment