- Jun 30, 2018
-
-
Steffen Müthing authored
pip 10 moved several interfaces to an internal package, causing our pyversion.py script to fail. This patches fixes the issue by getting installed distributions directly from setuptools, as suggested in https://github.com/pypa/pip/issues/5243. See merge request !540 (cherry picked from commit 746aa626) 2443bc4a Make Python package detection work with pip 10
-
- Jun 29, 2018
-
-
Steffen Müthing authored
See merge request !539
-
Steffen Müthing authored
See merge request !538 (cherry picked from commit 63b46abe) 2dddd6e0 Run one test job with disabled assertions
-
Steffen Müthing authored
See merge request !537
-
Steffen Müthing authored
When the virtualenv support was added to the build system, https://bugs.launchpad.net/debian/+source/python3.4/+bug/1290847# made us bail out completely on building a virtualenv with preinstalled pip. The situation has improved a lot since then; even Ubuntu 14.04 gets this right now as long as you install the right packages. So let's be nice to our users and try whether installing pip works before forcing them to do it manually or use `get-pip`. If a user insists on `get-pip` by setting `DUNE_PYTHON_ALLOW_GET_PIP`, we skip this additional step and keep using `get-pip`. This shouldn't break anything, so I'll backport it to 2.6 as well, as it should make it much easier to use the virtualenv in CI images (e.g. for `dune-pdelab-systemtesting`, which requires `dune-testtools`). See merge request !536 (cherry picked from commit 7e856817) 99f05bb7 Try to install Python virtualenv with pip before forcing get-pip onto users 92bf4520 Update documentation 1e9ae690 Create virtualenv during CI tests
-
Steffen Müthing authored
See merge request !532
-
Steffen Müthing authored
-
Steffen Müthing authored
See merge request !529
-
Steffen Müthing authored
GCC 6.3 errors out with an ICE or simply hangs when instantiating a certain variant of `operator^=` on `BitSetVectorReference`. This patch works around the problem by forcing the actual XOR instruction into a separate function for that compiler. The workaround is probably horribly slow, but it shouldn't have any impact on unaffected compilers. This probably needs backporting. See merge request !528 (cherry picked from commit 9a9fceea) 528b5f36 Work around a nasty compiler bug in GCC 6.3
-
- Jun 21, 2018
-
-
Ansgar Burchardt authored
Merge branch 'simplify-mathematical-constants' into 'master' See merge request !508
-
Ansgar Burchardt authored
Merge branch 'bugfix/DuneMPI-spaces-around-LINK_FLAGS' into 'master' See merge request !504
-
Ansgar Burchardt authored
Merge branch 'bugfix/DuneMPI-use-COMPILE_OPTIONS' into 'master' See merge request !500
-
- Jun 01, 2018
-
-
Ansgar Burchardt authored
Simplify mathematical constants See merge request !505 (cherry picked from commit d3da6290) bce43bdd changed the struct MathematicalConstants to extend StandardMathematicalConstants ea71e0e1 removed the specialization of MathematicalConstants as the generic class… 12f74113 typo
-
- May 29, 2018
-
-
Ansgar Burchardt authored
DuneMPI: add spaces around linker flags See merge request !503 (cherry picked from commit 162f8dea) 2c9a2c84 DuneMPI: add spaces around linker flags
-
Ansgar Burchardt authored
DuneMPI: append flags to `COMPILE_OPTIONS` instead of `COMPILE_FLAGS` See merge request !499 (cherry picked from commit 96ed065a) 4063acee DuneMPI: append flags to `COMPILE_OPTIONS` instead of `COMPILE_FLAGS`
-
- Mar 28, 2018
-
- Feb 22, 2018
-
-
Andreas Dedner authored
Merge branch 'bugfix/cmake-apply-compile-options-in-add-dune-all-flags' into 'master' See merge request !461
-
- Feb 14, 2018
-
-
Steffen Müthing authored
[cmake] Apply compile options in add_dune_all_flags() See merge request core/dune-common!460 (cherry picked from commit 75fa89c9) 556f4491 [cmake] Apply compile options in add_dune_all_flags()
-
- Feb 10, 2018
-
-
Andreas Dedner authored
Merge branch 'feature/changelog-VC-support' into 'master' See merge request !455
-
- Feb 08, 2018
-
-
[changelog] mention SIMD support See merge request core/dune-common!445 (cherry picked from commit 8c1ceeba) b5def905 [changelog] mention SIMD support
-
Martin Nolte authored
Merge branch 'bugfix/fix-typo-in-varname-for-version-check-of-suggested-modules' into 'master' See merge request !454
-
Martin Nolte authored
Fixes typo in variable name in MR 433. See merge request !453 (cherry picked from commit 8c925fe0) 1200fa55 Fixes typo in variable name in MR 433.
-
Martin Nolte authored
Merge branch 'feature/make-version-check-of-suggested-module-non-fatal' into 'master' See merge request !443
-
- Feb 06, 2018
-
-
Andreas Dedner authored
Merge branch 'feature/add-python-support-to-changelog' into 'master' See merge request !448
-
Andreas Dedner authored
add changelog entry for Python support in build system Closes #95 See merge request !446 (cherry picked from commit 82c00c81) 7d14add8 add changelog entry for Python support in build system
-
- Jan 23, 2018
- Jan 22, 2018
-
-
Martin Nolte authored
Merge branch 'issue/missing_install_file' into 'master' See merge request !441
-
Martin Nolte authored
added missing cmake install file in cmake/scripts directory See merge request !440 (cherry picked from commit efa4197a) 445cfcc7 added missing cmake install file in cmake/scripts directory
-
- Jan 17, 2018
-
-
Andreas Dedner authored
Merge branch 'issue/intel_compiler_compatibility' into 'master' See merge request !434
-
- Jan 16, 2018
-
-
added 'using namespace' inside generic lambdas to workaround an intel compiler bug See merge request core/dune-common!432 (cherry picked from commit 99d1dc26) 5213992f added 'using namespace' inside generic lambdas to workaround an intel compiler bug
-
- Jan 13, 2018
-
-
Andreas Dedner authored
Merge branch 'duneproject-cmake-3.1' into 'master' See merge request !431
-
- Jan 07, 2018
-
-
Christoph Grüninger authored
Require CMake 3.1 when creating new modules with duneproject. See merge request core/dune-common!429 (cherry picked from commit d5ab5050) 07cfb47d Require CMake 3.1 when creating new modules with duneproject.
-
- Dec 18, 2017
-
- Dec 14, 2017
-
-
Martin Nolte authored
Merge branch 'patch-1' into 'master' See merge request !428
-
Martin Nolte authored
Dedication to E. Pipping See merge request !427 (cherry picked from commit f0d33bc3) b44118cc Dedication to E. Pipping
-
Andreas Dedner authored
Merge branch 'feature/add-cmake-flags-to-dunecontrol' into 'master' See merge request !424
-
- Dec 12, 2017
-
-
Martin Nolte authored
Merge branch 'feature/force-installation-of-python-modules' into 'master' See merge request !426
-
Martin Nolte authored
[cmake][python] use `pip --upgrade` on install Closes #81 See merge request !422 (cherry picked from commit bcafed0b) a127f6d0 [cmake][python] use `pip --upgrade` on install
-
- Dec 11, 2017
-
-
Martin Nolte authored
Merge branch 'feature/dont-regire-pip-II' into 'master' See merge request !425
-
Martin Nolte authored
Merge branch 'feature/run-more-tests-in-parallel' into 'master' See merge request !420
-