FreeBSD Bugzilla – Attachment 173253 Details for
Bug 211559
math/armadillo: 7.100.3 -> 7.300.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-v2
arma.diff (text/plain), 4.64 KB, created by
Kurt Jaeger
on 2016-08-03 19:29:01 UTC
(
hide
)
Description:
patch-v2
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2016-08-03 19:29:01 UTC
Size:
4.64 KB
patch
obsolete
>diff -r -u -N math/armadillo/Makefile ../../home/pi/myp/math/armadillo/Makefile >--- math/armadillo/Makefile 2016-08-03 21:12:02.425720000 +0200 >+++ ../../home/pi/myp/math/armadillo/Makefile 2016-08-03 18:47:27.113943000 +0200 >@@ -1,7 +1,7 @@ >-# $FreeBSD: head/math/armadillo/Makefile 419533 2016-08-03 16:27:21Z pi $ >+# $FreeBSD: head/math/armadillo/Makefile 415754 2016-05-24 01:47:42Z danilo $ > > PORTNAME= armadillo >-PORTVERSION= 7.100.3 >+PORTVERSION= 7.300.1 > CATEGORIES= math > MASTER_SITES= SF/arma > >@@ -11,6 +11,7 @@ > LICENSE= MPL > > LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ >+ libopenblasp.so:math/openblas \ > libarpack.so:math/arpack \ > libhdf5.so:science/hdf5 \ > libsuperlu.so:math/superlu >diff -r -u -N math/armadillo/distinfo ../../home/pi/myp/math/armadillo/distinfo >--- math/armadillo/distinfo 2016-08-03 21:12:02.426861000 +0200 >+++ ../../home/pi/myp/math/armadillo/distinfo 2016-08-03 18:28:24.825518000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1465123703 >-SHA256 (armadillo-7.100.3.tar.xz) = 3fa4a2f84b54d48260efd587d7e6290618bc909d191bec0a3084a890af699d1e >-SIZE (armadillo-7.100.3.tar.xz) = 3715272 >+TIMESTAMP = 1470241704 >+SHA256 (armadillo-7.300.1.tar.xz) = 5404744e89294ad9d47d651f2f95325840ba268b7fe374e2e40ef217d2f44bce >+SIZE (armadillo-7.300.1.tar.xz) = 3994936 >diff -r -u -N math/armadillo/files/patch-CMakeLists.txt ../../home/pi/myp/math/armadillo/files/patch-CMakeLists.txt >--- math/armadillo/files/patch-CMakeLists.txt 2016-08-03 21:12:02.433313000 +0200 >+++ ../../home/pi/myp/math/armadillo/files/patch-CMakeLists.txt 2016-08-03 21:21:56.331597000 +0200 >@@ -1,4 +1,4 @@ >---- CMakeLists.txt.orig 2016-05-25 08:46:44 UTC >+--- CMakeLists.txt.orig 2016-06-16 16:16:01 UTC > +++ CMakeLists.txt > @@ -368,12 +368,12 @@ if(NOT INSTALL_LIB_DIR) > message(STATUS "*** Detected 64 bit system") >diff -r -u -N math/armadillo/files/patch-include_armadillo__bits_config.hpp ../../home/pi/myp/math/armadillo/files/patch-include_armadillo__bits_config.hpp >--- math/armadillo/files/patch-include_armadillo__bits_config.hpp 1970-01-01 01:00:00.000000000 +0100 >+++ ../../home/pi/myp/math/armadillo/files/patch-include_armadillo__bits_config.hpp 2016-08-03 21:21:56.335398000 +0200 >@@ -0,0 +1,27 @@ >+--- include/armadillo_bits/config.hpp.orig 2016-08-03 19:20:44 UTC >++++ include/armadillo_bits/config.hpp >+@@ -32,13 +32,13 @@ >+ #endif >+ >+ #if !defined(ARMA_USE_ARPACK) >+-// #define ARMA_USE_ARPACK >++#define ARMA_USE_ARPACK >+ //// Uncomment the above line if you have ARPACK or a high-speed replacement for ARPACK. >+ //// ARPACK is required for eigen decompositions of complex sparse matrices >+ #endif >+ >+ #if !defined(ARMA_USE_SUPERLU) >+-// #define ARMA_USE_SUPERLU >++#define ARMA_USE_SUPERLU >+ //// Uncomment the above line if you have SuperLU. >+ //// SuperLU is used for solving sparse linear systems via spsolve() >+ //// Caveat: only SuperLU version 5.2 can be used! >+@@ -76,7 +76,7 @@ >+ //// Uncomment the above line if you want to use Intel MKL mkl_malloc() and mkl_free() instead of standard malloc() and free() >+ >+ // #define ARMA_USE_ATLAS >+-// #define ARMA_ATLAS_INCLUDE_DIR /usr/include/ >++#define ARMA_ATLAS_INCLUDE_DIR /usr/local/include/ >+ //// If you're using ATLAS and the compiler can't find cblas.h and/or clapack.h >+ //// uncomment the above define and specify the appropriate include directory. >+ //// Make sure the directory has a trailing / >diff -r -u -N math/armadillo/pkg-plist ../../home/pi/myp/math/armadillo/pkg-plist >--- math/armadillo/pkg-plist 2016-08-03 21:12:02.440513000 +0200 >+++ ../../home/pi/myp/math/armadillo/pkg-plist 2016-08-03 18:29:17.203932000 +0200 >@@ -137,6 +137,8 @@ > include/armadillo_bits/fn_flip.hpp > include/armadillo_bits/fn_hist.hpp > include/armadillo_bits/fn_histc.hpp >+include/armadillo_bits/fn_index_max.hpp >+include/armadillo_bits/fn_index_min.hpp > include/armadillo_bits/fn_inplace_strans.hpp > include/armadillo_bits/fn_inplace_trans.hpp > include/armadillo_bits/fn_interp1.hpp >@@ -323,6 +325,10 @@ > include/armadillo_bits/op_hist_meat.hpp > include/armadillo_bits/op_htrans_bones.hpp > include/armadillo_bits/op_htrans_meat.hpp >+include/armadillo_bits/op_index_max_bones.hpp >+include/armadillo_bits/op_index_max_meat.hpp >+include/armadillo_bits/op_index_min_bones.hpp >+include/armadillo_bits/op_index_min_meat.hpp > include/armadillo_bits/op_inv_bones.hpp > include/armadillo_bits/op_inv_meat.hpp > include/armadillo_bits/op_logmat_bones.hpp >@@ -474,7 +480,7 @@ > include/armadillo_bits/xvec_htrans_meat.hpp > lib/libarmadillo.so > lib/libarmadillo.so.7 >-lib/libarmadillo.so.7.100.3 >+lib/libarmadillo.so.7.300.0 > share/Armadillo/CMake/ArmadilloConfig.cmake > share/Armadillo/CMake/ArmadilloConfigVersion.cmake > share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake
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 211559
:
173251
| 173253