Skip to content

Commit

Permalink
Do not pull binutils on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Oct 16, 2024
1 parent b11220c commit 0b985c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gromacs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- binutils
- binutils # [not osx]
- cmake
- llvm-openmp # [osx]
- python
Expand Down Expand Up @@ -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]
- 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 0b985c5

Please sign in to comment.