forked from openslide/openslide
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpixi.toml
More file actions
37 lines (34 loc) · 745 Bytes
/
pixi.toml
File metadata and controls
37 lines (34 loc) · 745 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
29
30
31
32
33
34
35
36
37
[workspace]
authors = ["Nicolas Souedet <nicolas.souedet@cea.fr>"]
channels = ["conda-forge", "https://brainvisa.info/neuro-forge"]
name = "openslide"
platforms = ["linux-64"]
version = "0.1.0"
[activation.env]
PKG_CONFIG_PATH="$CONDA_PREFIX/lib/pkgconfig"
[dependencies]
sysroot_linux-64 = "2.17.*"
git = "*"
gcc = "<15"
pkg-config = "*"
autoconf = "*"
automake = "*"
libtool = "*"
make = "*"
zlib = "*"
xorg-kbproto = "*"
xorg-renderproto = "*"
xorg-xproto = "*"
xorg-xextproto = "*"
openjpeg = "*"
jxrlib-dev = "*"
cairo = "*"
libpng = "*"
libtiff = "*"
expat = "*"
gdk-pixbuf = "*"
liblzma-devel = "*"
libxml2 = "<2.14.0"
glib = "*"
[tasks.compile]
cmd = "autoreconf -i && ./configure --prefix=$CONDA_PREFIX && make -j8 && make install"