Skip to content

Commit 299568b

Browse files
committed
updated meson.build
1 parent ffaa617 commit 299568b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

quaddtype/meson.build

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ py = py_mod.find_installation()
55

66
c = meson.get_compiler('c')
77

8-
sleef_dep = c.find_library('sleef', dirs:['/usr/local/lib'])
8+
sleef_dep = c.find_library('sleef')
99
sleefquad_dep = c.find_library('sleefquad')
1010

1111
incdir_numpy = run_command(py,
@@ -30,7 +30,12 @@ srcs = [
3030
'quaddtype/src/scalar.c',
3131
'quaddtype/src/dtype.h',
3232
'quaddtype/src/dtype.c',
33-
'quaddtype/src/quaddtype_main.c'
33+
'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'
3439
]
3540

3641
py.install_sources(

0 commit comments

Comments
 (0)