diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-12 16:43:32 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-12 16:43:32 +0000 |
commit | b2aaf2d765d0c0be6e8ff50540343078d8805a46 (patch) | |
tree | 26f400c1ef3bbf77d28aeabbc61893a1c9163157 /math/xtensor/files/patch-CMakeLists.txt | |
parent | New port: devel/xtl-quant-stack: Template library that supports other quantst... (diff) |
math/xtensor: Unbundle xtl
Also add devel/nlohmann-json as a dependency. It was missing.
Diffstat (limited to 'math/xtensor/files/patch-CMakeLists.txt')
-rw-r--r-- | math/xtensor/files/patch-CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/xtensor/files/patch-CMakeLists.txt b/math/xtensor/files/patch-CMakeLists.txt deleted file mode 100644 index 0792d790dad2..000000000000 --- a/math/xtensor/files/patch-CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- 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.14 REQUIRED) -+#find_package(xtl 0.4.14 REQUIRED) - --message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl") -+message(STATUS "Found xtl: xtl/include") - - find_package(nlohmann_json 3.1.1 QUIET) - |