Radovan Bast
49e2dda540
pep8
2016-04-11 13:05:00 +02:00
Radovan Bast
ea962bf074
update --cmake-options example; fixes #169
2016-04-10 17:24:49 +02:00
Radovan Bast
8edce7af96
use format() instead of %
2016-04-10 17:20:01 +02:00
Radovan Bast
7bfa3fb6db
more local imports
2016-04-10 17:03:41 +02:00
Radovan Bast
431a329e2b
use with statement for I/O
2016-04-10 16:49:32 +02:00
Radovan Bast
1ab86a0d02
rm leftovers
2016-03-29 07:14:30 +02:00
Radovan Bast
0c3f91ba8e
disable appveyor support; fixes #112 , fixes #167
2016-03-29 07:02:05 +02:00
Radovan Bast
eda1fdd4b1
Merge pull request #168 from miroi/patch-9
...
update the %path% variable
2016-03-27 13:29:41 +02:00
Radovan Bast
497d647746
create requirements.txt
2016-03-19 17:50:40 +01:00
Miro Iliaš
7380b9c284
update path variable
...
so that there will be no conflicts between cmake and git
2016-03-18 21:25:48 +01:00
Miro Iliaš
cdf8d4ef40
fix openblas package download
...
because the old link for downloading expired, I provided new link for downloading
2016-03-18 21:03:31 +01:00
Miro Iliaš
a8c8bc30c7
update the %path% variable
...
so that it can find git.exe command (is hidden in the default %path% variable )
2016-03-18 20:01:34 +01:00
Radovan Bast
d0234917f4
trim
2016-02-12 18:42:15 +01:00
Radovan Bast
1f91f303e5
update links
2016-02-12 18:37:12 +01:00
Radovan Bast
62f9dd1b95
adapt to new dir structure within Google Test
2016-02-11 20:15:46 +01:00
Radovan Bast
d66fe341a3
more robust regex
2016-02-11 19:51:54 +01:00
Radovan Bast
cefc2112e2
make regexes less greedy
2016-02-03 21:03:28 +01:00
bast
da5fa39bd8
add license badge
2016-01-23 15:55:35 +01:00
bast
6e5c91d04f
add openblas
2016-01-23 15:53:05 +01:00
Radovan Bast
6c336623ad
Merge pull request #163 from miroi/patch-8
...
provide threaded essl library only
2015-12-24 11:14:14 +01:00
Miro Iliaš
f6063344e0
provide threaded essl library only
...
It's better to use threaded essl library on IBM AIX, could we have it please ?
Standard IBM AIX has both library types:
~~~
ilias@f01c10n02:~/work/qch/software/dirac/trunk/cmake/downloaded/.ar t /usr/lib/libesslsmp.a
essl.o
ilias@f01c10n02:~/work/qch/software/dirac/trunk/cmake/downloaded/.ar t /usr/lib/libessl.a
essl.o
ilias@f01c10n02:~/work/qch/software/dirac/trunk/cmake/downloaded/.
~~~
2015-12-23 08:43:26 +01:00
Radovan Bast
0c61c54b73
only strip string if not empty
2015-12-15 15:18:35 +01:00
Radovan Bast
4c360122c8
add --prefix
2015-12-12 14:05:10 +01:00
Radovan Bast
8f4ca68404
Merge pull request #162 from miroi/CMAKE_CURRENT_LIST_DIR
...
thorough workaround for CMAKE_CURRENT_LIST_DIR variable
2015-11-10 09:53:24 +01:00
Miro ILIAS
950652aedd
thorough workaround for CMAKE_CURRENT_LIST_DIR variable
...
- to fix this for CMake 2.8.2
2015-11-10 09:22:26 +01:00
Radovan Bast
f639bea034
Merge pull request #161 from robertodr/master
...
Modify CMake commands in Boost build-up scripts to use platform-independent form
2015-11-10 09:00:20 +01:00
Roberto Di Remigio
6dd61417bb
Modify CMake commands in Boost build-up scripts to use platform-independent form
2015-11-09 22:17:19 -05:00
Radovan Bast
7c4dac37ce
skip test_boost_libs on osx
2015-11-05 17:12:33 +01:00
Radovan Bast
e57ff291f3
brew install open-mpi
2015-11-04 19:52:39 +01:00
Radovan Bast
bc2d767342
rm MPI test; too painful to maintain
2015-11-04 19:43:54 +01:00
Radovan Bast
b64341684a
rm lapacke test; too painful to get it to run; fixes #137
2015-11-04 19:39:22 +01:00
Radovan Bast
e17c541b07
update .travis.yml
2015-11-04 19:38:10 +01:00
Radovan Bast
ea3a58b292
link MPI_LIBRARIES
2015-10-30 10:56:14 +01:00
Radovan Bast
71bea9bfe5
only test mpif.h
2015-10-30 10:28:45 +01:00
Radovan Bast
5567198dc1
cosmetics
2015-10-30 10:24:36 +01:00
Radovan Bast
0c20a8463a
Merge pull request #157 from miroi/patch-7
...
provide workaround for undefined variable
2015-10-30 10:20:58 +01:00
Miro Iliaš
c89e2021a7
provide workaround for undefined variable
...
it's CMAKE_CURRENT_LIST_DIR, see https://public.kitware.com/Bug/print_bug_page.php?bug_id=11675
2015-10-29 09:22:59 +01:00
Radovan Bast
54be03a22d
modify import
2015-10-17 11:15:20 +02:00
Radovan Bast
0224af82ae
use defaultdict for parsed config settings
2015-10-17 11:13:16 +02:00
Radovan Bast
10a2a2d7ea
stop with error if project name contains a space
2015-10-17 10:50:31 +02:00
Radovan Bast
29d33fce3e
document postprocess_args; fixes #152
2015-10-15 18:49:56 +02:00
Radovan Bast
702955af3b
add possibility to print deprecation warnings; fixes #148
2015-10-15 18:22:06 +02:00
Radovan Bast
bd3a140e5b
Merge pull request #155 from miroi/patch-7
...
allow python_interpreter test on Windows
2015-10-15 17:16:22 +02:00
Miro Iliaš
4ea3f73bae
Update test.py
2015-10-15 16:54:34 +02:00
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
246c0cf2b2
rm quotes in compiler exports
2015-10-13 10:05:36 +02:00