mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
[if97] Update to 2.1.3 (#29252)
* Update if97 to 2.1.3 * Update CI baseline * Fix path * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
fe77e593c8
commit
a6732623f5
@ -1,16 +1,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CoolProp/IF97
|
||||
REF v2.1.2
|
||||
SHA512 a7625fcc1ca0763df5b4cf5be741babbaefc09022940b4fc5ee1c05121751282c18ebd87ae58e1eee9bdb46dab5ae6fb4ed9a31fc2c53dc6de5cbd243fa4c8e9
|
||||
REF v2.1.3
|
||||
SHA512 b29a74f134d69b72ba4bb825b25f0631f2fb335500da5d9016c4e6e417d8c93a5b309e95770eb6a7b723948dd82a7b46d873a1fe4e3f3047a881603442d73eff
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/IF97.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(INSTALL "${SOURCE_PATH}/IF97.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
# Handle copyright
|
||||
file(
|
||||
INSTALL ${SOURCE_PATH}/LICENSE
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/if97
|
||||
RENAME copyright
|
||||
)
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "if97",
|
||||
"version-string": "2.1.2",
|
||||
"port-version": 1,
|
||||
"version": "2.1.3",
|
||||
"description": "This repository implements the IF97 formulation for the properties of pure water substance.",
|
||||
"homepage": "https://github.com/CoolProp/IF97"
|
||||
"homepage": "https://github.com/CoolProp/IF97",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
@ -3033,8 +3033,8 @@
|
||||
"port-version": 7
|
||||
},
|
||||
"if97": {
|
||||
"baseline": "2.1.2",
|
||||
"port-version": 1
|
||||
"baseline": "2.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"igloo": {
|
||||
"baseline": "1.1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "71c163c4d2b1ef30310ba2c87ce66fa6f616034c",
|
||||
"version": "2.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "417735fbf8343a340507ae62b2775cb95269769b",
|
||||
"version-string": "2.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user