mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:04:39 +08:00
[ngspice] Update to rev 34 (#16008)
* [ngspice] Update to release 34 * [ngspice] update x-add-version * Remove cppduals folder from being installed into /include * Update the x-add-version
This commit is contained in:
parent
65b70e6940
commit
5e0f59fab0
@ -1,6 +1,5 @@
|
||||
Source: ngspice
|
||||
Version: 33
|
||||
Port-Version: 1
|
||||
Version: 34
|
||||
Homepage: http://ngspice.sourceforge.net/
|
||||
Description: Ngspice is a mixed-level/mixed-signal electronic circuit simulator. It is a successor of the latest stable release of Berkeley SPICE
|
||||
Supports: !(linux|osx|arm|uwp)
|
||||
|
@ -8,9 +8,9 @@ set(VCPKG_CRT_LINKAGE static)
|
||||
vcpkg_from_sourceforge(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ngspice/ng-spice-rework
|
||||
REF 33
|
||||
FILENAME "ngspice-33.tar.gz"
|
||||
SHA512 895e39f7de185df18bf443a9fa5691cdb3bf0a5091d9860d20ccb02254ef396a4cca5a1c8bf4ba19a03783fc89bb86649218cee977b0fe4565d3c84548943c09
|
||||
REF 34
|
||||
FILENAME "ngspice-34.tar.gz"
|
||||
SHA512 5e90727f3f6b8675b83f71e1961d33cd498081a7f3bea5d081521f12ecb3979775159f083f84a5856233529505262c399f75d305758af51894a1245603476cf8
|
||||
PATCHES
|
||||
use-winbison-sharedspice.patch
|
||||
use-winbison-vngspice.patch
|
||||
@ -78,3 +78,6 @@ vcpkg_copy_pdbs()
|
||||
# Unforunately install_msbuild isn't able to dual include directories that effectively layer
|
||||
file(GLOB NGSPICE_INCLUDES ${SOURCE_PATH}/visualc/src/include/ngspice/*)
|
||||
file(COPY ${NGSPICE_INCLUDES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/ngspice)
|
||||
|
||||
# This gets copied by install_msbuild but should not be shared
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/cppduals)
|
||||
|
@ -4057,8 +4057,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"ngspice": {
|
||||
"baseline": "33",
|
||||
"port-version": 1
|
||||
"baseline": "34",
|
||||
"port-version": 0
|
||||
},
|
||||
"nifticlib": {
|
||||
"baseline": "2020-04-30",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2a9bd9cf0045f6a35080bf13ea51abba65bd49a6",
|
||||
"version-string": "34",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ff27e9605199ca4134c1ab3fa6bcb311096a0e10",
|
||||
"version-string": "33",
|
||||
|
Loading…
Reference in New Issue
Block a user