mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
If97 (#2131)
* [if97] create CONTROL * [if97] add portfile * [if97] create custom cmakelists * [if97:portfile] copy cmakelists * [if97:portfile] define build_targets * [if97:portfile] fix def * [if97:portfile] fix flag * [if97:portfile] fix header * [if97] remove cmake * [portfile] cleanup * [if97] No need to define SOURCE_PATH
This commit is contained in:
parent
19861c73aa
commit
56c74b32f6
3
ports/if97/CONTROL
Normal file
3
ports/if97/CONTROL
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Source: if97
|
||||||
|
Version: 2.1.0
|
||||||
|
Description: This repository implements the IF97 formulation for the properties of pure water substance.
|
19
ports/if97/portfile.cmake
Normal file
19
ports/if97/portfile.cmake
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
include(vcpkg_common_functions)
|
||||||
|
set(PORT_VERSION 2.1.0)
|
||||||
|
|
||||||
|
vcpkg_from_github(
|
||||||
|
OUT_SOURCE_PATH ${SOURCE_PATH}
|
||||||
|
REPO CoolProp/IF97
|
||||||
|
REF v${PORT_VERSION}
|
||||||
|
SHA512 f8cde0538af395d8d82998bd71f28d89cd5c6fcfdf16410b0630a0f8b59ec86ff8a748b05681e65cbece051db5be6b960b6ea4fc8bce83b4309f46896083164a
|
||||||
|
HEAD_REF master
|
||||||
|
)
|
||||||
|
|
||||||
|
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
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user