Commit Graph

678 Commits

Author SHA1 Message Date
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
Radovan Bast
cff0797b7b install libboost-all-dev 2015-10-12 23:45:03 +02:00
Radovan Bast
016f0488b1 prepend paths and better naming 2015-10-12 23:21:31 +02:00
Radovan Bast
c700194ef3 more explicit function name 2015-10-12 17:25:31 +02:00
Radovan Bast
1790e0723c allow custom validation of args 2015-10-12 16:57:27 +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
db3a250e30 Merge pull request #151 from robertodr/master
Correct two warts in the Boost build-up scripts
2015-10-12 13:10:00 +02:00
Roberto Di Remigio
8754978676 Correct two warts in the Boost build-up scripts 2015-10-12 12:54:52 +02:00
Radovan Bast
b0f7670fa3 Merge pull request #150 from robertodr/master
Add module for ccache support.
2015-10-08 12:35:08 +02:00
Roberto Di Remigio
bd63f3d8f2 Add module for ccache support.
It's based on information retrieved from:
https://www.virag.si/2015/07/use-ccache-with-cmake-for-faster-compilation/
http://petereisentraut.blogspot.no/2011/05/ccache-and-clang.html
2015-10-08 12:23:35 +02:00
Radovan Bast
d030eae35e make fc_optional.cmake ready for ccache 2015-10-08 10:12:48 +02:00
Radovan Bast
b532d22168 protect FC/CC/CXX exports in quotes to allow ccache; fixes #149 2015-10-08 10:01:49 +02:00
Radovan Bast
d7019d7bec rm deprecation warning; see #148 2015-10-07 12:25:01 +02:00
Radovan Bast
e8ec2f5be6 add link to forum 2015-10-06 20:27:08 +02:00
Radovan Bast
47b54bbb8b Merge pull request #143 from robertodr/master
Add PCMSolver to list of projects powered by Autocmake
2015-10-06 09:27:20 +02:00
Roberto Di Remigio
f753318f0b Add PCMSolver to list of projects powered by Autocmake 2015-10-06 02:16:50 +02:00
Radovan Bast
f5684a45cd minor fixes in doc 2015-10-05 22:32:46 +02:00
Radovan Bast
fbbb710b76 add deprecation warning 2015-10-05 17:14:43 +02:00
Radovan Bast
cf3fd70d51 simplify 2015-10-05 17:01:20 +02:00
Radovan Bast
31f37d0350 rm leftover 2015-10-05 16:17:23 +02:00
Radovan Bast
f970db19e3 extend the autocmake.cfg doc 2015-10-05 16:16:27 +02:00