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

boost/1.78.0: Add Boost 1.78 #8458

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

jwillikers
Copy link
Contributor

Specify library name and version: boost/1.78.0

Adds the latest version of Boost, version 1.78.0.
Fixes #8424.


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

@ghost
Copy link

ghost commented Dec 16, 2021

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

All green in build 2 (9ba9f29948cb04e82c213ea5e156b8b8f579ce43):

  • boost/1.69.0@:
    All packages built successfully! (All logs)

  • boost/1.70.0@:
    All packages built successfully! (All logs)

  • boost/1.71.0@:
    All packages built successfully! (All logs)

  • boost/1.72.0@:
    All packages built successfully! (All logs)

  • boost/1.73.0@:
    All packages built successfully! (All logs)

  • boost/1.74.0@:
    All packages built successfully! (All logs)

  • boost/1.75.0@:
    All packages built successfully! (All logs)

  • boost/1.76.0@:
    All packages built successfully! (All logs)

  • boost/1.77.0@:
    All packages built successfully! (All logs)

  • boost/1.78.0@:
    All packages built successfully! (All logs)

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@conan-center-bot conan-center-bot merged commit eb31d8b into conan-io:master Dec 21, 2021
@RamilGauss
Copy link

I use Visual Studio 2019 (toolset v142 ) with conan extension. I tried install boost 1.78. Conan version 1.43.2.

[requires]
boost/1.78.0

23.12.2021 15:50:48: ERROR: boost/1.78.0: Error in package_info() method, line 1455
23.12.2021 15:50:48: "toolset": "-{}".format(self._toolset_tag),
23.12.2021 15:50:48: while calling '_toolset_tag', line 1294
23.12.2021 15:50:48: if self.settings.compiler in ("msvc", "Visual Studio"):
23.12.2021 15:50:48: ConanException: Invalid setting 'msvc' is not a valid 'settings.compiler' value.
23.12.2021 15:50:48: Possible values are ['Visual Studio', 'apple-clang', 'clang', 'gcc', 'intel', 'qcc', 'sun-cc']
23.12.2021 15:50:48: Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"
23.12.2021 15:50:48: Conan has returned exit code '1' while processing configuration 'Architecture: x86_64, build type: Debug, compiler toolset: v142, compiler version: 16;, runtime library: MDd'. Please check file 'C:\Trash\Test\Exe.conan\conan_b747d9ab-6e07-4fb6-805b-b2d8b3f6de6c.log' for details.

@jwillikers
Copy link
Contributor Author

jwillikers commented Dec 23, 2021

I use Visual Studio 2019 (toolset v142 ) with conan extension. I tried install boost 1.78. Conan version 1.43.2.

[requires] boost/1.78.0

23.12.2021 15:50:48: ERROR: boost/1.78.0: Error in package_info() method, line 1455 23.12.2021 15:50:48: "toolset": "-{}".format(self._toolset_tag), 23.12.2021 15:50:48: while calling '_toolset_tag', line 1294 23.12.2021 15:50:48: if self.settings.compiler in ("msvc", "Visual Studio"): 23.12.2021 15:50:48: ConanException: Invalid setting 'msvc' is not a valid 'settings.compiler' value. 23.12.2021 15:50:48: Possible values are ['Visual Studio', 'apple-clang', 'clang', 'gcc', 'intel', 'qcc', 'sun-cc'] 23.12.2021 15:50:48: Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting" 23.12.2021 15:50:48: Conan has returned exit code '1' while processing configuration 'Architecture: x86_64, build type: Debug, compiler toolset: v142, compiler version: 16;, runtime library: MDd'. Please check file 'C:\Trash\Test\Exe.conan\conan_b747d9ab-6e07-4fb6-805b-b2d8b3f6de6c.log' for details.

@RamilGauss Does your ~/.conan/settings.yml include the msvc compiler? It looks like you might be missing it.

@madebr
Copy link
Contributor

madebr commented Dec 23, 2021

As @jwillikers said.
Compare ~/.conan/settings.yml with ~/.conan/settings.yml.new.

When upgrading your conan version, settings.yml might become outdated.
Imho, conan should make this easier.

@RamilGauss
Copy link

Thanks. It's works! :)

miklelappo pushed a commit to miklelappo/conan-center-index that referenced this pull request Feb 9, 2022
@jwillikers jwillikers deleted the boost-1.78.0 branch June 6, 2022 18:01
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.

[request] boost/1.78.0
6 participants