Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local conanfile.py #48

Merged
merged 1 commit into from
Sep 2, 2022
Merged

Add local conanfile.py #48

merged 1 commit into from
Sep 2, 2022

Conversation

kammce
Copy link
Contributor

@kammce kammce commented Aug 31, 2022

  • Bump version to 0.4.0

@kammce kammce force-pushed the local-conanfile branch 2 times, most recently from cb132a2 to ba5831f Compare August 31, 2022 16:29
@kammce
Copy link
Contributor Author

kammce commented Aug 31, 2022

I will need some help figuring out which compiler versions can support BOOST LEAF

Currently I have this list in the conan file:

            "gcc": "11",
            "Visual Studio": "17",
            "msvc": "193",
            "clang": "13",
            "apple-clang": "13.1.6"

- Bump version to 0.4.0
@kammce
Copy link
Contributor Author

kammce commented Aug 31, 2022

I will need some help figuring out which compiler versions can support BOOST LEAF

Currently I have this list in the conan file:

            "gcc": "11",
            "Visual Studio": "17",
            "msvc": "193",
            "clang": "13",
            "apple-clang": "13.1.6"

I used the CI steps to figure this out.

@kammce kammce marked this pull request as ready for review August 31, 2022 21:01
@zajo
Copy link
Collaborator

zajo commented Sep 1, 2022

Re: compiler versions, this is from gha/ci.yml:

          - toolset: gcc-4.8
            cxxstd: "11"
            os: ubuntu-18.04
            install: g++-4.8
          - toolset: gcc-5
            cxxstd: "11,14,1z"
            os: ubuntu-18.04
            install: g++-5
          - toolset: gcc-6
            cxxstd: "11,14,1z"
            os: ubuntu-18.04
            install: g++-6
          - toolset: gcc-7
            cxxstd: "11,14"
            os: ubuntu-18.04
          - toolset: gcc-8
            cxxstd: "11,14,17,2a"
            os: ubuntu-18.04
            install: g++-8
          - toolset: gcc-9
            cxxstd: "11,14,17,2a"
            os: ubuntu-20.04
          - toolset: gcc-10
            cxxstd: "11,14,17,2a"
            os: ubuntu-20.04
            install: g++-10
          - toolset: gcc-11
            cxxstd: "11,14,17,2a"
            os: ubuntu-20.04
            install: g++-11
          - toolset: clang
            compiler: clang++-3.9
            cxxstd: "11,14"
            os: ubuntu-18.04
            install: clang-3.9
          - toolset: clang
            compiler: clang++-4.0
            cxxstd: "11,14"
            os: ubuntu-18.04
            install: clang-4.0
          - toolset: clang
            compiler: clang++-5.0
            cxxstd: "11,14,1z"
            os: ubuntu-18.04
            install: clang-5.0
          - toolset: clang
            compiler: clang++-6.0
            cxxstd: "11,14,17"
            os: ubuntu-18.04
            install: clang-6.0
          - toolset: clang
            compiler: clang++-7
            cxxstd: "11,14,17"
            os: ubuntu-18.04
            install: clang-7
          - toolset: clang
            compiler: clang++-8
            cxxstd: "11,14,17"
            os: ubuntu-20.04
            install: clang-8
          - toolset: clang
            compiler: clang++-9
            cxxstd: "11,14,17,2a"
            os: ubuntu-20.04
            install: clang-9
          - toolset: clang
            compiler: clang++-10
            cxxstd: "11,14,17,2a"
            os: ubuntu-20.04
            install: clang-10
          - toolset: clang
            compiler: clang++-11
            cxxstd: "11,14,17,2a"
            os: ubuntu-20.04
            install: clang-11
          - toolset: clang
            compiler: clang++-12
            cxxstd: "11,14,17,2a"
            os: ubuntu-20.04
            install: clang-12
          - toolset: clang
            cxxstd: "11,14,17,2a"
            os: macos-10.15

And on Windows:

          - toolset: msvc-14.1
            cxxstd: "14,17,latest"
            addrmd: 32,64
            os: windows-2016
          - toolset: msvc-14.2
            cxxstd: "14,17,latest"
            addrmd: 32,64
            os: windows-2019
          - toolset: gcc
            cxxstd: "11,14,17,2a"
            addrmd: 64
            os: windows-2019

@kammce
Copy link
Contributor Author

kammce commented Sep 1, 2022

This PR should be ready to be merged in now.

@zajo zajo merged commit c697236 into boostorg:develop Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants