[crfft, constexpr] Fix copyright location (#25241)

* [clfft,constexpr] Fix copyright

* version

* Fix cmake

* version
This commit is contained in:
Thomas1664 2022-06-15 19:38:33 +02:00 committed by GitHub
parent 06acb79f7c
commit f3702ede0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 13 deletions

View File

@ -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)

View File

@ -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",
{

View File

@ -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)

View File

@ -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"
}

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b935ce5f9e186f9be8fe85d6d228043bede4cd04",
"version": "2.12.2",
"port-version": 5
},
{
"git-tree": "fdb3022cd3081e404b7c49ceaa5bd03ad0dc64f4",
"version": "2.12.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c3d2008ccf999119285610e0a76ed0c46c59632b",
"version": "1.0",
"port-version": 3
},
{
"git-tree": "26c459ddb2becb06ea5c1fcb7a55e282b2aae704",
"version-string": "1.0",