mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[crfft, constexpr] Fix copyright location (#25241)
* [clfft,constexpr] Fix copyright * version * Fix cmake * version
This commit is contained in:
parent
06acb79f7c
commit
f3702ede0b
@ -29,4 +29,4 @@ endif()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION ${CURRENT_PACKAGES_DIR}/share/clfft/copyright)
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "clfft",
|
||||
"version": "2.12.2",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "clFFT is an OpenCL 1.2 accelerated Fast Fourier Transform library.",
|
||||
"homepage": "https://github.com/clMathLibraries/clFFT",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
"opencl",
|
||||
{
|
||||
|
@ -7,10 +7,8 @@ vcpkg_from_github(
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
# Put the licence file where vcpkg expects it
|
||||
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/constexpr/LICENSE)
|
||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/constexpr/LICENSE ${CURRENT_PACKAGES_DIR}/share/constexpr/copyright)
|
||||
|
||||
# Copy the constexpr header files
|
||||
file(GLOB HEADER_FILES ${SOURCE_PATH}/src/include/*.h)
|
||||
file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(GLOB HEADER_FILES "${SOURCE_PATH}/src/include/*.h")
|
||||
file(COPY ${HEADER_FILES} DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "constexpr",
|
||||
"version-string": "1.0",
|
||||
"port-version": 2,
|
||||
"version": "1.0",
|
||||
"port-version": 3,
|
||||
"description": "Small MIT License Library of general stdlib functions written as C++11 constexpr functions.",
|
||||
"homepage": "https://github.com/elbeno/constexpr"
|
||||
"homepage": "https://github.com/elbeno/constexpr",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
@ -1418,7 +1418,7 @@
|
||||
},
|
||||
"clfft": {
|
||||
"baseline": "2.12.2",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"cli": {
|
||||
"baseline": "2.0.1",
|
||||
@ -1542,7 +1542,7 @@
|
||||
},
|
||||
"constexpr": {
|
||||
"baseline": "1.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"constexpr-contracts": {
|
||||
"baseline": "2020-08-09",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b935ce5f9e186f9be8fe85d6d228043bede4cd04",
|
||||
"version": "2.12.2",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "fdb3022cd3081e404b7c49ceaa5bd03ad0dc64f4",
|
||||
"version": "2.12.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c3d2008ccf999119285610e0a76ed0c46c59632b",
|
||||
"version": "1.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "26c459ddb2becb06ea5c1fcb7a55e282b2aae704",
|
||||
"version-string": "1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user