We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc9f8f commit 9a69980Copy full SHA for 9a69980
meson.build
@@ -22,7 +22,7 @@ add_global_arguments(
22
'-DEIGEN_NO_CUDA=1',
23
language: 'cpp',
24
)
25
-add_global_arguments('-DEIGEN_DONT_VECTORIZE=1', language: 'cpp')
+# add_global_arguments('-DEIGEN_DONT_VECTORIZE=1', language: 'cpp')
26
27
arch_specific_args = []
28
subprojects/rcmtool.wrap
@@ -1,5 +1,8 @@
1
-[wrap-file]
2
-directory = rcmtool
+[wrap-git]
+url = https://github.com/Benncs/rcmtool.git
3
+revision = v1.3
4
+depth = 1
5
+method = meson
6
7
[provide]
-rcmtool = ext
8
+rcmtool = ext
0 commit comments