summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-06-04 12:39:33 +0200
committerAlberto Ruiz <aruiz@um.es>2015-06-04 12:39:33 +0200
commitb7e57952112eae61054fc9171ddb311fbaca0841 (patch)
treeef72da1ad7d661a3bc0a2f72fd65a2074ccf1a73
parent27334e233edd3d891d2837330289a26e54d05fd1 (diff)
move c sources
-rw-r--r--packages/base/CHANGELOG2
-rw-r--r--packages/base/hmatrix.cabal6
-rw-r--r--packages/base/src/Internal/C/lapack-aux.c (renamed from packages/base/src/C/lapack-aux.c)0
-rw-r--r--packages/base/src/Internal/C/lapack-aux.h (renamed from packages/base/src/C/lapack-aux.h)0
-rw-r--r--packages/base/src/Internal/C/vector-aux.c (renamed from packages/base/src/C/vector-aux.c)0
5 files changed, 5 insertions, 3 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG
index 5e00f93..b1d85fb 100644
--- a/packages/base/CHANGELOG
+++ b/packages/base/CHANGELOG
@@ -4,6 +4,8 @@
4 * initial support of (C)Int elements 4 * initial support of (C)Int elements
5 5
6 * improved matrix extraction using vectors of indexes (??) 6 * improved matrix extraction using vectors of indexes (??)
7
8 * remap, ccompare
7 9
8 * experimental support of type safe modular arithmetic 10 * experimental support of type safe modular arithmetic
9 11
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index 6614633..6cbe8c7 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -20,7 +20,7 @@ build-type: Simple
20 20
21extra-source-files: THANKS.md CHANGELOG 21extra-source-files: THANKS.md CHANGELOG
22 22
23extra-source-files: src/C/lapack-aux.h 23extra-source-files: src/Internal/C/lapack-aux.h
24 24
25flag openblas 25flag openblas
26 description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries. 26 description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries.
@@ -77,8 +77,8 @@ library
77 Numeric.LinearAlgebra.Util 77 Numeric.LinearAlgebra.Util
78 Numeric.LinearAlgebra.Util.Modular 78 Numeric.LinearAlgebra.Util.Modular
79 79
80 C-sources: src/C/lapack-aux.c 80 C-sources: src/Internal/C/lapack-aux.c
81 src/C/vector-aux.c 81 src/Internal/C/vector-aux.c
82 82
83 83
84 extensions: ForeignFunctionInterface, 84 extensions: ForeignFunctionInterface,
diff --git a/packages/base/src/C/lapack-aux.c b/packages/base/src/Internal/C/lapack-aux.c
index 1402050..1402050 100644
--- a/packages/base/src/C/lapack-aux.c
+++ b/packages/base/src/Internal/C/lapack-aux.c
diff --git a/packages/base/src/C/lapack-aux.h b/packages/base/src/Internal/C/lapack-aux.h
index 6ffbef1..6ffbef1 100644
--- a/packages/base/src/C/lapack-aux.h
+++ b/packages/base/src/Internal/C/lapack-aux.h
diff --git a/packages/base/src/C/vector-aux.c b/packages/base/src/Internal/C/vector-aux.c
index 5662697..5662697 100644
--- a/packages/base/src/C/vector-aux.c
+++ b/packages/base/src/Internal/C/vector-aux.c