Skip to content
Snippets Groups Projects
Verified Commit a737a9bb authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent b4c22e71
No related branches found
No related tags found
1 merge request!43F pipeline
Pipeline #27388 failed
......@@ -25,7 +25,7 @@ class CaosdbConan(ConanFile):
("grpc/1.48.0"),
]
build_requires = [
("boost/1.77.0"),
("boost/1.78.0"),
("gtest/1.11.0"),
]
exports = ("*.cmake", "*CMakeLists.txt", "*.in",
......@@ -38,6 +38,7 @@ class CaosdbConan(ConanFile):
if self.settings.os == "Windows":
del self.options.fPIC
self.options["boost"].without_python = True
self.options["boost"].filesystem_version = "3"
# def source(self):
# self.run("git clone https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git")
......
......@@ -2,7 +2,7 @@ bottle==0.12.21
certifi==2022.6.15
charset-normalizer==2.1.0
colorama==0.4.5
conan==1.51.2
conan==1.51.3
distro==1.6.0
fasteners==0.17.3
future==0.18.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment