Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
File renamed without changes
66 changes: 66 additions & 0 deletions recipes/mosaic-mojo/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
#
# recipe.yaml
# mosaic
#
# Created by Christian Bator on 03/11/2025
#
# Usage: rattler-build build --recipe rattler-build/recipe.yaml -c https://prefix.dev/max -c conda-forge
#

context:
version: "0.1.0"

package:
name: mosaic
version: ${{ version }}

source:
- git: https://github.com/brainwave-sh/mosaic.git
rev: ce7f21897b0670e1e03b75a33fe4ed8d94dc8922

build:
number: 0
script: build/build.sh
dynamic_linking:
missing_dso_allowlist:
- if: osx
then:
- /usr/lib/swift/libswift*.dylib
requirements:
build:
- clangxx>=22.1.0,<23
host:
- mojo-compiler==0.26.1
- if: osx
then:
- libcxx
run:
- if: osx
then:
- ${{ pin_compatible('libcxx') }}

tests:
- script: |
for test_file in tests/test_*.mojo; do
mojo run ${test_file} || exit 1
done
requirements:
run:
- mojo==0.26.1
files:
source:
- tests/**.mojo
- tests/data/

about:
homepage: https://brainwave.sh/mosaic
license: Apache-2.0
license_file: LICENSE
summary: An image processing library in Mojo
repository: https://github.com/brainwave-sh/mosaic
documentation: https://brainwave.sh/mosaic

extra:
project_name: Mosaic
maintainers:
- christianbator
60 changes: 0 additions & 60 deletions recipes/mosaic/recipe.yaml

This file was deleted.