pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/eigen3



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Sep  2 09:37:25 UTC 2016

Modified Files:
        pkgsrc/math/eigen3: distinfo
Added Files:
        pkgsrc/math/eigen3/patches: patch-eigen3.pc.in

Log Message:
patch pkgconfig file

cflags was "-Iinclude/eigen3" which was clearly wrong, so add prefix


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/eigen3/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/eigen3/patches/patch-eigen3.pc.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/eigen3/distinfo
diff -u pkgsrc/math/eigen3/distinfo:1.7 pkgsrc/math/eigen3/distinfo:1.8
--- pkgsrc/math/eigen3/distinfo:1.7     Sun Nov 15 12:09:59 2015
+++ pkgsrc/math/eigen3/distinfo Fri Sep  2 09:37:25 2016
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2015/11/15 12:09:59 prlw1 Exp $
+$NetBSD: distinfo,v 1.8 2016/09/02 09:37:25 plunky Exp $
 
 SHA1 (eigen3/3.2.7.tar.bz2) = 6e22013ada087bc8ac07bcc0805c3dbb55f8e544
 RMD160 (eigen3/3.2.7.tar.bz2) = 5b44530da8a636f0295c926c5520303f111e3386
 SHA512 (eigen3/3.2.7.tar.bz2) = 6e9beb4fdd69d96a1bb305ea9463547c19cac0072ce908c19bf952d2b7a254c0d674d19a7797a3ba5e8617e1c1bca74dfb7c01971301cb152e467f13eaaed6cc
 Size (eigen3/3.2.7.tar.bz2) = 1155162 bytes
 SHA1 (patch-CMakeLists.txt) = aea4fd4e0043eb23e700dd72d0f6d80d125120e4
+SHA1 (patch-eigen3.pc.in) = 04c5137b8482e021d0e53e2e6cadf831a96cdfd4

Added files:

Index: pkgsrc/math/eigen3/patches/patch-eigen3.pc.in
diff -u /dev/null pkgsrc/math/eigen3/patches/patch-eigen3.pc.in:1.1
--- /dev/null   Fri Sep  2 09:37:25 2016
+++ pkgsrc/math/eigen3/patches/patch-eigen3.pc.in       Fri Sep  2 09:37:25 2016
@@ -0,0 +1,10 @@
+$NetBSD: patch-eigen3.pc.in,v 1.1 2016/09/02 09:37:25 plunky Exp $
+
+--- eigen3.pc.in.orig  2015-11-05 14:56:09.000000000 +0000
++++ eigen3.pc.in
+@@ -3,4 +3,4 @@ Description: A C++ template library for 
+ Requires:
+ Version: ${EIGEN_VERSION_NUMBER}
+ Libs:
+-Cflags: -I${INCLUDE_INSTALL_DIR}
++Cflags: -I${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}



Home | Main Index | Thread Index | Old Index