-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpixi.toml
More file actions
34 lines (28 loc) · 846 Bytes
/
pixi.toml
File metadata and controls
34 lines (28 loc) · 846 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
[workspace]
authors = ["Gabriel S. Gerlero <ggerlero@cimec.unl.edu.ar>"]
channels = ["conda-forge"]
description = "Native OpenFOAM for macOS"
name = "openfoam-app"
platforms = ["osx-arm64", "osx-64"]
[system-requirements]
macos = "11"
[dependencies]
pixi-pack = ">=0.7.0"
pixi-unpack = ">=0.7.0"
imagemagick = ">=7.1.2_3,<8"
pytest = ">=8.3.3"
pytest-asyncio-cooperative = ">=0.37.0"
foamlib = ">=0.6.6"
[feature.openfoam.dependencies]
llvm-openmp = ">=19.1.1"
openmpi = ">=5.0.5"
fftw = ">=3.3.10"
scotch = ">=7.0.5"
cgal-cpp = ">=5.6.1,<6"
bash = ">=5.2.21"
[feature.openfoam.target.osx-64.dependencies]
blas = { version = ">=2.128,<3", build = "blis" }
[feature.openfoam.target.osx-arm64.dependencies]
blas = { version = ">=2.128,<3", build = "accelerate" }
[environments]
openfoam = {features = ["openfoam"], no-default-feature = true}