Skip to content
Snippets Groups Projects

Create docker image for custom isce2 build

Merged Sujen Shah requested to merge sshah/isce2:main into main
4 files
+ 64
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -35,7 +35,7 @@ import sys
COMPILER_OPTIONS ={'COMPILER_OPTIMIZATION':'-O2','COMPILER_WARNING':'-Wall'}
LINKER_OPTIONS ={'LINKFLAGS':'-fopenmp'} # some systems don't need it, but ubuntu does
GFORTRANFLAGS = ['-ffixed-line-length-none' ,'-fno-second-underscore', '-fPIC','-fno-range-check', '-fallow-argument-mismatch']
GFORTRANFLAGS = ['-ffixed-line-length-none' ,'-fno-second-underscore', '-fPIC','-fno-range-check', '-Wno-argument-mismatch']
GCCFLAGS = ['-fPIC']
if 'DEVELOPER' in os.environ:
GFORTRANFLAGS.append('-fbounds-check')
Loading