Skip to content

Commit 35a5b02

Browse files
committed
Do not specify libiconv and xapian-core versions
1 parent 4c2f58d commit 35a5b02

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

conanfile.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
IMGUIFILEDIALOG_VERSION = "0.6.7"
2323
JSON_VERSION = "3.12.0"
2424
LIBDEFLATE_VERSION = "1.23"
25-
LIBICONV_VERSION = "1.18"
2625
MINIZIP_VERSION = "4.0.7"
2726
NINJA_VERSION = "1.13.1"
2827
NVRTC_VERSION = "12.8.93"
@@ -36,7 +35,6 @@
3635
ROBINHOOD_VERSION = "3.11.5"
3736
SPDLOG_VERSION = "1.16.0"
3837
TBB_VERSION = "2022.2.0"
39-
XAPIAN_CORE_VERSION = "1.4.24"
4038
ZSTD_VERSION = "1.5.7"
4139

4240

@@ -139,20 +137,6 @@ def requirements(self):
139137
# are downloaded at install in other versions, and that makes Doxygen
140138
# recompile
141139
self.requires(f"doxygen/{DOXYGEN_VERSION}", build=False, run=True, visible=True)
142-
self.requires(
143-
f"xapian-core/{XAPIAN_CORE_VERSION}",
144-
build=False,
145-
run=False,
146-
visible=True,
147-
force=True,
148-
)
149-
self.requires(
150-
f"libiconv/{LIBICONV_VERSION}",
151-
build=False,
152-
run=False,
153-
visible=True,
154-
force=True
155-
)
156140

157141
def build_requirements(self):
158142
# LuxCoreDeps build requirements

0 commit comments

Comments
 (0)