Skip to content

Commit

Permalink
Do not pull binutils/hwloc on macos-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Oct 22, 2024
1 parent b11220c commit 0878ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions gromacs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- binutils
- binutils # [not (osx and arm64)]
- cmake
- llvm-openmp # [osx]
- python
host:
- openmpi
- fftw
- libhwloc 1.*
- libhwloc 1.* # [not (osx and arm64)]
- libblas
- liblapack
- llvm-openmp # [osx]
- plumed
run:
- openmpi
- fftw
- libhwloc 1.*
- libhwloc 1.* # [not (osx and arm64)]
- llvm-openmp # [osx]
- plumed >=2

Expand All @@ -45,4 +45,3 @@ about:
home: http://www.gromacs.org/
license: GNU Lesser General Public License (LGPL)
summary: GROMACS is a versatile package to perform molecular dynamics.

3 changes: 1 addition & 2 deletions lammps/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- binutils
- binutils # [not (osx and arm64)]
- sed
- make
- cmake
Expand Down Expand Up @@ -50,4 +50,3 @@ about:
under the terms of the GNU Public License (GPL).
doc_url: http://lammps.sandia.gov/doc/Manual.html
dev_url: https://github.com/lammps/lammps

0 comments on commit 0878ef1

Please sign in to comment.