Skip to content

Commit

Permalink
cxx_extra sting changed to a list of options
Browse files Browse the repository at this point in the history
  • Loading branch information
LutzGross committed Aug 14, 2024
1 parent 6d6f21f commit 6552d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scons/templates/ubuntu_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
mpi_prefix = ['/usr/include/x86_64-linux-gnu/openmpi', '/usr/lib/x86_64-linux-gnu/openmpi' ]
openmp=1
paso=1
cxx_extra=' -fdiagnostics-color=always'
cxx_extra+=' -Wno-format-truncation'
cxx_extra= ['-fdiagnostics-color=always', '-Wno-format-truncation']
pythoncmd = 'python3'

parmetis = True
Expand All @@ -49,3 +48,4 @@
silo_libs = ['siloh5', 'hdf5']
silo_prefix=[ '/usr/include' , '/usr/lib/x86_64-linux-gnu/hdf5/serial', '/usr/lib/x86_64-linux-gnu']
netcdf = 4

0 comments on commit 6552d0d

Please sign in to comment.