Miro Iliaš
c8b0ce01a8
allow python_interpreter test on Windows
...
...should work...
2015-10-15 16:43:15 +02:00
Radovan Bast
31fe2cd0a3
skip many tests on windows
2015-10-13 21:47:05 +02:00
Radovan Bast
7e7a93eafa
Merge pull request #153 from robertodr/master
...
Streamline Boost tests for compiled libraries and add documentation on Boost module usage
2015-10-13 10:41:37 +02:00
Radovan Bast
bd6cbb1cbc
less hardcoding
2015-10-13 10:27:44 +02:00
Roberto Di Remigio
ae87734faf
Streamline Boost tests for compiled libraries and add documentation on Boost module usage
2015-10-13 10:26:16 +02:00
Radovan Bast
fd8ec93851
the default setup script name becomes "setup"
...
it can be changed in autocmake.cfg
2015-10-12 15:30:51 +02:00
Radovan Bast
09903e4034
s/defaults/override/
2015-10-05 15:43:19 +02:00
Radovan Bast
a823e300f6
allow config file interpolation
2015-10-04 23:08:31 +02:00
Radovan Bast
9e32dd790d
create own module proxies for blas/lapack
2015-09-19 15:47:17 +02:00
Radovan Bast
c56e9eaa56
rm int64 dependency in blas/lapack tests
2015-09-19 15:32:06 +02:00
Radovan Bast
f8e89221ed
do not run accelerate test on windows
2015-09-19 15:27:05 +02:00
Radovan Bast
825f8cfb9c
rm unreachable code (in our regular automated testing)
2015-09-18 14:26:06 +02:00
Radovan Bast
b8e8a7abd1
s/FATAL/FATAL_ERROR/
2015-09-18 14:07:57 +02:00
Radovan Bast
7a65a4cfe7
skip test_cxx_lapacke on linux
2015-09-18 13:09:46 +02:00
Radovan Bast
7fde3db8ff
fix typo
2015-09-18 12:29:01 +02:00
Radovan Bast
05fadb04ee
simplify MPI test
2015-09-18 12:04:33 +02:00
Radovan Bast
7548f26a08
less code repetition
2015-09-18 11:31:50 +02:00
Radovan Bast
84b330e419
remove "config: custom" option; fixes #135
2015-09-18 11:25:50 +02:00
Radovan Bast
27f4b88220
get less useless and more useful printout from test.py when things fail
2015-09-18 11:20:37 +02:00
Radovan Bast
6c43499681
simplify accelerate test
2015-09-18 10:53:48 +02:00
Radovan Bast
c5057f8aee
add test for accelerate framework
2015-09-18 10:44:39 +02:00
Radovan Bast
d4596c6f95
add skip_on_linux decorator
2015-09-18 10:28:31 +02:00
Radovan Bast
9d7c19bc33
second source reset the first
2015-09-18 10:00:39 +02:00
Radovan Bast
a850a854b0
move cblas and lapacke to own dir
2015-09-18 09:58:18 +02:00
Radovan Bast
ffd128548f
more work on lapacke test
2015-09-18 09:34:46 +02:00
Radovan Bast
6efc29457d
adding lapacke.cmake stub
2015-09-17 10:44:30 +02:00
Radovan Bast
e399058e37
convert lapacke example to cxx
2015-09-17 10:34:04 +02:00
Radovan Bast
6017dbbfa6
renames
2015-09-17 10:26:08 +02:00
Radovan Bast
bed8a42945
remove static linking from tests
...
this will be implemented and tested externally
see #134
2015-09-17 10:06:52 +02:00
Radovan Bast
97e686b6be
rm test_cxx_cblas_static
2015-09-17 09:54:55 +02:00
Radovan Bast
304c2514d4
fix a wrong move
2015-09-17 01:44:49 +02:00
Radovan Bast
173973929c
s/clapack/lapacke/
2015-09-17 01:38:20 +02:00
Radovan Bast
8d81310cc6
try cblas test on osx
2015-09-17 00:45:44 +02:00
Radovan Bast
b92b9ae23c
remove an include that we never test within autocmake
2015-09-17 00:41:42 +02:00
Radovan Bast
4a74b1b129
use --cblas in test_cxx_cblas_static
2015-09-17 00:36:43 +02:00
Radovan Bast
a7de2e62e9
simplify cc_cblas test
2015-09-17 00:35:45 +02:00
Radovan Bast
78ebba62e5
test the new cblas
2015-09-17 00:09:56 +02:00
Radovan Bast
c0199ccd43
adding a module for cblas
2015-09-17 00:08:43 +02:00
Radovan Bast
c2d8abcca2
skip cblas and clapack tests on osx
2015-09-16 15:27:15 +02:00
Radovan Bast
cc1e472d3d
clang does not have omp, skip this test on osx
2015-09-10 08:37:51 +02:00
Radovan Bast
79342a172c
skip static tests on osx
2015-09-10 08:36:19 +02:00
Radovan Bast
3236c01ffb
deactivate boost tests for the moment
2015-09-10 08:26:18 +02:00
Radovan Bast
d5e429222d
allow testing without network; fixes #117
2015-09-08 17:30:47 +02:00
Radovan Bast
21ce8b8810
Merge pull request #121 from robertodr/master
...
Added module for Boost detection and automatic build-up
2015-09-08 11:51:07 +02:00
Radovan Bast
1780e4a189
Added module for Boost detection and automatic build-up
2015-09-08 11:26:25 +02:00
Miro ILIAS
102e891278
adapt fc_mpi test for MS Windows by utilizing ms-mpi package
...
- 2 msmpi files are modified according to the tutorial
2015-09-07 21:10:31 +02:00
Radovan Bast
ea650eace1
s/minimum_cmake_version/min_cmake_version/
2015-09-07 17:45:31 +02:00
Radovan Bast
66ac83482f
s/minimum_required_version/minimum_cmake_version/
2015-09-06 14:37:38 +02:00
Radovan Bast
699ea2a26d
add minimum_required_version to all tests
2015-09-06 14:35:31 +02:00
Miro ILIAS
f4b2c2305b
new test: cc_lapack
...
- extended math_libs.cmake for C headers detection
- static_linking tests included
- rearranged math-libs order for better libraries detection
- no int64 for cc_lapack
- added include/ directory to %path% to detect clapack.h in appveyor
- simplified C-code, intendations kept
- travis-ci kept simple, but needs liblapack-dev and libatlas-base-dev
- libatlas-dev can not be installed due to repeating xerba objects in *.a lib
files
2015-09-01 11:35:58 +02:00