Build on Windows#7
Conversation
Try to match indenting in the rest of the recipe.
Simply drop the `skip` on Windows to try and get Windows builds going. Everything else should already be in place.
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
In `conda-build` 3 the location of `cmake` will be different as it is a `build` not a `host` dependency. In either case though, it should be on the path. So specifying the exact path to where `cmake` is should not be necessary.
|
Seems to failing. Any ideas? ref: https://ci.appveyor.com/project/conda-forge/libtheora-feedstock/build/1.0.5 |
Appears some files listed as sources were missing or in some cases a few were left out. This corrects those issues.
Appears that `sse2fdct.c` is not in `x86_vc`. So drop it from the listed sources in the `x86_vc` directory.
|
Appears we cannot use inline assembly with Visual Studio on 64-bit. Not sure how to proceed. 😕 ref: https://stackoverflow.com/a/14292031 |
|
vcpkg has a working CMakeList for theora: https://github.com/Microsoft/vcpkg/blob/master/ports/libtheora/CMakeLists.txt big differences are they build the VC-specific fragments from |
|
This was addressed in PR ( #10 ). Closing... |
Fixes #4
Drops the skip and starts building on Windows.
@conda-forge-admin, please re-render.
Checklist
0(if the version changed)conda-smithy