Skip to content

Commit

Permalink
pixi: add simage
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Sep 24, 2024
1 parent 0e02e3e commit 5b2f49c
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 2 deletions.
97 changes: 97 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
authors = ["Lorenz Lechner <sppedflyer@gmail.com>"]
channels = ["conda-forge"]
description = "Add a short description here"
description = "combining building and dependency management with pixi"
name = "pivy"
platforms = ["osx-arm64", "linux-64", "linux-aarch64", "win-64", "osx-64"]
version = "0.1.0"
Expand All @@ -21,6 +21,7 @@ ninja = "*"
soqt6 = "*"
qt6-main = "*"
pyside6 = "*"
simage = "*"


[feature.build.target.linux-64.dependencies]
Expand Down Expand Up @@ -48,7 +49,7 @@ configure = { cmd = ["cmake", "-G", "Ninja", "-B", "build", "-S", ".",
"-D", "QT_HOST_PATH=$CONDA_PREFIX"
], depends-on = []}

build = { cmd = ["ninja", "-C", "build", "-j", "3", "install"], depends-on = ["configure"]}
build = { cmd = ["ninja", "-C", "build", "-j", "1", "install"], depends-on = ["configure"]}
test = { cmd = ["python", "tests/coin_tests.py"], depends-on = ["build"]}

[feature.lint.dependencies]
Expand Down

0 comments on commit 5b2f49c

Please sign in to comment.