Skip to content
Snippets Groups Projects
Commit 5c0f5fa5 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Restrict nexuscpp dependency to version 3 to avoid using the latest major...

Restrict nexuscpp dependency to version 3 to avoid using the latest major version 4 for Windows 7 MSVC12 due to hdf5 incompatibility
parent 7970f95f
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ class XiaDxpRecipe(ConanFile): ...@@ -20,7 +20,7 @@ class XiaDxpRecipe(ConanFile):
exports_sources = "CMakeLists.txt", "src/*", "sdk/**" exports_sources = "CMakeLists.txt", "src/*", "sdk/**"
def requirements(self): def requirements(self):
self.requires("nexuscpp/[>=1.0]@soleil/stable") self.requires("nexuscpp/[>=3 <4]@soleil/stable")
self.requires("hdf5/[>=1.0]@soleil/stable") self.requires("hdf5/[>=1.0]@soleil/stable")
self.requires("yat4tango/[>=1.0]@soleil/stable") self.requires("yat4tango/[>=1.0]@soleil/stable")
if self.settings.os == "Linux": if self.settings.os == "Linux":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment