From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso++/files/
Date: Thu, 2 Feb 2017 20:00:51 +0000 (UTC) [thread overview]
Message-ID: <1486065527.f1cf618e4651f3e75ecd5a48bfa789c93073b5e4.amadio@gentoo> (raw)
commit: f1cf618e4651f3e75ecd5a48bfa789c93073b5e4
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 2 18:03:03 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> 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 <amadio <AT> 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 <christoph.junghans@gmail.com>
-# 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)
reply other threads:[~2017-02-02 20:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486065527.f1cf618e4651f3e75ecd5a48bfa789c93073b5e4.amadio@gentoo \
--to=amadio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox