FreeBSD Bugzilla – Attachment 96273 Details for
Bug 134863
[PATCH] math/eigen: use malloc instead of posix_memalign, fix on 6.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
eigen-2.0.0_3.patch
eigen-2.0.0_3.patch (text/plain), 1.20 KB, created by
Dmitry Marakasov
on 2009-05-22 16:30:04 UTC
(
hide
)
Description:
eigen-2.0.0_3.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-05-22 16:30:04 UTC
Size:
1.20 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/math/eigen2/Makefile,v >retrieving revision 1.7 >diff -u -u -r1.7 Makefile >--- Makefile 20 May 2009 23:09:32 -0000 1.7 >+++ Makefile 22 May 2009 14:23:17 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= eigen > DISTVERSION= 2.0.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= math > MASTER_SITES= http://download.tuxfamily.org/eigen/ > >Index: files/patch-Eigen-src-Core-util-Memory.h >=================================================================== >RCS file: files/patch-Eigen-src-Core-util-Memory.h >diff -N files/patch-Eigen-src-Core-util-Memory.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-Eigen-src-Core-util-Memory.h 22 May 2009 15:12:28 -0000 >@@ -0,0 +1,11 @@ >+--- Eigen/src/Core/util/Memory.h.orig 2009-02-02 16:24:17.000000000 +0300 >++++ Eigen/src/Core/util/Memory.h 2009-05-22 18:19:51.000000000 +0400 >+@@ -27,7 +27,7 @@ >+ #ifndef EIGEN_MEMORY_H >+ #define EIGEN_MEMORY_H >+ >+-#if defined(__APPLE__) || defined(_WIN64) >++#if defined(__APPLE__) || defined(_WIN64) || defined (__FreeBSD__) >+ #define EIGEN_MALLOC_ALREADY_ALIGNED 1 >+ #else >+ #define EIGEN_MALLOC_ALREADY_ALIGNED 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 134863
: 96273