From 570fcd3aa6f199baf6160f2a048bdfcb348fb874 Mon Sep 17 00:00:00 2001 From: Yuuki Galaxy Date: Wed, 27 Nov 2024 17:29:56 +0800 Subject: [PATCH] new file: pixi.toml --- c_cpp/salusFstReCoord/pixi.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 c_cpp/salusFstReCoord/pixi.toml diff --git a/c_cpp/salusFstReCoord/pixi.toml b/c_cpp/salusFstReCoord/pixi.toml new file mode 100644 index 000000000..952166b1c --- /dev/null +++ b/c_cpp/salusFstReCoord/pixi.toml @@ -0,0 +1,30 @@ +[project] +name = "FstFOVglobalCoord" +version = "0.1.0" +description = "Add a short description here" +authors = ["HU Xuesong <87519979+huxs001@users.noreply.github.com>"] +channels = ["conda-forge"] +platforms = ["linux-64", "osx-64"] + +[tasks] + +[dependencies] + +[host-dependencies] +libuv = ">=1.48" +zlib-ng = ">=2.2.1,<2.3" +llvm-openmp = ">=18.1" + +[build-dependencies] +pkg-config = ">=0.29" +lld = ">=18.1" +clang = ">=18.1" + +[target.linux-64.build-dependencies] +kernel-headers_linux-64 = ">=4.18" +gcc = ">=14" +llvmdev = ">=18.1" +clangdev = ">=18.1" + +[target.osx-64.build-dependencies] +#clang = ">=18" -- 2.11.4.GIT