Commits on Source (39)
-
Use camel case. [bugfix][packagemetadata] Fix missing Python-Requires entry.
-
Update dependencies.
-
-
-
-
-
-
-
Remove CONFIGURE_DUNEPY variable.
-
Use logger and revise logger levels. Change format and set more to debug.
-
Andreas Dedner authored
to get uggid to work we need to find a way of getting shared libs to work. For nightly build testing turn off the error for now add an assert that the cmakelists.txt file in dune-py is not corrupted
-
remove --upgrade for now to test if CI work better. Could be added only if additional pip params are not provided
-
-
Andreas Dedner authored
add --upgrade back into pip install command
-
Andreas Dedner authored
bug fix
-
Andreas Dedner authored
works at the moment only for variables with bool values
-
modules. Also, move writing of noconfigure file into build function. bug fix
-
annother attempt to get pkg-config working Set the environment variable using os.environ [testing]
-
build. remove debug output typo force use of portalocker remove upgrade again from pip command but --upgrade back in remove wheel generation from make install - seems to fail with missing access to numpy wheel use both DUNE_CMAKE_FLAGS and CMAKE_FLAGS in this order [testing] [testing]
-
Andreas Dedner authored
[bugfix] remove some debug output
-
Rename 'Loading' to 'Compiling' in builder.
-
-
Andreas Dedner authored
fix an issue with missing import of 'os' Remove duplicates of numpy and portalocker. Remove duplicate wheel. revert removal of generation of wheel - this will probably cause the nightly build CI to fail Remove duplicate wheel.
-
try changing order of parameters in wheel command [testing] removed error from wheel generation to check that nightly build passes
-
Andreas Dedner authored
Now first install then generate dune-py so that .nocinfigure tag file is not removed due to call to install_python
-
Andreas Dedner authored
catch KeyboardInterrupt while the module is being rebuild after a new module was added to CMakeLists.txt which caused an issue when restarting the script Also import LOCK_EX in except block It is used later on. Needed to work outside of virtual envs. Match argument name against 1-tuple The implemented behaviour was substring matching, which may work when the correct flag is given but also returns true for any substring. Move adding of git commit hash to dunepackaging.py Some formatting. Do not print compile error twice. reduce amount of times cmake is called to rebuild dune-py fix rebase issue
-
Samuel Burbulla authored
-
Simon Praetorius authored
-
Andreas Dedner authored
Merge of small MRs that make changes to the Python bindings See merge request !932
-
Simon Praetorius authored
-
Simon Praetorius authored
Add Changelog entry
-
Simon Praetorius authored
Remove cxx feature checks that are already in c++17 standard library See merge request !933
-
Simon Praetorius authored
Add PUBLIC keyword to target_link_libraries inside dune_target_link_libraries See merge request !945
-
Simon Praetorius authored
Change check whether TBB was found by cmake-config file See merge request !937
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Remove unused and undefined cmakedefines from config.h See merge request !950
-
Simon Praetorius authored
Move cmake package description into AddPackageFlags.cmake files See merge request !947
Showing
- CHANGELOG.md 9 additions, 0 deletionsCHANGELOG.md
- bin/dunepackaging.py 79 additions, 4 deletionsbin/dunepackaging.py
- bin/setup-dunepy.py 18 additions, 19 deletionsbin/setup-dunepy.py
- cmake/modules/AddBLASLapackFlags.cmake 43 additions, 0 deletionscmake/modules/AddBLASLapackFlags.cmake
- cmake/modules/AddThreadsFlags.cmake 4 additions, 0 deletionscmake/modules/AddThreadsFlags.cmake
- cmake/modules/AddVcFlags.cmake 6 additions, 0 deletionscmake/modules/AddVcFlags.cmake
- cmake/modules/CMakeLists.txt 1 addition, 0 deletionscmake/modules/CMakeLists.txt
- cmake/modules/CheckCXXFeatures.cmake 0 additions, 82 deletionscmake/modules/CheckCXXFeatures.cmake
- cmake/modules/DuneCommonMacros.cmake 1 addition, 22 deletionscmake/modules/DuneCommonMacros.cmake
- cmake/modules/DuneMacros.cmake 1 addition, 1 deletioncmake/modules/DuneMacros.cmake
- cmake/modules/DunePythonInstallPackage.cmake 1 addition, 2 deletionscmake/modules/DunePythonInstallPackage.cmake
- cmake/modules/DunePythonMacros.cmake 6 additions, 0 deletionscmake/modules/DunePythonMacros.cmake
- cmake/modules/FindTBB.cmake 1 addition, 1 deletioncmake/modules/FindTBB.cmake
- config.h.cmake 6 additions, 25 deletionsconfig.h.cmake
- dune.module 1 addition, 1 deletiondune.module
- dune/common/CMakeLists.txt 3 additions, 7 deletionsdune/common/CMakeLists.txt
- dune/common/std/apply.hh 3 additions, 40 deletionsdune/common/std/apply.hh
- dune/common/std/make_array.hh 2 additions, 0 deletionsdune/common/std/make_array.hh
- dune/common/std/type_traits.hh 3 additions, 21 deletionsdune/common/std/type_traits.hh
- dune/common/typetraits.hh 0 additions, 89 deletionsdune/common/typetraits.hh
cmake/modules/AddBLASLapackFlags.cmake
0 → 100644