Skip to content

Commit 1fed883

Browse files
committed
feat: remove HiCR submodule
1 parent bac7f45 commit 1fed883

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
path = extern/tracr
33
url = https://github.com/Algebraic-Programming/TraCR.git
44
branch = main
5-
[submodule "extern/hicr"]
6-
path = extern/hicr
7-
url = https://github.com/Algebraic-Programming/HiCR.git
8-
branch = master
95
[submodule "extern/pybind11"]
106
path = extern/pybind11
117
url = https://github.com/pybind/pybind11.git

extern/hicr

Lines changed: 0 additions & 1 deletion
This file was deleted.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if meson.is_subproject() == false
4747
HiCRBackends += distributedEngine
4848
endif
4949

50-
HiCRProject = subproject('hicr', required: true, default_options: [ 'backends=' + ','.join(HiCRBackends), 'frontends=tasking' ])
50+
HiCRProject = subproject('HiCR', required: true, default_options: [ 'backends=' + ','.join(HiCRBackends), 'frontends=tasking' ])
5151
HiCRBuildDep = HiCRProject.get_variable('hicrBuildDep')
5252
taskrDependencies += HiCRBuildDep
5353
endif

0 commit comments

Comments
 (0)