forked from LibreCAD/LibreCAD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
28 lines (24 loc) · 824 Bytes
/
pixi.toml
File metadata and controls
28 lines (24 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
authors = [""]
channels = ["conda-forge"]
description = "LibreCAD is a 2D CAD drawing tool."
name = "LibreCAD"
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"]
version = "2.2.2"
[tasks]
configure = { cmd = [ "cmake", "-G", "Ninja", "-B", "build",
"-D", "CMAKE_BUILD_TYPE='Release'",
"-D", "CMAKE_INSTALL_PREFIX:FILEPATH=$CONDA_PREFIX",
"-D", "QT_HOST_PATH=$CONDA_PREFIX"]}
build = {cmd = ["ninja", "-C", "build", "install"], depends-on=["configure"]}
[dependencies]
qt6-main = ">=6.8.1,<7"
libboost-devel = ">=1.87.0,<2"
freetype = ">=2.12.1,<3"
compilers = ">=1.8.0,<2"
ninja = ">=1.12.1,<2"
cmake = ">=3.31.4,<4"
[target.linux-64.dependencies]
libgl-devel = "*"
[target.linux-aarch64.dependencies]
libgl-devel = "*"