693 Commits

Author SHA1 Message Date
Radovan Bast
5cc5f46c61 typo 2015-07-18 09:29:33 +02:00
Radovan Bast
a2e1e243db test automatic config specification 2015-07-17 16:21:50 +02:00
Radovan Bast
66db064fa6 make it possible to configure from the module doc; fixes #35 2015-07-17 16:05:52 +02:00
Radovan Bast
f7238ca4d2 prepare for autosource, also test update.py 2015-07-17 14:52:07 +02:00
Radovan Bast
e36fd4300f document modules; fixes #7 2015-07-17 13:49:09 +02:00
Radovan Bast
0292b001cc fix rel_cmake_module_path on windows 2015-07-17 11:23:52 +02:00
Radovan Bast
bafae8ab61 avoid code duplication with local cmake modules; fixes #32
the directory for downloaded modules is renamed from modules/ to downloaded/
2015-07-17 10:37:01 +02:00
Radovan Bast
6e97708f50 Merge pull request #34 from miroi/travis-ci-fi
fix of travis-ci test: use BLAS package instead of OpenBLAS
2015-07-16 23:19:30 +02:00
Miro ILIAS
cff36a3082 fix of travic-ci test: use BLAS package instead of OpenBLAS 2015-07-16 14:20:31 +02:00
Radovan Bast
6b877f67c7 Revert "set sudo: false"
This reverts commit 7c3002eae435e55abc1b48b6adc5c5126e682dd1.
2015-07-16 11:08:19 +02:00
Radovan Bast
7c3002eae4 set sudo: false 2015-07-16 11:04:50 +02:00
Radovan Bast
168ba801f1 safer to test dabs 2015-07-16 10:46:39 +02:00
Radovan Bast
06194a54be restore test_fc_blas 2015-07-16 10:43:34 +02:00
Radovan Bast
07a030b3d9 trim sources 2015-07-16 10:42:27 +02:00
Radovan Bast
ed5af19d74 renames 2015-07-16 10:28:08 +02:00
Radovan Bast
4d0784dbd9 fix assert 2015-07-16 10:24:33 +02:00
Radovan Bast
9c9efac181 renames 2015-07-16 10:22:14 +02:00
Radovan Bast
e0e6fc1074 Merge pull request #31 from miroi/fc_openblas
new test fc_openblas added (works on Linux only)
2015-07-15 23:17:53 +02:00
Miro ILIAS
bb3a4ad69f new test fc_openblas added (works on Linux only) 2015-07-15 22:54:59 +02:00
Radovan Bast
87158e936c it seems windows does not like colons in file names 2015-07-14 14:32:00 +02:00
Radovan Bast
9aeacec5e5 if exe() returns stderr, write it to stderr; fixes #28 2015-07-14 13:43:59 +02:00
Radovan Bast
347462b8aa create unique build dirs during testing; fixes #27 2015-07-14 13:37:57 +02:00
Radovan Bast
6877682042 Merge pull request #25 from ihrasko/master
adaptation of test for Python 3
2015-07-08 14:35:38 +02:00
IvanHrasko
a286f5a814 ihrasko: fix pep8 style 2015-07-08 13:46:06 +02:00
IvanHrasko
7cc29aa33b ihrasko: use variable instead of hardcoded path 2015-07-08 12:50:21 +02:00
IvanHrasko
07c8ccdbc7 ihrasko: add testing with Python 3.4 at AppVeyor 2015-07-08 12:32:11 +02:00
IvanHrasko
d12cc0ac80 ihrasko: open stdout and stderr in text mode and avoid type errors in
Python 3 during tests
2015-07-08 12:25:03 +02:00
Radovan Bast
8587b26d0e reorder 2015-07-06 16:23:30 +02:00
Radovan Bast
3c5645299c change default badge branch 2015-07-06 16:22:26 +02:00
Radovan Bast
97786ddb65 add Ivan Hrasko 2015-07-06 16:20:19 +02:00
Radovan Bast
3d28722a2e Merge branch 'appveyor' 2015-07-06 16:18:09 +02:00
Radovan Bast
2b76a1d148 rm trailing blanks 2015-07-06 16:17:54 +02:00
Radovan Bast
d1e314169a Merge pull request #24 from ihrasko/appveyor
Improved test script for appveyor
2015-07-06 14:42:38 +02:00
IvanHrasko
249bd86757 ihrasko: improved test script for appveyor
using shorter path
testing both 32-bit and 64-bit Python versions
downloading and using the latest 5.1.0 version of mingw-w64 compilers
2015-07-05 22:35:59 +02:00
Radovan Bast
0df77a6eed more doc for contributors 2015-07-02 10:29:04 +02:00
Radovan Bast
dc8d59eea4 Merge branch 'master' into appveyor 2015-06-29 22:31:38 +02:00
Radovan Bast
13c7398979 adapt cmake command to platform
(code contributed by Miro Ilias)
2015-06-29 22:24:57 +02:00
Radovan Bast
0f5feb9c36 further refactor 2015-06-29 22:23:07 +02:00
Radovan Bast
e09b663c0e refactor 2015-06-29 22:21:19 +02:00
Radovan Bast
e3b8f29e21 unit test for test_adapt_cmake_command_to_platform 2015-06-29 22:09:36 +02:00
Radovan Bast
a8d412eae4 pass sys.platform - this way we can test win32 also on linux 2015-06-29 22:02:10 +02:00
Radovan Bast
46cf853445 pep8 fixes 2015-06-29 22:01:13 +02:00
Radovan Bast
09980ad895 Merge branch 'master' into appveyor 2015-06-29 22:00:21 +02:00
Radovan Bast
9bdca0abd7 Merge pull request #23 from miroi/miro_appveyor
Adapted lib/config.py for MS Windows
2015-06-28 23:03:18 +02:00
Miro ILIAS
196470a0ff added badge for appveyor-CI using scisoft/autocmake branch appveyor 2015-06-28 22:26:07 +02:00
Miro ILIAS
a2924b9f69 cmake_command preprocessing function adapted/polished for MS Window 2015-06-28 22:18:55 +02:00
Miro ILIAS
f20799e3e2 inserted function for preprocesing cmake_command for MS Windows,testing
phase
2015-06-28 22:14:12 +02:00
Radovan Bast
6f592ba2f0 pep8 fix 2015-06-28 19:38:57 +02:00
Radovan Bast
7d3f2c1527 remove win32 dependency in update.py
the command line rewrite needs to happen in setup.py
(ideally by a function defined in config.py)
otherwise setup.py becomes hardcoded to a platform
and we want it portable
2015-06-28 19:36:33 +02:00
Radovan Bast
36ab8c14a7 comment 2015-06-28 15:30:23 +02:00