summarylogtreecommitdiffstats
path: root/package.patch
diff options
context:
space:
mode:
authorTarn Burton2016-05-22 13:17:45 -0400
committerTarn Burton2016-05-22 13:17:45 -0400
commit11e55c2fe2703332c511d927500d8d04db0623b6 (patch)
tree6c72c9dff4d8d89043c8344de574cb36a77a6ed3 /package.patch
parent2f77e51ca67a5aec1a6d0aaf167ed5897415b9dd (diff)
downloadaur-11e55c2fe2703332c511d927500d8d04db0623b6.tar.gz
Update for python3
Diffstat (limited to 'package.patch')
-rw-r--r--package.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package.patch b/package.patch
deleted file mode 100644
index 5eea40ae12da..000000000000
--- a/package.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -aur -bZwB -x .git cadabra2-git.old/client_server/CMakeLists.txt cadabra2-git/client_server/CMakeLists.txt
---- cadabra2-git.old/client_server/CMakeLists.txt 2016-05-21 16:07:27.620746479 -0400
-+++ cadabra2-git/client_server/CMakeLists.txt 2016-05-21 16:08:03.087295612 -0400
-@@ -33,7 +33,7 @@
- find_package(Boost 1.54.0 COMPONENTS python3
- system regex program_options REQUIRED)
- else()
-- find_package(Boost 1.54.0 COMPONENTS python-py34 system regex program_options REQUIRED)
-+ find_package(Boost 1.54.0 COMPONENTS python3 system regex program_options REQUIRED)
- endif()
- set(Boost_USE_STATIC_LIBS OFF)
- set(Boost_USE_MULTITHREADED ON)
-diff -aur -bZwB -x .git cadabra2-git.old/core/CMakeLists.txt cadabra2-git/core/CMakeLists.txt
---- cadabra2-git.old/core/CMakeLists.txt 2016-05-21 16:07:27.634079768 -0400
-+++ cadabra2-git/core/CMakeLists.txt 2016-05-21 16:08:12.737263557 -0400
-@@ -33,7 +33,7 @@
- if(APPLE)
- find_package(Boost 1.54.0 COMPONENTS python3)
- else()
-- find_package(Boost 1.54.0 COMPONENTS python-py34)
-+ find_package(Boost 1.54.0 COMPONENTS python3)
- endif()
-
- if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")