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 openvr 1.9.15 #579

Closed

Conversation

intelligide
Copy link
Contributor

Specify library name and version: openvr/1.9.15

  • 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.

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' have failed:

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' failed in build 9 (71bcc63cc1acf0efef5a1c3fd8b3c414473e8030):

@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

include("${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
conan_basic_setup()

set(CMAKE_CXX_STANDARD 11)
Copy link
Member

Choose a reason for hiding this comment

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

Why do you need it? The cmake file from author should configure it.

topics = ("conan", "openvr", "vr", )
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/ValveSoftware/openvr"
license = "BSD 3-Clause"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
license = "BSD 3-Clause"
license = "BSD-3-Clause"

def _configure_cmake(self):
cmake = CMake(self)
cmake.definitions["BUILD_SHARED"] = self.options.shared
cmake.definitions["USE_LIBCXX"] = self.settings.compiler != "Visual Studio" and str(self.settings.compiler.libcxx) == "libc++"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
cmake.definitions["USE_LIBCXX"] = self.settings.compiler != "Visual Studio" and str(self.settings.compiler.libcxx) == "libc++"
cmake.definitions["USE_LIBCXX"] = str(self.settings.compiler.libcxx) == "libc++"

Visual Studio doesn't use libc++

@conan-center-bot
Copy link
Collaborator

Some configurations of 'openvr/1.9.15' failed in build 11 (71bcc63cc1acf0efef5a1c3fd8b3c414473e8030):

@danimtb
Copy link
Member

danimtb commented May 4, 2020

@intelligide please address the comments above. We'd like to move this PR forward if possible. Thank you!

@intelligide intelligide deleted the openvr-1.9.15 branch August 7, 2020 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants