recipes icon indicating copy to clipboard operation
recipes copied to clipboard

WIP: Add tk

Open IsabelParedes opened this issue 1 year ago • 1 comments

IsabelParedes avatar Apr 25 '24 12:04 IsabelParedes

@IsabelParedes are we sure this is a thing buildable & usable from wasm? this seems like a widget library, ie some UI stuff. The dependencies below do not look like this will fly with emscripten. also FYI, the selectors work different with the new rattler recipes ( see the if clause in https://github.com/prefix-dev/rattler-build?tab=readme-ov-file#the-recipe-format)

    - ${{ compiler('c') }}
    - ${{ cdt('xorg-x11-proto-devel') }}  # [linux]
    - ${{ cdt('libx11-devel') }}          # [linux]
    - ${{ cdt('libxcb') }}                # [linux]
    - ${{ cdt('libxau') }}                # [linux]
    - make                               # [linux]
    - ${{ cdt('freetype-devel') }}        # [linux and tk_variant == 'xft']
    - ${{ cdt('fontconfig-devel') }}      # [linux and tk_variant == 'xft']
    - ${{ cdt('libXrender-devel') }}      # [linux and tk_variant == 'xft']
    - ${{ cdt('libXft-devel') }}          # [linux and tk_variant == 'xft']
    - pkg-config                         # [linux and tk_variant == 'xft']

DerThorsten avatar Apr 26 '24 05:04 DerThorsten

this seems like a widget library, ie some UI stuff.

Closing this since we probably don't want to create GUI applications with R.

IsabelParedes avatar May 17 '24 09:05 IsabelParedes