Radovan Bast
cc6b374b93
less code repetition
2016-04-19 21:57:41 +02:00
Radovan Bast
2d858a2a5a
absorb branch name in AUTOCMAKE_GITHUB_URL
2016-04-19 21:38:41 +02:00
Radovan Bast
4e0d0730d8
Merge branch 'master' into yaml
2016-04-19 12:30:51 +02:00
Radovan Bast
a772d29106
s/scisoft/coderefinery/
2016-04-19 12:30:32 +02:00
Radovan Bast
7e6aeca792
update docopt to 0.6.2
2016-04-18 22:08:51 +02:00
Radovan Bast
4e8a1dbac6
implement override
2016-04-18 17:31:50 +02:00
Radovan Bast
950ff76bd5
Merge branch 'master' into yaml
2016-04-18 17:00:50 +02:00
Radovan Bast
4a20af4af9
save work on migration to yaml
2016-04-18 17:00:18 +02:00
Radovan Bast
edf1245760
adapt example configuration file
2016-04-18 16:58:53 +02:00
Radovan Bast
95042c02ba
update copyright notice
2016-04-18 16:53:37 +02:00
Radovan Bast
e784ff88e0
go back to unordered dict parsing for simplicity
...
ordering is guaranteed by lists
2016-04-18 11:57:13 +02:00
Radovan Bast
806564e2e8
Merge branch 'master' into yaml
2016-04-18 11:53:44 +02:00
Radovan Bast
6926c30b3c
extend interpolation to lists
2016-04-18 11:52:39 +02:00
Radovan Bast
d6f552ce3e
setup script runs with python 2.6
2016-04-14 12:13:28 +02:00
Radovan Bast
8319d41ba7
use {0} instead of {} in format
2016-04-14 12:12:41 +02:00
Radovan Bast
aebb3f7e60
module for saving compiler flags to cache
2016-04-11 13:06:59 +02:00
Radovan Bast
49e2dda540
pep8
2016-04-11 13:05:00 +02:00
Radovan Bast
69478cb27e
Merge branch 'master' into yaml
2016-04-10 17:26:02 +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
4ef972dbd2
Merge branch 'master' into yaml
2016-03-29 07:03:27 +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
777a57908c
add pyyaml
2016-03-19 17:51:39 +01:00
Radovan Bast
ae2863cf1b
Merge branch 'master' into yaml
2016-03-19 17:50:55 +01:00
Radovan Bast
497d647746
create requirements.txt
2016-03-19 17:50:40 +01:00
Radovan Bast
5615da7c78
do not hardcode file name
2016-03-19 17:46:50 +01:00
Radovan Bast
5be6e66038
preparing for yaml
2016-03-19 17:43:42 +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