From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B80871395E8 for ; Thu, 2 Feb 2017 20:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C56AFE0DFC; Thu, 2 Feb 2017 20:00:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DCCBE0DFC for ; Thu, 2 Feb 2017 20:00:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF904340F2A for ; Thu, 2 Feb 2017 20:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 526D93D60 for ; Thu, 2 Feb 2017 20:00:51 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1486065527.f1cf618e4651f3e75ecd5a48bfa789c93073b5e4.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso++/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/espresso++/files/espresso++-1.6.0-multilib.patch X-VCS-Directories: sci-physics/espresso++/files/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: f1cf618e4651f3e75ecd5a48bfa789c93073b5e4 X-VCS-Branch: master Date: Thu, 2 Feb 2017 20:00:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23513ab4-0bf0-454c-9929-da87c0af9e52 X-Archives-Hash: ebff62d1a28c0abc9a0273eda881b2ef commit: f1cf618e4651f3e75ecd5a48bfa789c93073b5e4 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Thu Feb 2 18:03:03 2017 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Feb 2 19:58:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cf618e sci-physics/espresso++: remove unused patch Signed-off-by: Guilherme Amadio gentoo.org> .../files/espresso++-1.6.0-multilib.patch | 65 ---------------------- 1 file changed, 65 deletions(-) diff --git a/sci-physics/espresso++/files/espresso++-1.6.0-multilib.patch b/sci-physics/espresso++/files/espresso++-1.6.0-multilib.patch deleted file mode 100644 index a66988b..00000000 --- a/sci-physics/espresso++/files/espresso++-1.6.0-multilib.patch +++ /dev/null @@ -1,65 +0,0 @@ -# HG changeset patch -# User Christoph Junghans -# Date 1381325052 -7200 -# Node ID bcdda52214df0c007e44ec8d5045b0e68b142227 -# Parent 65da1a6110e59322efa1bb5eaff596baf9f07d5d -added LIB variable - -diff -r 65da1a6110e5 -r bcdda52214df CMakeLists.txt ---- a/CMakeLists.txt Tue Oct 08 20:52:46 2013 +0200 -+++ b/CMakeLists.txt Wed Oct 09 15:24:12 2013 +0200 -@@ -29,6 +29,9 @@ - option(BUILD_SHARED_LIBS "Build shared libs" ON) - option(BUILD_STANDALONE "Builds pypresso an standalone binary" OFF) - option(BUILD_PYTHON_MODULE "Builds epresso as python module" ON) -+if (NOT DEFINED LIB) -+ set(LIB "lib") -+endif(NOT DEFINED LIB) - - if(NOT BUILD_STANDALONE AND NOT BUILD_PYTHON_MODULE) - message(FATAL_ERROR "You need to enable pypresso or the python module") -diff -r 65da1a6110e5 -r bcdda52214df contrib/boost/CMakeLists.txt ---- a/contrib/boost/CMakeLists.txt Tue Oct 08 20:52:46 2013 +0200 -+++ b/contrib/boost/CMakeLists.txt Wed Oct 09 15:24:12 2013 +0200 -@@ -21,4 +21,4 @@ - - add_library(espresso_boost ${BOOST_SOURCES}) - target_link_libraries(espresso_boost ${PYTHON_LIBRARIES} ${VAMPIRTRACE_LIBRARIES} ${MPI_LIBRARIES} ${RT_LIBRARIES}) --install(TARGETS espresso_boost LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) -+install(TARGETS espresso_boost LIBRARY DESTINATION ${LIB} ARCHIVE DESTINATION lib) -diff -r 65da1a6110e5 -r bcdda52214df contrib/mpi4py/CMakeLists.txt ---- a/contrib/mpi4py/CMakeLists.txt Tue Oct 08 20:52:46 2013 +0200 -+++ b/contrib/mpi4py/CMakeLists.txt Wed Oct 09 15:24:12 2013 +0200 -@@ -12,4 +12,4 @@ - target_link_libraries(dl ${PYTHON_LIBRARIES} ${VAMPIRTRACE_LIBRARIES} ${MPI_LIBRARIES}) - set_target_properties(dl PROPERTIES PREFIX "" SUFFIX ".so") - --install(TARGETS MPI LIBRARY DESTINATION ${PYTHON_INSTDIR} ARCHIVE DESTINATION lib) -+install(TARGETS MPI LIBRARY DESTINATION ${PYTHON_INSTDIR} ARCHIVE DESTINATION ${LIB}) -diff -r 65da1a6110e5 -r bcdda52214df src/CMakeLists.txt ---- a/src/CMakeLists.txt Tue Oct 08 20:52:46 2013 +0200 -+++ b/src/CMakeLists.txt Wed Oct 09 15:24:12 2013 +0200 -@@ -70,11 +70,11 @@ - add_library(espresso_common ${ESPRESSO_SOURCES}) - target_link_libraries(espresso_common pylogger ${BOOST} ${PYTHON_LIBRARIES} - ${VAMPIRTRACE_LIBRARIES} ${MPI_LIBRARIES} ${FFTW3_LIBRARIES}) --install(TARGETS espresso_common LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) -+install(TARGETS espresso_common LIBRARY DESTINATION ${LIB} ARCHIVE DESTINATION lib) - - add_library(pylogger esutil/PyLogger.cpp) - target_link_libraries(pylogger ${BOOST}) --install(TARGETS pylogger LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) -+install(TARGETS pylogger LIBRARY DESTINATION ${LIB} ARCHIVE DESTINATION lib) - - if(BUILD_STANDALONE) - add_executable(pypresso main/pypresso.cpp) -diff -r 65da1a6110e5 -r bcdda52214df src/pymodule/CMakeLists.txt ---- a/src/pymodule/CMakeLists.txt Tue Oct 08 20:52:46 2013 +0200 -+++ b/src/pymodule/CMakeLists.txt Wed Oct 09 15:24:12 2013 +0200 -@@ -5,5 +5,5 @@ - add_dependencies(_espresso scripts) - #python libs have not prefix (default would be 'lib') - set_target_properties(_espresso PROPERTIES PREFIX "" SUFFIX ".so") -- install(TARGETS _espresso LIBRARY DESTINATION ${PYTHON_INSTDIR} ARCHIVE DESTINATION lib) -+ install(TARGETS _espresso LIBRARY DESTINATION ${PYTHON_INSTDIR} ARCHIVE DESTINATION ${LIB}) - endif(BUILD_PYTHON_MODULE)