Skip to content

Fix compilation on Windows and cleaner build system (see issue #5)

Boman Romain requested to merge win_fix into master

The following modifications have been done:

  • removal of unused modules: tboxt, simu1.
  • removal of CMakeFiles/* pushed by mistake (commit a52a375d)
  • cleaning of CMakeLists.txt: we now use the new target_include_directories command instead of the old include_directories command.
  • very basic cleaning of the paramsmodule so that it compiles and links successfully (the code has been copied/pasted from a GPL source code?)
  • removal of .vscode folder pushed by mistake (see commit 1c4e0f8d)

The build is now OK on windows and ubuntu linux. macOS will be tested soon.

Several tests (mirrors) still fail.

91% tests passed, 6 tests failed out of 67

Total Test time (real) = 51457.13 sec

The following tests FAILED: 34 - mirrors/tests/mirrors01.py (Failed) 36 - mirrors/tests/mirrors03.py (Failed) 37 - mirrors/tests/mirrors_test_battery.py (Failed) 44 - mirrors/tests/mparams/loop3.py (Failed) 47 - mirrors/tests/mparams/loop6.py (Failed) 50 - mirrors/tests/mparams/loop9.py (Failed) Errors while running CTest

Merge request reports