Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CrysFML
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Scientific Software
  • CrysFML
  • Merge requests
  • !6

Build cmake for fortran 2008

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Remi Perenon requested to merge build-cmake_for_Fortran_2008 into master May 19, 2020
  • Overview 0
  • Commits 6
  • Pipelines 1
  • Changes 22

Integration of CrysFML2008 into CI

  • Upgraded cmake on Build servers to a recent version (3.17 is fine), older versions do not understand fully statements such as "Module Subroutine" and interprets "Subroutine" as the module name...
  • Upgraded gfortran on Build Servers. Version 5 cannot compile Fortran2008, version 7 can.
  • CI pipelines have changed. Now, when you push, Fortran 2003 and Fortran 2008 are compiled with Intel and gfortran, on Linux and macOS and Windows (12 cases at all) in Debug mode. If everything compiles, Fortran 2003 and Fortran 2008 are compiled with Intel only, on Linux and macOS and Windows in Release mode (6 more cases).
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: build-cmake_for_Fortran_2008