Skip to content

Commit

Permalink
Added cnpy package
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyt2 committed Mar 9, 2021
1 parent df075b8 commit 36fe292
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ hunter_default_version(civetweb VERSION 1.11-p0)
hunter_default_version(clBLAS VERSION 2.10.0-p0)
hunter_default_version(class_loader VERSION 0.4.1-p0)
hunter_default_version(cmcstl2 VERSION 0.0.0-bee0705e99)
hunter_default_version(cnpy VERSION 1.0.0)
hunter_default_version(convertutf VERSION 1.0.1)
hunter_default_version(corrade VERSION 2019.10)
hunter_default_version(cpp-statsd-client VERSION 1.0.1-42f02b4-p0)
Expand Down
21 changes: 21 additions & 0 deletions cmake/projects/cnpy/hunter.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright (c) 2021, Tamas Nagy (Deep Impact AG)
# All rights reserved.

# !!! DO NOT PLACE HEADER GUARDS HERE !!!

include(hunter_add_version)
include(hunter_cacheable)
include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME cnpy
VERSION 1.0.0
URL "https://github.com/DEEP-IMPACT-AG/cnpy/archive/1.0.0.tar.gz"
SHA1 "a030af676b769a34ace658073f6845fe0e8e9613"
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(cnpy)
hunter_download(PACKAGE_NAME cnpy)

0 comments on commit 36fe292

Please sign in to comment.