diff options
| author | Marek Roszko <mark.roszko@gmail.com> | 2021-02-02 17:28:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 14:28:38 -0800 |
| commit | 1ce08c0fc7d5b59e50b51c01ef8731ce1880ffc8 (patch) | |
| tree | 7d806ecac64d043633dc2889c9670089906366c4 /versions | |
| parent | bbb50a7d8b009a6911c598058f0248cd8d752fbb (diff) | |
| download | vcpkg-1ce08c0fc7d5b59e50b51c01ef8731ce1880ffc8.tar.gz vcpkg-1ce08c0fc7d5b59e50b51c01ef8731ce1880ffc8.zip | |
[ngspice] build codemodel extension libraries (#15882)
* [ngspice] build codemodel extension libraries
* tabs -> spaces
* [ngspice] make codemodels a feature
* [ngspice] Improve portfile.cmake
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/n-/ngspice.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 3832e0b3a..5445b0e9a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4022,7 +4022,7 @@ }, "ngspice": { "baseline": "33", - "port-version": 0 + "port-version": 1 }, "nifticlib": { "baseline": "2020-04-30", diff --git a/versions/n-/ngspice.json b/versions/n-/ngspice.json index b34cb7d92..6e2f4a819 100644 --- a/versions/n-/ngspice.json +++ b/versions/n-/ngspice.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ff27e9605199ca4134c1ab3fa6bcb311096a0e10", + "version-string": "33", + "port-version": 1 + }, + { "git-tree": "90c388f47ca769fd11449fde9d70402e9865a986", "version-string": "33", "port-version": 0 |
