Fix SConstruct for new ASAGI version

parent 44fa996f
...@@ -286,7 +286,6 @@ if env['asagi'] == True: ...@@ -286,7 +286,6 @@ if env['asagi'] == True:
env.Append(LIBS=['asagi_nompi']) env.Append(LIBS=['asagi_nompi'])
else: else:
env.Append(LIBS=['asagi']) env.Append(LIBS=['asagi'])
env.Append(LIBS=['netcdf_c++4'])
if 'asagiDir' in env: if 'asagiDir' in env:
env.Append(CPPPATH=[env['asagiDir']+'/include']) env.Append(CPPPATH=[env['asagiDir']+'/include'])
env.Append(LIBPATH=[env['asagiDir']+'/lib']) env.Append(LIBPATH=[env['asagiDir']+'/lib'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment