Skip to content
Snippets Groups Projects
  1. Jan 31, 2023
  2. Jan 12, 2023
  3. Dec 19, 2022
  4. Dec 14, 2022
  5. Dec 08, 2022
  6. Sep 25, 2022
  7. Sep 19, 2022
  8. Jul 05, 2022
  9. May 17, 2022
  10. Feb 14, 2022
    • Lars Bilke's avatar
      [ci] Removed BUILD_PROCESSES variable. · 44c108b8
      Lars Bilke authored
      This variable set the CMake variable OGS_BUILD_PROCESSES but since
      !3983 OGS_BUILD_PROCESSES and OGS_BUILD_PROCESS_XX should not be
      set together.
      
      The recent timeouts were because the disabling of TH2M was overriden
      by OGS_BUILD_PROCESSES=ON on Windows.
      Verified
      44c108b8
  11. Feb 10, 2022
  12. Feb 08, 2022
    • Lars Bilke's avatar
      [cmake] Refactored (and fixed) processes setup logic. · 738086e3
      Lars Bilke authored and Dmitri Naumov's avatar Dmitri Naumov committed
      Before:
      
      One could use the CMake variables `OGS_BUILD_PROCESSES` or
      `OGS_BUILD_PROCESS_XYZ` but behavior was not consistent when switching
      back and forth and using both methods. Also building multiple
      processes via `OGS_BUILD_PROCESSES` was broken.
      
      Changed:
      
      - Removed `OGS_BUILD_PROCESS_XYZ` options.
      - Use `OGS_BUILD_PROCESSES` with the following values:
        - ON  -> All processes are built.
        - OFF -> Disable all processes.
        - Select a single process by name, e.g. `TH2M`.
        - Give a ;-separated list of processes, e.g. '"THM;TH2M"'
      - `OGS_BUILD_PROCESSES` can be set via ccmake or cmake-gui with a
        convenient dropdown, although setting multiple processes can only be
        done via the cli!
      738086e3
  13. Jan 24, 2022
  14. Jan 20, 2022
  15. Oct 04, 2021
  16. Sep 28, 2021
  17. Jul 02, 2021
  18. May 28, 2021
  19. May 27, 2021
  20. May 11, 2021
  21. May 09, 2021
  22. Mar 18, 2021
  23. Feb 19, 2021
  24. Jan 13, 2021
  25. Dec 18, 2020
  26. Nov 30, 2020
  27. Aug 19, 2020
  28. Aug 17, 2020
  29. Aug 06, 2020
  30. Jul 16, 2020
  31. Jul 15, 2020
  32. Jul 03, 2020
  33. Jul 02, 2020
  34. Jun 29, 2020
Loading