Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
    • Santiago Ospina De Los Ríos's avatar
      Fix some problems on the options file and cmake · a804d89f
      Santiago Ospina De Los Ríos authored
      * There was a use of target_link_directories instead of target_include_directories.
      * Executable targets were available but could not be compiled without its library.
      * Dune dependencies are taken directly from its global variables. This enables MPI and UG_PARALLEL when necessary.
      * The options file expected CMAKE_FLAGS and MAKE_FLAGS from environment, but dune-common happens to clear them before calling the options file. On this version, these are replaced by CMAKE_OPTIONS and MAKE_OPTIONS
      a804d89f
    • Santiago Ospina De Los Ríos's avatar
      39ba6d47
  2. Feb 11, 2021
  3. Feb 10, 2021
  4. Feb 09, 2021
  5. Feb 08, 2021
  6. Feb 07, 2021
  7. Feb 06, 2021
  8. Feb 05, 2021
  9. Feb 01, 2021
  10. Jan 29, 2021
  11. Jan 27, 2021
  12. Jan 25, 2021
    • Santiago Ospina De Los Ríos's avatar
      Improve CMake configuration · fb5f954b
      Santiago Ospina De Los Ríos authored
      * This changes allow to import and use targets by just finding the dune-copasi library. No dune library required for downstream project.
      * The testing library may be used as a subfolder or as a dune-copasi downstream project.
      * The config file is installed so that non-dune users may just include the config definitions without re-generation of the file.
      * Python project not setup. It is not doing anything anyways.
      * Updated dune module requirements to 2.7
      * Adds basic information for CMake packaging
      fb5f954b
  13. Jan 24, 2021
  14. Jan 23, 2021
  15. Jan 22, 2021
  16. Jan 21, 2021
  17. Oct 01, 2020
Loading