Skip to content

Commit e3c20dc

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

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
context:
22
version: "3.0.0"
33
build_num: 0
4-
git_rev: 89934eba6feac66e9706f165f6ab9c9501c9cf92
4+
git_rev: 18af56a6646ef561a71b322c7d9c98e134696558
55

66
package:
77
name: eon
88
version: ${{ version }}
99

1010
source:
1111
url: https://github.com/TheochemUI/eOn/archive/${{ git_rev }}.tar.gz
12-
sha256: 4ebe444b4e09a439d204dc27c3bfff5dcca6df2db4b9fb91c7cc2cf9728d505e
12+
sha256: 1ad24b4a99c6d9c27b675ed6922fe18c8e855dca56f5e0b3e623ac53d6153e4b
1313

1414
build:
1515
number: ${{ build_num }}
@@ -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)