Skip to content

Commit

Permalink
(#15455) plf_stack: add version 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jan 28, 2023
1 parent 8b66f2a commit 8efb217
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions recipes/plf_stack/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.64":
url: "https://github.com/mattreecebentley/plf_stack/archive/c9d8fae0a66d1d0a19c3d0bf690a2776710511fe.tar.gz"
sha256: "8dcca43043a3c5e91a642a3ae84f3acca657c3775536569302bbccc6b70d24e6"
"1.63":
url: "https://github.com/mattreecebentley/plf_stack/archive/96184693b8dcc904b07cf4e97e848be9fe8b2c4e.tar.gz"
sha256: "8789f97d217e9f97ffefc700f14b87f960aaaad25d0c9a27e6d8577d7a52a939"
Expand Down
2 changes: 1 addition & 1 deletion recipes/plf_stack/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PlfstackConan(ConanFile):
"better performance than standard library containers in a stack context."
)
license = "Zlib"
topics = ("plf_stack", "container", "stack")
topics = ("container", "stack", "header-only")
homepage = "https://plflib.org/stack.htm"
url = "https://github.com/conan-io/conan-center-index"
settings = "os", "arch", "compiler", "build_type"
Expand Down
8 changes: 3 additions & 5 deletions recipes/plf_stack/all/test_v1_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
cmake_minimum_required(VERSION 3.1)
project(test_package LANGUAGES CXX)
project(test_package)

include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup(TARGETS)

find_package(plf_stack REQUIRED CONFIG)

add_executable(${PROJECT_NAME} ../test_package/test_package.cpp)
target_link_libraries(${PROJECT_NAME} PRIVATE plf_stack::plf_stack)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../test_package/
${CMAKE_CURRENT_BINARY_DIR}/test_package/)
2 changes: 2 additions & 0 deletions recipes/plf_stack/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.64":
folder: all
"1.63":
folder: all
"1.60":
Expand Down

0 comments on commit 8efb217

Please sign in to comment.