Skip to content
Snippets Groups Projects
  1. Mar 28, 2024
  2. Nov 14, 2023
  3. Sep 05, 2023
  4. Jul 26, 2023
  5. Jun 26, 2023
  6. Mar 01, 2023
  7. Feb 23, 2023
  8. Feb 20, 2023
  9. Jan 31, 2023
  10. Jan 12, 2023
  11. Dec 19, 2022
  12. Dec 14, 2022
  13. Dec 08, 2022
  14. Sep 25, 2022
  15. Sep 19, 2022
  16. Jul 05, 2022
  17. May 17, 2022
  18. 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.
      44c108b8
  19. Feb 10, 2022
  20. Feb 08, 2022
    • Lars Bilke's avatar
      [cmake] Refactored (and fixed) processes setup logic. · 738086e3
      Lars Bilke authored and Dmitry Yu. Naumov's avatar Dmitry Yu. 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
  21. Jan 24, 2022
  22. Jan 20, 2022
  23. Oct 04, 2021
  24. Sep 28, 2021
  25. Jul 02, 2021
  26. May 28, 2021
  27. May 27, 2021
  28. May 11, 2021
  29. May 09, 2021
  30. Mar 18, 2021
Loading