Skip to content
Snippets Groups Projects
  1. Feb 23, 2023
  2. Feb 20, 2023
  3. Jan 31, 2023
  4. Jan 12, 2023
  5. Dec 19, 2022
  6. Dec 14, 2022
  7. Dec 08, 2022
  8. Sep 25, 2022
  9. Sep 19, 2022
  10. Jul 05, 2022
  11. May 17, 2022
  12. 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
  13. Feb 10, 2022
  14. 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
  15. Jan 24, 2022
  16. Jan 20, 2022
  17. Oct 04, 2021
  18. Sep 28, 2021
  19. Jul 02, 2021
  20. May 28, 2021
  21. May 27, 2021
  22. May 11, 2021
  23. May 09, 2021
  24. Mar 18, 2021
  25. Feb 19, 2021
  26. Jan 13, 2021
  27. Dec 18, 2020
  28. Nov 30, 2020
  29. Aug 19, 2020
Loading