Skip to content
Snippets Groups Projects
Commit 9f22bb61 authored by Jon Rood's avatar Jon Rood Committed by Adam J. Stewart
Browse files

Correcting position independent code setting for boxlib and amrex. (#8537)

parent 645c640f
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ def cmake_args(self):
spec = self.spec
cmake_args = [
'-DENABLE_POSITION_INDEPENDENT_CODE=ON',
'-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON',
'-DBL_SPACEDIM:INT=%d' % int(spec.variants['dims'].value),
'-DBL_PRECISION:STRING=%s' % spec.variants['prec'].value,
'-DENABLE_FMG=%s' % ('+fortran' in spec),
......
......@@ -49,7 +49,7 @@ def cmake_args(self):
options.extend([
'-DBL_SPACEDIM=%d' % int(spec.variants['dims'].value),
'-DENABLE_POSITION_INDEPENDENT_CODE=ON',
'-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON',
'-DENABLE_FBASELIB=ON',
'-DCMAKE_C_COMPILER=%s' % spec['mpi'].mpicc,
'-DCMAKE_CXX_COMPILER=%s' % spec['mpi'].mpicxx,
......
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