693 Commits

Author SHA1 Message Date
a52e38cfad
💥 Removed pipfile 2022-10-26 15:27:02 +02:00
d734efee26
🔧 Added sphinx to requirements.txt 2022-10-26 15:16:59 +02:00
1ad82d5c4b
🎨 Fixed formating 2022-10-24 15:57:34 +02:00
9d2c6f31db
🔧 Replaced deprecated FancyURLopener 2022-10-24 15:52:56 +02:00
b5218d50f6
🎉 Added sccache.cmake 2022-10-24 15:16:28 +02:00
fc5ab3f9c6
🔨 Updated Sphinx config 2022-10-24 14:53:39 +02:00
901c3e55cd
🔧 Update min cmake version to 3.1 2022-10-24 14:14:14 +02:00
a2037a5341
🐛 Fixed compatibility with python 3.10 2022-10-21 10:33:48 +02:00
Roberto Di Remigio
85a4d068b7
Merge pull request #264 from bast/radovan/quotes-workaround
preserve quotes in setup_command; closes #169
2020-04-08 09:21:02 +02:00
Radovan Bast
32f4562704 preserve quotes in setup_command; closes #169 2020-04-07 19:56:57 +02:00
Radovan Bast
09b2ebf8db add DOI badge 2020-02-03 21:21:23 +01:00
Radovan Bast
7f674e7892 simplify 2020-02-03 21:21:07 +01:00
Radovan Bast
09b13e5747 mint v1.0.0 v1.0.0 2020-02-03 21:00:39 +01:00
Roberto Di Remigio
92291cb7d6
Merge pull request #261 from dev-cafe/radovan/restore-ci
Remove Boost modules and tests and restore CI
2019-10-07 14:39:20 +02:00
Radovan Bast
8c0222a87f rm boost module and tests; closes #258 closes #260 2019-10-06 15:55:12 +02:00
Radovan Bast
d2890239d0 fix path to include file 2019-10-06 15:54:48 +02:00
Radovan Bast
979453c610 fc_blas and fc_lapack tests need also C and CXX support 2019-10-06 15:54:17 +02:00
Roberto Di Remigio
839beaafd5
Merge pull request #255 from bast/pyyaml-warning
hopefully solve security warning by updating lock
2019-01-23 17:40:29 +01:00
Roberto Di Remigio
f7229c4644
Merge pull request #256 from bast/include-modules-explicit-paths
in generated CMakeLists.txt include modules with explicit path
2019-01-23 17:40:02 +01:00
Radovan Bast
0e63ae446f in generated CMakeLists.txt include modules with explicit path
do not modify CMAKE_MODULE_PATH

we have seen that this can lead to trouble in combination
with FetchContent where the fetched project can pick up wrong
modules since CMAKE_MODULE_PATH can contain paths from the parent
project
2019-01-23 17:18:24 +01:00
Radovan Bast
137c55c853 hopefully solve security warning by updating lock 2019-01-23 17:00:05 +01:00
Radovan Bast
30e231950b
Merge pull request #252 from dev-cafe/robertodr-patch-1
Do not remove build directory on failure
2018-08-22 18:05:05 +02:00
Roberto Di Remigio
8aa2c35793
Do not remove build directory on failure 2018-08-22 11:47:17 -04:00
Radovan Bast
9919281d98
Merge pull request #249 from bast/repo-move
s/coderefinery/dev-cafe/; closes #244
2018-06-26 23:05:20 +02:00
Radovan Bast
e12b47e287 s/coderefinery/dev-cafe/; closes #244 2018-06-20 17:10:31 +02:00
Radovan Bast
ebf3264642
Merge pull request #245 from robertodr/fix-option-wrappers
Do not use CMakeParseArguments for wrappers
2018-04-24 09:46:05 +02:00
Roberto Di Remigio
fa53033962
Do not use CMakeParseArguments for wrappers 2018-04-23 23:24:50 -04:00
Radovan Bast
fe28e29c0d
Merge pull request #242 from bast/radovan/omp-module-refactor
rm redundant line
2018-04-10 15:06:44 +02:00
Radovan Bast
3d031770d4 added comment 2018-04-04 19:51:50 +02:00
Radovan Bast
1926b3774b rm redundant line 2018-04-04 19:49:55 +02:00
Radovan Bast
9729c77307
Merge pull request #240 from robertodr/patch-3
Use project(... LANGUAGES ...) syntax
2018-04-04 18:30:59 +02:00
Roberto Di Remigio
ba9c9fa329
Use project(... LANGUAGES ...) syntax 2018-04-04 12:12:55 -04:00
Radovan Bast
44763b3ccd
Merge pull request #239 from robertodr/option-wrappers
Fix rewrite of options wrappers
2018-03-13 09:05:50 +01:00
Roberto Di Remigio
1cd15647dd
Fix rewrite of options wrappers 2018-03-12 21:11:27 +01:00
Radovan Bast
22ef2b17da
Merge pull request #237 from robertodr/option-wrappers
Rewrite option wrappers using cmake_parse_arguments
2018-03-12 18:59:00 +01:00
Roberto Di Remigio
e9eba12bdd
Rewrite option wrappers using cmake_parse_arguments 2018-03-12 17:59:02 +01:00
Radovan Bast
dd806dadfd
Merge pull request #235 from robertodr/patch-2
Do not blanket-set include dirs and link libs
2018-03-12 15:00:48 +01:00
Roberto Di Remigio
2127b9e815
Fix Python libs tests 2018-03-12 12:55:23 +01:00
Roberto Di Remigio
3e81a75b0c
Do not blanket-set include dirs and link libs
Not all targets in the project necessarily depend on `Python.h` and `libpython`.
2018-03-09 18:59:20 +01:00
Radovan Bast
028f0f58c2
Merge pull request #233 from bast/radovan/xl-omp
adjust XL Fortran OMP flag; fixes #232
2018-03-07 13:43:15 +01:00
Radovan Bast
f6bcd9ff27
Merge pull request #231 from bast/radovan/issue-230
extract cmake more silently on Travis; fixes #230
2018-03-07 11:33:49 +01:00
Radovan Bast
bedf21f4b8 extract cmake more silently on Travis; fixes #230 2018-03-07 11:26:54 +01:00
Radovan Bast
d400ae9d26 adjust XL Fortran OMP flag; fixes #232 2018-03-07 09:55:18 +01:00
Radovan Bast
b7cf89b6b6
Merge pull request #229 from robertodr/patch-1
Update default_build_paths.cmake
2018-03-04 12:05:47 +01:00
Roberto Di Remigio
16ee5b6de6
Update default_build_paths.cmake
Fix #228
2018-03-03 11:21:47 +01:00
Radovan Bast
945ba4e266
Merge pull request #225 from robertodr/bare-cmake
Ensure that CMake and Python frontend script generate the same build system
2018-03-01 11:37:14 +01:00
Radovan Bast
0f3ee1a883
Merge pull request #226 from robertodr/code-coverage
Update code coverage module
2018-02-07 22:42:43 +01:00
Roberto Di Remigio
eee3ef90e1
Update code coverage module 2018-02-07 09:31:51 +01:00
Roberto Di Remigio
46e404f572
Always include CMakeDependentOption 2018-01-31 13:11:56 +01:00
Roberto Di Remigio
da6c5c0024
Generate options wrappers as string literal 2018-01-31 11:24:54 +01:00