Skip to content

Commit

Permalink
pybamm-team#3049 Remove improper CMake message, add for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Sep 1, 2023
1 parent 82197eb commit 13ed52d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
brew analytics off
brew update
brew install graphviz openblas
brew install graphviz openblas cmake
- name: Install Windows system dependencies
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
brew analytics off
brew update
brew install graphviz openblas
brew install graphviz openblas cmake
- name: Install Windows system dependencies
if: matrix.os == 'windows-latest'
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ if (CASADI_DIR)
file(TO_CMAKE_PATH ${CASADI_DIR} CASADI_DIR)
message("Found python casadi path: ${CASADI_DIR}")
endif()
message("Could not find python casadi path")

if(${USE_PYTHON_CASADI})
message("Trying to link against python casadi package")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires = [
"setuptools",
"wheel",
"casadi>=3.6.0; platform_system!='Windows'",
"cmake; platform_system=='Linux'",
"cmake; platform_system!='Windows'",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 13ed52d

Please sign in to comment.