diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 0975b6f92f..1fc953bf8e 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -8,7 +8,7 @@ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "3f5344c8d2dde771f63022ae68c5a26e9090fa60", + "baseline": "583838d5f68355c8a170c8545fee1854dc89fe76", "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] diff --git a/vcpkg.json b/vcpkg.json index 9755dd9b29..97257aace7 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -20,7 +20,10 @@ "python3", "openssl", "icu", - "ngspice", + { + "name": "ngspice", + "features": [ "fftw" ] + }, "wxpython" ], "overrides": [ @@ -38,7 +41,7 @@ }, { "name": "ngspice", - "version": "38" + "version": "39" }, { "name": "curl",