Skip to content

Commit

Permalink
Merge branch 'NHERI-SimCenter:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBonus authored Sep 29, 2024
2 parents 34af277 + 8d36fac commit 592480e
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 592480e

Please sign in to comment.