diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7fc0aa3..6fca4af 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -66,10 +66,7 @@ outputs: - name: mpich-mpicc build: script: - - echo 'ok' # [not osx] - # make CONDA_BUILD_SYSROOT a 'used variable' - # so that conda-build knows to pass it to the test env - - echo "{{ CONDA_BUILD_SYSROOT }}" # [osx] + - echo 'ok' requirements: run: - {{ pin_subpackage('mpich', exact=True) }} @@ -84,10 +81,7 @@ outputs: - name: mpich-mpicxx build: script: - - echo 'ok' # [not osx] - # make CONDA_BUILD_SYSROOT a 'used variable' - # so that conda-build knows to pass it to the test env - - echo "{{ CONDA_BUILD_SYSROOT }}" # [osx] + - echo 'ok' requirements: run: - {{ pin_subpackage('mpich', exact=True) }} @@ -102,10 +96,7 @@ outputs: - name: mpich-mpifort build: script: - - echo 'ok' # [not osx] - # make CONDA_BUILD_SYSROOT a 'used variable' - # so that conda-build knows to pass it to the test env - - echo "{{ CONDA_BUILD_SYSROOT }}" # [osx] + - echo 'ok' requirements: run: - {{ pin_subpackage('mpich', exact=True) }}