Skip to content
Snippets Groups Projects
Commit b93662fb authored by Stephan Philips's avatar Stephan Philips
Browse files

fix merge

parent ad3b4652
No related branches found
No related tags found
No related merge requests found
......@@ -3,20 +3,6 @@ from distutils.extension import Extension
from Cython.Build import cythonize
import numpy
<<<<<<< HEAD
extensions = [
Extension("uploader",
sources = ["uploader.pyx","mem_ctrl.cpp", "keysight_awg_post_processing_and_upload.cpp"],
include_dirs=[numpy.get_include(),"/usr/local/include/Keysight/SD1", ],
libraries=["SD1core", "SD1pxi", "gomp", "boost_python37"],
library_dirs=["/usr/local/lib/Keysight/SD1/"],
language='c++',
extra_compile_args=['-fopenmp'],
)
=======
import os
>>>>>>> f42340300141c5c8523f9a32feb242b9e51a8dc1
if os.name == 'nt':
extensions = [
Extension("uploader",
......
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