Skip to content
Snippets Groups Projects
Commit d63ad1a5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 9d2d89e6
No related branches found
No related tags found
No related merge requests found
#!/Users/geuzaine/anaconda/bin/python
if __name__ == '__main__':
import sys
import os
sys.path.insert(0, os.path.abspath('config'))
import configure
configure_options = [
'--CC=gcc',
'--CFLAGS=-m32 -DPETSC_BLASLAPACK_UNDERSCORE',
'--CXX=g++',
'--CXXFLAGS=-m32 -DPETSC_BLASLAPACK_UNDERSCORE',
'--with-clanguage=cxx',
'--with-debugging=0',
'--with-fc=0',
'--with-ios=1',
'--with-mpi=0',
'--with-shared-libraries=0',
'--with-ssl=0',
'--with-x=0',
'PETSC_ARCH=iossimulator_real',
]
configure.petsc_configure(configure_options)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment