Skip to content
Snippets Groups Projects
Commit 86d7d861 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add note to conda env spec about Conda Apple workaround

parent d5641231
No related branches found
No related tags found
1 merge request!37CI with py36, try to fix Apple CI
Pipeline #12204 passed with warnings
name: test-conda-env-py3 name: test-conda-env-py3
channels: channels:
- conda-forge - conda-forge
# FIXME: revert to 'defaults' (without quotes) after
# https://github.com/ContinuumIO/anaconda-issues/issues/9663
# is addressed. Context:
# https://gitlab.tiker.net/inducer/pyopencl/merge_requests/37
- https://repo.continuum.io/pkgs/main - https://repo.continuum.io/pkgs/main
dependencies: dependencies:
- git - git
- conda-forge::numpy - conda-forge::numpy
......
  • Developer

    It looks like it's fixed already:

    $ curl -s https://repo.anaconda.com/pkgs/main/osx-64/repodata.json.bz2 | bunzip2 | grep -A 11 blas-1.0-mkl
        "blas-1.0-mkl.tar.bz2": {
          "build": "mkl",
          "build_number": 1,
          "depends": [],
          "md5": "e2f3248e2a5009a02f7b8e54f83314ef",
          "name": "blas",
          "sha256": "a2c116d511cc8fc0ba53a1e0b4c32ade562c128cc6b6cda4711f13e1a6c4a52c",
          "size": 5620,
          "subdir": "osx-64",
          "timestamp": 1528121955725,
          "version": "1.0"
        },
  • Author Owner

    Oh, nice. !38 (merged)

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment