Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pymia-0.1.9.tar.gz | 2016-07-27 | 20.9 kB | |
pymia-0.1.9.tar.gz.asc | 2016-07-27 | 473 Bytes | |
README | 2016-07-27 | 1.2 kB | |
pymia-0.1.8.tar.gz | 2016-06-03 | 20.9 kB | |
pymia-0.1.8.tar.gz.asc | 2016-06-03 | 473 Bytes | |
pymia-0.1.7.tar.gz | 2015-01-08 | 21.1 kB | |
pymia-0.1.7.tar.gz.asc | 2015-01-08 | 819 Bytes | |
pymia-0.1.6.tar.gz.asc | 2014-09-10 | 819 Bytes | |
pymia-0.1.6.tar.gz | 2014-09-10 | 21.1 kB | |
pymia-0.1.5.tar.gz.asc | 2013-12-05 | 490 Bytes | |
pymia-0.1.5.tar.gz | 2013-12-05 | 21.0 kB | |
pymia-0.1.4.tar.gz.asc | 2013-12-04 | 490 Bytes | |
pymia-0.1.4.tar.gz | 2013-12-04 | 21.0 kB | |
pymia-0.1.3.tar.gz.asc | 2013-10-23 | 490 Bytes | |
pymia-0.1.3.tar.gz | 2013-10-23 | 33.0 kB | |
Totals: 15 Items | 164.2 kB | 0 |
This is the python extension modules for MIA. to build it you need a compiler that supports C++11, e.g. g++ >= 4.9 and MIA >= 2.4.0 installed. To build the module, just run python build.py build and to install it python build.py install. If building fails with an unknown compiler flag "-std=c++11", then you're probably using g++-4.6 and you might want to change the compiler flag to "-std=c++0x". For other problems please write a bug report https://sourceforge.net/p/mia/tickets-pymia/ or open a discussion in https://sourceforge.net/p/mia/discussion/add-on/ The packages up to 0.1.5 were signed with the key F2310714. Since version 0.1.6 the package was signed with gpg key 1530B71F. Version 0.1.9 ===== * switch to mia-2.4 0.1.8 ===== * remove duplicate libraries without reordering them 0.1.7 ===== * rename module to pymia, because it would otherwise conflict with the nipype interfaces. 0.1.6 ===== * update dependency to mia-2.2.X 0.1.5 ===== * update licens entries 0.1.4 ===== * remove segmentation tool, since it is not compatible with python3 * clean up build 0.1.3 ===== * switch to python distutils