Skip to content

Commit bd9172a

Browse files
committed
Update lammps build
1 parent d30e1e6 commit bd9172a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -384,27 +384,27 @@ jobs:
384384
- CONFIG: osx_64_mpimpich
385385
UPLOAD_PACKAGES: True
386386
os: macos
387-
runs_on: ['macos-13']
387+
runs_on: ['macos-15-intel']
388388
- CONFIG: osx_64_mpinompi
389389
UPLOAD_PACKAGES: True
390390
os: macos
391-
runs_on: ['macos-13']
391+
runs_on: ['macos-15-intel']
392392
- CONFIG: osx_64_mpiopenmpi
393393
UPLOAD_PACKAGES: True
394394
os: macos
395-
runs_on: ['macos-13']
395+
runs_on: ['macos-15-intel']
396396
- CONFIG: osx_arm64_mpimpich
397397
UPLOAD_PACKAGES: True
398398
os: macos
399-
runs_on: ['macos-15']
399+
runs_on: ['macos-latest']
400400
- CONFIG: osx_arm64_mpinompi
401401
UPLOAD_PACKAGES: True
402402
os: macos
403-
runs_on: ['macos-15']
403+
runs_on: ['macos-latest']
404404
- CONFIG: osx_arm64_mpiopenmpi
405405
UPLOAD_PACKAGES: True
406406
os: macos
407-
runs_on: ['macos-15']
407+
runs_on: ['macos-latest']
408408
steps:
409409

410410
- name: Manage disk space
@@ -433,7 +433,7 @@ jobs:
433433
df -h
434434
435435
- name: Checkout code
436-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
436+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
437437

438438
- name: Build on Linux
439439
id: build-linux

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% set conda_version = "{:%Y.%m.%d}".format(date) %}
44

55
{% set build = 0 %}
6-
{% set git_rev = "e9b222e03c1a0b81dd183f398e536e38a28b75da" %}
6+
{% set git_rev = "a030379a28a23fe87a63837bbf5e7b79ffbaad94" %}
77
# increase this by 1 everytime you change the git commit above without also
88
# changing the `version`
99
{% set git_rev_count = "0" %}
@@ -83,8 +83,8 @@ requirements:
8383
run:
8484
- {{ mpi }} # [mpi != 'nompi']
8585
- plumed-metatomic * {{ mpi_prefix }}*
86-
- libmetatomic-torch >=0.1.5,<0.2.0
87-
- libmetatensor-torch >=0.8.1,<0.9.0
86+
- libmetatomic-torch >=0.1.6,<0.2.0
87+
- libmetatensor-torch >=0.8.2,<0.9.0
8888
- libmetatensor >=0.1.17,<0.2.0
8989
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }} # [cuda_compiler_version != "None"]
9090
- libcufft # [cuda_compiler_version != "None"]

0 commit comments

Comments
 (0)