Skip to content

Commit 2c81c97

Browse files
committed
MAINT: Remove unused
1 parent 04c2d75 commit 2c81c97

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

recipes/eon/build.nu

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ let configure_args = [
1414
# Needed to pin the right Python file
1515
"--native-file", "native.ini",
1616
# Handling conditionals
17-
...(if ($env.WITH_LAMMPS == "1") {
18-
["-Dwith_lammps=True"]
19-
} else {
20-
[]
21-
})
2217
# Always build metatomic support here
2318
"-Dwith_metatomic=True",
2419
"-Dpip_metatomic=False"

recipes/eon/recipe.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ requirements:
5555
- libtorch >=2.7,<2.8 cpu*
5656
- libmetatomic-torch >=0.1.2,<0.2
5757
- libmetatensor-torch
58-
- vesin
5958
- eigen >=3.4,<3.5
6059
- libblas
6160
- libcblas
@@ -77,7 +76,6 @@ requirements:
7776
- libtorch >=2.7,<2.8 cpu*
7877
- libmetatomic-torch >=0.1.2,<0.2
7978
- libmetatensor-torch
80-
- vesin
8179
- if: osx
8280
then: llvm-openmp
8381

0 commit comments

Comments
 (0)