We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaa617 commit 299568bCopy full SHA for 299568b
quaddtype/meson.build
@@ -5,7 +5,7 @@ py = py_mod.find_installation()
5
6
c = meson.get_compiler('c')
7
8
-sleef_dep = c.find_library('sleef', dirs:['/usr/local/lib'])
+sleef_dep = c.find_library('sleef')
9
sleefquad_dep = c.find_library('sleefquad')
10
11
incdir_numpy = run_command(py,
@@ -30,7 +30,12 @@ srcs = [
30
'quaddtype/src/scalar.c',
31
'quaddtype/src/dtype.h',
32
'quaddtype/src/dtype.c',
33
- 'quaddtype/src/quaddtype_main.c'
+ 'quaddtype/src/quaddtype_main.c',
34
+ 'quaddtype/src/scalar_ops.h',
35
+ 'quaddtype/src/scalar_ops.cpp',
36
+ 'quaddtype/src/ops.hpp',
37
+ 'quaddtype/src/umath.h',
38
+ 'quaddtype/src/umath.cpp'
39
]
40
41
py.install_sources(
0 commit comments