-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multiple ogre + OSX #5
Changes from 18 commits
775ecaa
184fb78
34e256d
e76313a
c3844cc
d250a87
0d40998
79a99ca
d9b5e26
393245d
382159e
c0c4ec2
6eb4aca
d65214d
e3deb91
d5ab59b
f35bdcb
db2d525
b23b59d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '9' | ||
cdt_name: | ||
- cos6 | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- gxx | ||
cxx_compiler_version: | ||
- '9' | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-comp7 | ||
libprotobuf: | ||
- '3.18' | ||
ogre: | ||
- '1.12' | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
- - cdt_name | ||
- docker_image |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
MACOSX_DEPLOYMENT_TARGET: | ||
- '10.13' | ||
c_compiler: | ||
- clang | ||
c_compiler_version: | ||
- '11' | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- clangxx | ||
cxx_compiler_version: | ||
- '11' | ||
libarchive: | ||
- '3.5' | ||
libprotobuf: | ||
- '3.18' | ||
macos_machine: | ||
- x86_64-apple-darwin13.4.0 | ||
macos_min_version: | ||
- '10.13' | ||
ogre: | ||
- '1.10' | ||
target_platform: | ||
- osx-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
MACOSX_DEPLOYMENT_TARGET: | ||
- '10.13' | ||
c_compiler: | ||
- clang | ||
c_compiler_version: | ||
- '11' | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- clangxx | ||
cxx_compiler_version: | ||
- '11' | ||
libarchive: | ||
- '3.5' | ||
libprotobuf: | ||
- '3.18' | ||
macos_machine: | ||
- x86_64-apple-darwin13.4.0 | ||
macos_min_version: | ||
- '10.13' | ||
ogre: | ||
- '1.12' | ||
target_platform: | ||
- osx-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
c_compiler: | ||
- vs2017 | ||
channel_sources: | ||
- conda-forge,defaults | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- vs2017 | ||
libprotobuf: | ||
- '3.18' | ||
ogre: | ||
- '1.10' | ||
target_platform: | ||
- win-64 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
c_compiler: | ||
- vs2017 | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- vs2017 | ||
libprotobuf: | ||
- '3.18' | ||
ogre: | ||
- '1.12' | ||
target_platform: | ||
- win-64 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be needed actually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/conda-forge/ogre-feedstock/blob/6a69a77b79acce745d2bc6fd3d6656dfc1ed0dc3/recipe/meta.yaml#L21-L22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is true for the latest version of ogre, but note that here we link a bit old versions such as 1.10 or 1.12, the run_exports are set correctly also there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the latest 1.10 build has it as well: https://github.com/conda-forge/ogre-feedstock/blob/5235a903689d335447e76f1397d62afd4b9b7dda/recipe/meta.yaml#L19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, let's remove it then.