diff options
| author | Mathis Logemann <mathisloge@gmail.com> | 2021-04-29 00:32:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 15:32:43 -0700 |
| commit | b9a6b3985ff9e84a28e4280b673298fedf8f2c17 (patch) | |
| tree | 0773783dc4781883878f7a2fba9d0a2363eacd80 /ports/fplus | |
| parent | 62407516123a9aaf36710bce15368dd7ca9b168d (diff) | |
| download | vcpkg-b9a6b3985ff9e84a28e4280b673298fedf8f2c17.tar.gz vcpkg-b9a6b3985ff9e84a28e4280b673298fedf8f2c17.zip | |
[new/updated port] frugally-deep and updated fplus (#17559)
* update fplus and fix cmake target. new port frugally-deep
* update version and format manifest
* add frugally-deep version
* lol thats header only..
* update version
* add feature double to frugally-deep
* update version
Diffstat (limited to 'ports/fplus')
| -rw-r--r-- | ports/fplus/portfile.cmake | 10 | ||||
| -rw-r--r-- | ports/fplus/vcpkg.json | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/fplus/portfile.cmake b/ports/fplus/portfile.cmake index 486c7bb46..5969cd318 100644 --- a/ports/fplus/portfile.cmake +++ b/ports/fplus/portfile.cmake @@ -1,15 +1,17 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Dobiasd/FunctionalPlus
- REF 916abce0787da6c6c373d06c453a2cd684594dc2 #v0.2.13-p0
- SHA512 40aa090fc96794e1255416fba84b4afae6b52fe66dc9b810d863da78f387238054e743ba775921b1387b10b00ce6d1500df97806018181f26fcbc925758ef0f6
+ REF v0.2.14-p0
+ SHA512 f6232140fc343521bc484c7fa1a9d4942fbfc078be1cefa7b34c33632ec23d55827d13319f7b7a5535c5eedeb3161e15f84ecb80aa110685dbfc2c932c57284b
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
- -DFPLUS_BUILD_EXAMPLES=OFF
+ OPTIONS
+ -DFPLUS_BUILD_EXAMPLES=OFF
+ -DFunctionalPlus_INSTALL_CMAKEDIR=share/FunctionalPlus
)
vcpkg_install_cmake()
@@ -17,4 +19,4 @@ vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib)
-configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
\ No newline at end of file +configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
diff --git a/ports/fplus/vcpkg.json b/ports/fplus/vcpkg.json index 6f40283c0..0e4c7ad71 100644 --- a/ports/fplus/vcpkg.json +++ b/ports/fplus/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fplus", - "version-semver": "0.2.13-p0", + "version-semver": "0.2.14-p0", "description": "Functional Programming Library for C++. Write concise and readable C++ code", "homepage": "https://github.com/Dobiasd/FunctionalPlus" } |
