Skip to content

Commit f66f190

Browse files
author
counterclocker
committed
cleaned setup.cpy
1 parent 25ec335 commit f66f190

55 files changed

Lines changed: 6151 additions & 187 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ See [Wiki](https://github.com/Funartech/cysparse/wiki) for details!
2828
- Version 0.1.0 released on July 6, 2015
2929

3030
First release with multiple types.
31-
31+
3232
- Version 0.0.1 released on April 23, 2015
3333

cysparse.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ include_dirs = /usr/local/include
3535
# specify them here.
3636
# You **must** have a the **dynamic** (not static) version.
3737
[SUITESPARSE]
38-
use_suitesparse = False
38+
# false/true
39+
use_suitesparse = false
3940
library_dirs = /home/nikolaj/Documents/WORK/Dominique/suitesparse 4.4.1-1_ArchLinux/suitesparse-4.4.1-1-x86_64.pkg/usr/lib
4041
include_dirs = /home/nikolaj/Documents/WORK/Dominique/suitesparse 4.4.1-1_ArchLinux/suitesparse-4.4.1-1-x86_64.pkg/usr/include
4142
#/usr/lib

cysparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# The version as used in the setup.py and the docs conf.py
2-
__version__ = "0.0.1"
2+
__version__ = "0.1.0"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#error Do not use this file, it is the result of a failed Cython compilation.

cysparse/sparse/ll_mat.c

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cysparse/sparse/ll_mat_matrices/ll_mat_INT32_t_COMPLEX128_t.c

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cysparse/sparse/ll_mat_matrices/ll_mat_INT32_t_COMPLEX256_t.c

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cysparse/sparse/ll_mat_matrices/ll_mat_INT32_t_COMPLEX64_t.c

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cysparse/sparse/ll_mat_matrices/ll_mat_INT32_t_FLOAT128_t.c

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cysparse/sparse/ll_mat_matrices/ll_mat_INT32_t_FLOAT32_t.c

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)