Skip to content

Commit

Permalink
update to HastyNoise 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caseymcc authored and ruslo committed Jul 10, 2019
1 parent d2416c5 commit e26ed35
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ else()
endif()

hunter_default_version(HalideIR VERSION 0.0-32057b5-p0)
hunter_default_version(HastyNoise VERSION 0.8.1)
hunter_default_version(HastyNoise VERSION 0.8.2)
hunter_default_version(ICU VERSION 63.1-p5)
hunter_default_version(IF97 VERSION 2.1.2)
hunter_default_version(Igloo VERSION 1.1.1-hunter)
Expand Down
17 changes: 17 additions & 0 deletions cmake/projects/HastyNoise/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ include(hunter_download)
include(hunter_pick_scheme)

# List of versions here...
hunter_add_version(
PACKAGE_NAME
HastyNoise
VERSION
"0.8.2"
URL
"https://github.com/caseymcc/HastyNoise/archive/0.8.2.tar.gz"
SHA1
563bd6d8e5cd7fd37ec4a52fd4c12e7bf722685b
)

hunter_add_version(
PACKAGE_NAME
HastyNoise
Expand All @@ -30,6 +41,12 @@ hunter_add_version(
f4e9fd3fb2b53eeb10d6c7705d34eac7c7493059
)

hunter_cmake_args(
HastyNoise
CMAKE_ARGS
HN_PREVIEW_APP=OFF
)

# Pick a download scheme
hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(HastyNoise)
Expand Down
1 change: 1 addition & 0 deletions examples/HastyNoise/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.0)

# Emulate HunterGate:
# * https://github.com/hunter-packages/gate
set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/config.cmake)
include("../common.cmake")

project(download_hastynoisesimd)
Expand Down
4 changes: 4 additions & 0 deletions examples/HastyNoise/config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
hunter_config(Boost VERSION ${HUNTER_Boost_VERSION}
CMAKE_ARGS
BUILD_SHARED_LIBS=ON
)

0 comments on commit e26ed35

Please sign in to comment.