def main(): # Create the "test_ext" module from the "test.c" source file convert_c_to_ext_lib.create_ext_lib("test.c")
def main(): # Create the "triangulation_ext" module from the "triangulation.c" source file; # disable openmp because cpu-usage x4 and perf only x1.5 convert_c_to_ext_lib.create_ext_lib("triangulation.c", openmp=False)