Skip to content

Commit 9a69980

Browse files
committed
chore: rmctool wrapfile from git
1 parent adc9f8f commit 9a69980

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ add_global_arguments(
2222
'-DEIGEN_NO_CUDA=1',
2323
language: 'cpp',
2424
)
25-
add_global_arguments('-DEIGEN_DONT_VECTORIZE=1', language: 'cpp')
25+
# add_global_arguments('-DEIGEN_DONT_VECTORIZE=1', language: 'cpp')
2626

2727
arch_specific_args = []
2828

subprojects/rcmtool.wrap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
[wrap-file]
2-
directory = rcmtool
1+
[wrap-git]
2+
url = https://github.com/Benncs/rcmtool.git
3+
revision = v1.3
4+
depth = 1
5+
method = meson
36

47
[provide]
5-
rcmtool = ext
8+
rcmtool = ext

0 commit comments

Comments
 (0)