Skip to content
Snippets Groups Projects
Unverified Commit e9509b59 authored by Lars Bilke's avatar Lars Bilke
Browse files

[wheel] Use MSVC 2022.

parent 7733328e
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ readme = "README.md"
license = { file = "LICENSE.txt" }
authors = [{ email = "info@opengeosys.org" }, { name = "OpenGeoSys Community" }]
requires-python = ">=3.9"
dependencies = [ "pandas" ]
dependencies = ["pandas"]
[project.urls]
homepage = "https://opengeosys.org"
......@@ -80,7 +80,7 @@ environment-pass = [
"cmake.define.OGS_USE_MFRONT" = "OFF"
# Generator needs to be set here, CMAKE_GENERATOR env var does not work.
# Ninja generator does not select the host64 compiler.
"cmake.args" = "-G;Visual Studio 16 2019;--preset;wheel"
"cmake.args" = "-G;Visual Studio 17 2022;--preset;wheel"
[tool.ruff]
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment