[SCM] Eigen3 packaging. branch, master, updated. upstream/3.0.3-50-g9cefd99

Anton Gladky gladky.anton at gmail.com
Tue Dec 6 20:21:20 UTC 2011


The following commit has been merged in the master branch:
commit 41cf35ee6bdf592a9dcda5d80acf90938260c27f
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Dec 6 21:17:38 2011 +0100

    Remove a patch (pkgconfig-issue).

diff --git a/debian/patches/fix-pkgconfig-path.patch b/debian/patches/fix-pkgconfig-path.patch
deleted file mode 100644
index c0742ce..0000000
--- a/debian/patches/fix-pkgconfig-path.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: revert install path for pkgconfig, like it was in 3.0.2 (unreliable on Debian)
-Author: Anton Gladky <gladky.anton at gmail.com>
-Last-Update: 2011-10-07
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -279,15 +279,9 @@
-   )
- 
- if(EIGEN_BUILD_PKGCONFIG)
--    SET(path_separator ":")
--    STRING(REPLACE ${path_separator} ";" pkg_config_libdir_search "$ENV{PKG_CONFIG_LIBDIR}")
--    message(STATUS "searching for 'pkgconfig' directory in PKG_CONFIG_LIBDIR ( $ENV{PKG_CONFIG_LIBDIR} ), ${CMAKE_INSTALL_PREFIX}/share, and ${CMAKE_INSTALL_PREFIX}/lib")
--    FIND_PATH(pkg_config_libdir pkgconfig ${pkg_config_libdir_search} ${CMAKE_INSTALL_PREFIX}/share ${CMAKE_INSTALL_PREFIX}/lib ${pkg_config_libdir_search})
--    message(STATUS "found ${pkg_config_libdir}/pkgconfig" )
--
-     configure_file(eigen3.pc.in eigen3.pc)
-     install(FILES ${CMAKE_CURRENT_BINARY_DIR}/eigen3.pc
--        DESTINATION ${pkg_config_libdir}/pkgconfig
-+        DESTINATION share/pkgconfig
-         )
- endif(EIGEN_BUILD_PKGCONFIG)
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7326a0a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-pkgconfig-path.patch

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list