412 Commits

Author SHA1 Message Date
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
Radovan Bast
09903e4034 s/defaults/override/ 2015-10-05 15:43:19 +02:00
Radovan Bast
883fc0cc9f update doc for developers 2015-10-05 15:24:38 +02:00
Radovan Bast
a7fe28f657 update FAQ 2015-10-05 14:10:57 +02:00
Radovan Bast
cbd09436f7 update FAQ 2015-10-05 12:57:23 +02:00
Radovan Bast
18c81ab8fb update doc for contributors 2015-10-05 12:54:21 +02:00
Radovan Bast
a8bc2b0a1f update general doc section 2015-10-05 12:54:10 +02:00
Radovan Bast
a823e300f6 allow config file interpolation 2015-10-04 23:08:31 +02:00
Radovan Bast
5890d462fe change fetch destination 2015-10-01 17:38:25 +02:00
Radovan Bast
ed77160a1c Merge pull request #140 from robertodr/master
Print an informative message when -DFORCE_CUSTOM_BOOST=ON
2015-09-28 18:06:14 +02:00
Roberto Di Remigio
481ac3ab93 Print an informative message when -DFORCE_CUSTOM_BOOST=ON 2015-09-28 16:05:16 +02:00
Radovan Bast
cb42ed37a2 Merge pull request #139 from robertodr/master
Add Boost on the include and link path.
2015-09-28 14:42:33 +02:00
Roberto Di Remigio
2bf4aeb9eb Add Boost on the include and link path.
It was only done when the auto-build was triggered, resulting in build errors
when Boost is available on the system but not on the standard paths.
2015-09-28 14:39:47 +02:00
Radovan Bast
f38a89dd9f rename definitions 2015-09-22 10:48:13 +02:00
Radovan Bast
6472197cfe do not repeat module paths 2015-09-22 10:03:56 +02:00
Radovan Bast
11137ffaf2 add definition ENABLE_MPI 2015-09-21 18:10:53 +02:00
Radovan Bast
485724ba42 add definition ENABLE_OPENMP 2015-09-21 18:10:38 +02:00