From 0b985c5716670b4a98b941000fcaa2366b7c56a2 Mon Sep 17 00:00:00 2001 From: Guillaume Fraux Date: Wed, 16 Oct 2024 11:58:28 +0200 Subject: [PATCH] Do not pull binutils on macos --- gromacs/meta.yaml | 3 +-- lammps/meta.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gromacs/meta.yaml b/gromacs/meta.yaml index e5fa76b..a833a7b 100644 --- a/gromacs/meta.yaml +++ b/gromacs/meta.yaml @@ -17,7 +17,7 @@ requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} - - binutils + - binutils # [not osx] - cmake - llvm-openmp # [osx] - python @@ -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. - diff --git a/lammps/meta.yaml b/lammps/meta.yaml index f1ce22b..07cd56b 100644 --- a/lammps/meta.yaml +++ b/lammps/meta.yaml @@ -13,7 +13,7 @@ requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} - - binutils + - binutils # [not osx] - sed - make - cmake @@ -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 -