summaryrefslogtreecommitdiff
path: root/math/xtensor/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-12 08:56:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-12 08:56:30 +0000
commit8f733ea1be989de95acc98396f898e4a5f520d45 (patch)
treebdf72b6c91eb141fb060ad49702158add7c7ce21 /math/xtensor/files/patch-CMakeLists.txt
parent- Add new port: devel/R-cran-cli (diff)
New port: math/xtensor: Multi-dimensional arrays with broadcasting and lazy computing
Diffstat (limited to 'math/xtensor/files/patch-CMakeLists.txt')
-rw-r--r--math/xtensor/files/patch-CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/xtensor/files/patch-CMakeLists.txt b/math/xtensor/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..e700e86e57ff
--- /dev/null
+++ b/math/xtensor/files/patch-CMakeLists.txt
@@ -0,0 +1,13 @@
+--- CMakeLists.txt.orig 2018-03-12 08:10:41 UTC
++++ CMakeLists.txt
+@@ -28,8 +28,8 @@ message(STATUS "Building xtensor v${${PR
+ # Dependencies
+ # ============
+
+-find_package(xtl 0.4 REQUIRED)
+-message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl")
++#find_package(xtl 0.4 REQUIRED)
++message(STATUS "Found xtl: xtl/include")
+
+ # Build
+ # =====