Skip to content

Commit

Permalink
fmk - updateing conanfile for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 29, 2024
1 parent 221186e commit 8d36fac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ class EEUQ(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "qmake"
requires = "jansson/2.13.1", \
"libcurl/7.72.0", \
"zlib/1.2.11"

build_policy = "missing"

def requirements(self):
if self.settings.os != "Linux":
self.requires("libcurl/7.72.0")

def configure(self):
if self.settings.os == "Windows":
self.options["lapack"].visual_studio = True
Expand Down

0 comments on commit 8d36fac

Please sign in to comment.