Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed May 3, 2024
1 parent 51d9121 commit cd9a701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
- name: Build and install DOLFINx C++ library
working-directory: dolfinx
run: |
cd cpp
cmake -DBasix_DIR=D:/a/dolfinx/basix-install/lib/cmake/basix -Dufcx_DIR=D:/a/dolfinx/ufcx-install/lib/cmake/ufcx -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -B build-dir -S .
cmake -DBasix_DIR=D:/a/dolfinx/basix-install/lib/cmake/basix -Dufcx_DIR=D:/a/dolfinx/ufcx-install/lib/cmake/ufcx -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -B build-dir -S cpp
cmake --build build-dir --config Release
cmake --install build-dir --config Release --prefix D:/a/dolfinx/dolfinx-install
echo "D:/a/dolfinx/dolfinx-install/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"msmpi",
"parmetis",
"pugixml",
"pkg-config"
"pkgconfig"
]
}

0 comments on commit cd9a701

Please sign in to comment.