diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-08 23:12:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-08 23:12:12 +0000 |
commit | fb88c0a6adeca4f9341d7280503ef2fbdbf98084 (patch) | |
tree | d6507c84fefb0ec0b0dc05c252c41dee8ec8fea6 /math/xtensor/files/patch-CMakeLists.txt | |
parent | science/spglib: Update 1.10.3 -> 1.10.4 (diff) |
math/xtensor: Update 0.16.4 -> 0.17.0
Port changes:
* Silence the command
* Update xtl to 0.4.13
Reported by: portscout
Diffstat (limited to 'math/xtensor/files/patch-CMakeLists.txt')
-rw-r--r-- | math/xtensor/files/patch-CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/xtensor/files/patch-CMakeLists.txt b/math/xtensor/files/patch-CMakeLists.txt index 671c271beb12..55559f0e7837 100644 --- a/math/xtensor/files/patch-CMakeLists.txt +++ b/math/xtensor/files/patch-CMakeLists.txt @@ -1,14 +1,14 @@ ---- CMakeLists.txt.orig 2018-06-23 15:40:12 UTC +--- CMakeLists.txt.orig 2018-08-01 12:53:03 UTC +++ CMakeLists.txt @@ -28,9 +28,9 @@ message(STATUS "Building xtensor v${${PR # Dependencies # ============ --find_package(xtl 0.4.9 REQUIRED) -+#find_package(xtl 0.4.9 REQUIRED) +-find_package(xtl 0.4.13 REQUIRED) ++#find_package(xtl 0.4.13 REQUIRED) -message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl") +message(STATUS "Found xtl: xtl/include") - find_package(nlohmann_json 3.1.1) + find_package(nlohmann_json 3.1.1 QUIET) |