Skip to content

Commit

Permalink
fmk - updating conanfile to remove winssl, updating appveyor to use p…
Browse files Browse the repository at this point in the history
…ython 3.9 on mac
  • Loading branch information
fmckenna committed Oct 11, 2021
1 parent c77abd6 commit 51a397c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
- Ubuntu1804
- Visual Studio 2019

stack: python 3.7
stack: python 3.8

for:
# macOS
Expand All @@ -17,12 +17,11 @@ for:
clone_folder: ~/SimCenter

init:
- export PATH="$HOME/Qt/5.15.2/clang_64/bin:$HOME/venv3.8.6/bin:/Users/appveyor/Library/Python/2.7/bin:$PATH"
- export PATH="$HOME/Qt/5.15.2/clang_64/bin:$HOME/venv3.9/bin:$PATH"
- python -m pip install --upgrade pip
- pip install conan
- conan user
- conan remote add simcenter https://nherisimcenter.jfrog.io/artifactory/api/conan/simcenter

- conan remote add simcenter https://nherisimcenter.jfrog.io/artifactory/api/conan/simcenter

install:
- uname
Expand Down
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class EEUQ(ConanFile):

def configure(self):
if self.settings.os == "Windows":
self.options["libcurl"].with_winssl = True
self.options["lapack"].visual_studio = True
self.options["lapack"].shared = True

Expand Down

0 comments on commit 51a397c

Please sign in to comment.