Radovan Bast
4b3a3a0007
Merge pull request #88 from miroi/fc_lapack_openblas
...
adapt fc_lapack test for MS Windows
2015-08-30 10:30:24 +02:00
Radovan Bast
85dc78a9d5
Merge pull request #93 from robertodr/master
...
Fixes problem with format syntax spotted by @miroi
2015-08-28 21:46:28 +02:00
Roberto Di Remigio
1c3c42630b
Fixes problem with format syntax spotted by @miroi
2015-08-28 21:27:56 +02:00
Radovan Bast
cf570c3c5a
cleanup
2015-08-28 21:07:28 +02:00
Radovan Bast
ca60aa3faf
rm trailing whitespace
2015-08-28 21:05:06 +02:00
Radovan Bast
e6747f7190
Merge pull request #91 from robertodr/master
...
Fix for Python 3 failing builds on Windows CI workers
2015-08-28 21:04:00 +02:00
Miro ILIAS
d3d056c05b
adapt the fc_lapack test for MS Windows with OpenBLAS library
2015-08-28 20:55:41 +02:00
Roberto Di Remigio
5d4ca459d8
Possible fix for Python 3 complaints on Windows CI workers
2015-08-28 20:21:05 +02:00
Radovan Bast
dbab54f4e8
Merge pull request #89 from miroi/mpi_tweak
...
Tweak the fc_mpi test to use both the MPI module file and the MPI include file
2015-08-28 19:23:08 +02:00
Radovan Bast
947279699b
Merge pull request #90 from robertodr/master
...
Python interpreter and libraries detection
2015-08-28 19:22:07 +02:00
Roberto Di Remigio
9e2f51ef25
Python interpreter and libraries/headers detection.
...
- The user can now pass its own interpreter.
- Development libraries and headers can be requested.
- Travis-CI switched to new container-based workers.
2015-08-28 19:13:03 +02:00
Radovan Bast
831e24a35b
add flag --cmake-executable; fixes #81
2015-08-27 17:41:20 +02:00
Miro ILIAS
43b577583e
tweak the fc_mpi test to use both the module mpi.F90 and include mpif.h
2015-08-27 14:38:18 +02:00
Radovan Bast
4c0a938426
Merge pull request #79 from miroi/patch-2
...
Allow fc_omp test on MS Windows
2015-08-26 21:15:35 +02:00
Radovan Bast
abd885d2a3
Merge pull request #84 from miroi/patch-6
...
test.py - wrap the expression in quotes to fix skipif error
2015-08-26 21:15:08 +02:00
Miro Iliaš
110f115fb4
close issue #64
2015-08-25 21:28:09 +02:00
Radovan Bast
c893636c33
Merge pull request #82 from miroi/windows-openblas-detection
...
Adapt the BLAS test with the OpenBLAS library on MS Windows
2015-08-24 18:56:16 +02:00
Radovan Bast
7dd67ade03
Merge pull request #83 from miroi/patch-5
...
add help for MS Windows downloading
2015-08-24 15:08:56 +02:00
Radovan Bast
8ba39d7555
Merge pull request #78 from miroi/patch-1
...
hard remove of email notification
2015-08-24 11:36:31 +02:00
Miro Iliaš
cfcf83c664
add help for MS Windows downloading
...
point to the PS alternative to wget
2015-08-24 11:30:43 +02:00
Miro ILIAS
cc315f36dd
Adapt the BLAS test with the OpenBLAS library on MS Windows
...
- both dynamic and static
2015-08-24 11:16:33 +02:00
Miro Iliaš
85137c0690
Allow fc_omp test on MS Windows
...
This should work as MinGW Fortran support OpenMP parallelization.
2015-08-11 22:00:18 +02:00
Miro Iliaš
8b7aa50af8
hard remove of email notification
...
I wish to stop flows of emails...
2015-08-11 18:16:10 +02:00
Radovan Bast
6d33b694c5
Merge pull request #75 from miroi/patch-1
...
add multiple math libs for search order
2015-08-10 20:20:28 +02:00
Radovan Bast
0596b03767
s/no_windows/skip_on_windows/
2015-08-10 20:15:35 +02:00
Miro Iliaš
034ea47325
add multiple math libs for search order
...
Multiple math libs in search-order string serve for setting various tests configurations. Also closes #71 .
2015-08-10 20:14:10 +02:00
Radovan Bast
de5cd2af19
cache BLAS/LAPACK_FOUND; fixes #72 , fixes #73
2015-08-10 19:16:07 +02:00
Radovan Bast
d0f08604d2
rm ")"
2015-08-10 17:42:03 +02:00
Radovan Bast
fc5b67769b
update.py --self creates .gitignore; fixes #55
2015-08-10 17:35:46 +02:00
Radovan Bast
af43b2611a
more doc
2015-08-10 17:18:36 +02:00
Radovan Bast
a99b0ce6a7
Merge pull request #54 from miroi/static_linking
...
Adaptation for static linking
2015-08-10 16:12:44 +02:00
Miro ILIAS
7150ae9793
adaptation of autocmake for the static linking
2015-08-10 15:34:30 +02:00
Radovan Bast
44832b57a7
Merge pull request #66 from miroi/fix_testpy
...
fix for Python of version lower than 2.7
2015-08-10 12:20:39 +02:00
Miro ILIAS
0c752cd537
remove assert stderr due to warnings flushed to stderr, closes #64
...
- keep one stderr assert, as it is not hurting the code
2015-08-10 11:36:12 +02:00
Radovan Bast
24bf997c6d
Merge pull request #68 from miroi/patch-1
...
Update README text
2015-08-09 18:26:25 +02:00
Miro Iliaš
735c70c279
Update README text
...
Add project: https://github.com/miroi/fortran_input_reader
2015-08-09 18:18:57 +02:00
Radovan Bast
72f237eb57
Merge pull request #67 from miroi/patch-1
...
Add project using Autoccmake.
2015-08-09 15:44:07 +02:00
Miro Iliaš
577f57c883
Add project using Autoccmake.
...
I am using the https://github.com/miroi/mathlibs-tester as autocmake's tester for math libraries.
2015-08-09 15:22:38 +02:00
Radovan Bast
4234af1bc6
Merge pull request #65 from miroi/openblas_cmake
...
update OpenBLAS library detection
2015-08-09 11:09:11 +02:00
Miro ILIAS
b400c22628
update OpenBLAS library detection
2015-08-08 23:53:58 +02:00
Radovan Bast
e94cc35958
further specify requirements
2015-08-08 13:38:38 +02:00
Radovan Bast
35d1af9a85
Merge pull request #63 from miroi/opm_test
...
new, simple OpenMP test added
2015-08-07 23:27:49 +02:00
Miro ILIAS
e57d6d0372
simple OpenMP test
...
- with removed int64 support
2015-08-07 19:38:58 +02:00
Radovan Bast
14588a7681
catch stderr earlier
2015-08-07 17:24:32 +02:00
Radovan Bast
1cee0e6798
refactor
2015-08-07 17:23:11 +02:00
Radovan Bast
423eb8bcf2
fix typo
2015-08-07 17:02:45 +02:00
Radovan Bast
c7054178b4
mark tests skipped on win32 really as SKIPPED and not as PASSED
2015-08-07 16:55:50 +02:00
Radovan Bast
56c2891350
cosmetics
2015-08-07 16:52:02 +02:00
Radovan Bast
19d8491528
annotate .travis.yml
2015-08-07 16:50:38 +02:00
Radovan Bast
e9182ffcec
cosmetics
2015-08-07 16:49:14 +02:00