Skip to content
Snippets Groups Projects
Commit 62dd467c authored by Karim Ahmed's avatar Karim Ahmed
Browse files

gitignore all .c files

parent bdee6c3f
No related branches found
No related tags found
1 merge request!658[Gotthard-II] Correction
...@@ -32,6 +32,7 @@ docs/source/test_results.rst ...@@ -32,6 +32,7 @@ docs/source/test_results.rst
docs/source/test_rsts docs/source/test_rsts
reportservice/*.log reportservice/*.log
slurm_tmp* slurm_tmp*
src/cal_tools/agipdalgs.c src/cal_tools/*.c
src/cal_tools/*/*.c
webservice/*.log webservice/*.log
webservice/*sqlite webservice/*sqlite
...@@ -29,8 +29,6 @@ ext_modules = [ ...@@ -29,8 +29,6 @@ ext_modules = [
"cal_tools.gotthard2.gotthard2algs", "cal_tools.gotthard2.gotthard2algs",
["src/cal_tools/gotthard2/gotthard2algs.pyx"], ["src/cal_tools/gotthard2/gotthard2algs.pyx"],
include_dirs=[numpy.get_include()], include_dirs=[numpy.get_include()],
extra_compile_args=["-fopenmp", "-march=native"],
extra_link_args=["-fopenmp"],
), ),
] ]
......
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