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 source built serial monitor rust #5

Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0238245
Add source-built conda-froge compliant serial-monitor-rust
MementoRC Dec 7, 2024
975d489
(dev) OSX clan 18 conflicts with apple-sys
MementoRC Dec 7, 2024
d5bdc9c
(ref) updates from passing conda-staged recipes
MementoRC Dec 7, 2024
6d64f5f
(ref) variant_config.yaml
MementoRC Dec 8, 2024
0c13b2c
use global variant config
wolfv Dec 8, 2024
cc4f3ef
add missing file
wolfv Dec 8, 2024
1f93ebc
update patch
wolfv Dec 8, 2024
185b6a7
..
wolfv Dec 8, 2024
15aab1f
..
wolfv Dec 8, 2024
82daf68
(ref) v0.3.1. removed extra rust-src-pkgs. unsolved osx SDK issues
MementoRC Dec 8, 2024
0b4e679
(ref) more v0.3.1 cleanup
MementoRC Dec 8, 2024
d0cf47c
(ref) v0.3.2
MementoRC Dec 11, 2024
e0e0ed7
(ref) v0.3.2 win: CARGO_HOME?
MementoRC Dec 11, 2024
cf9fa3e
(ref) osx: MACOS_DEPLOY + time
MementoRC Dec 11, 2024
be1d56a
(ref) osx: one change at a time
MementoRC Dec 11, 2024
bf4daae
(ref) osx: typo in variant-config.yaml
MementoRC Dec 11, 2024
49025ce
(ref) osx: typo in variant_config.yaml?
MementoRC Dec 11, 2024
d1f483d
(ref) osx: try conda_build_config. add libclang
MementoRC Dec 11, 2024
3216e98
(ref) osx: try conda_build_config. add libclang
MementoRC Dec 11, 2024
0ffd895
(ref) osx: libclang osx only
MementoRC Dec 11, 2024
a73c30c
(ref) osx: libclang osx only
MementoRC Dec 11, 2024
455c597
(ref) osx: should it be variants.yaml?
MementoRC Dec 11, 2024
156d954
(ref) osx: variants.yaml
MementoRC Dec 11, 2024
e979956
(ref) osx: variants.yaml
MementoRC Dec 11, 2024
32cad4b
(ref) osx: serail same as keepawake
MementoRC Dec 12, 2024
c3c779f
(ref) osx: serial same as keepawake
MementoRC Dec 12, 2024
c04333f
(ref) osx: variant not working?
MementoRC Dec 12, 2024
afb7c00
(ref) win: add early fails. add recipe tests
MementoRC Dec 12, 2024
af8499c
(ref) win: compiles but can't install? Let's not test a GUI ... lol
MementoRC Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(ref) osx: libclang osx only
  • Loading branch information
MementoRC committed Dec 11, 2024
commit 0ffd895a4eb6993a53a98a6c8e2443b24e4ee2ba
4 changes: 3 additions & 1 deletion recipes/keepawake-rs/recipe.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,9 @@ requirements:
- ${{ stdlib("c") }}
- ${{ compiler('rust') }}
- cargo-bundle-licenses
- libclang ${{ c_compiler_version }}.*
- if: osx
then:
- libclang ${{ c_compiler_version }}.*
host:
- setuptools-rust

Loading