File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ let configure_args = [
14
14
# Needed to pin the right Python file
15
15
" --native-file" , " native.ini" ,
16
16
# Handling conditionals
17
- ... (if ($env .WITH_LAMMPS == " 1" ) {
18
- [" -Dwith_lammps=True" ]
19
- } else {
20
- []
21
- })
22
17
# Always build metatomic support here
23
18
" -Dwith_metatomic=True" ,
24
19
" -Dpip_metatomic=False"
Original file line number Diff line number Diff line change 1
1
context :
2
2
version : " 3.0.0"
3
3
build_num : 0
4
- git_rev : 89934eba6feac66e9706f165f6ab9c9501c9cf92
4
+ git_rev : 18af56a6646ef561a71b322c7d9c98e134696558
5
5
6
6
package :
7
7
name : eon
8
8
version : ${{ version }}
9
9
10
10
source :
11
11
url : https://github.com/TheochemUI/eOn/archive/${{ git_rev }}.tar.gz
12
- sha256 : 4ebe444b4e09a439d204dc27c3bfff5dcca6df2db4b9fb91c7cc2cf9728d505e
12
+ sha256 : 1ad24b4a99c6d9c27b675ed6922fe18c8e855dca56f5e0b3e623ac53d6153e4b
13
13
14
14
build :
15
15
number : ${{ build_num }}
@@ -55,7 +55,6 @@ requirements:
55
55
- libtorch >=2.7,<2.8 cpu*
56
56
- libmetatomic-torch >=0.1.2,<0.2
57
57
- libmetatensor-torch
58
- - vesin
59
58
- eigen >=3.4,<3.5
60
59
- libblas
61
60
- libcblas
@@ -77,7 +76,6 @@ requirements:
77
76
- libtorch >=2.7,<2.8 cpu*
78
77
- libmetatomic-torch >=0.1.2,<0.2
79
78
- libmetatensor-torch
80
- - vesin
81
79
- if : osx
82
80
then : llvm-openmp
83
81
You can’t perform that action at this time.
0 commit comments