File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2222IMGUIFILEDIALOG_VERSION = "0.6.7"
2323JSON_VERSION = "3.12.0"
2424LIBDEFLATE_VERSION = "1.23"
25- LIBICONV_VERSION = "1.18"
2625MINIZIP_VERSION = "4.0.7"
2726NINJA_VERSION = "1.13.1"
2827NVRTC_VERSION = "12.8.93"
3635ROBINHOOD_VERSION = "3.11.5"
3736SPDLOG_VERSION = "1.16.0"
3837TBB_VERSION = "2022.2.0"
39- XAPIAN_CORE_VERSION = "1.4.24"
4038ZSTD_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
You can’t perform that action at this time.
0 commit comments