Skip to content

Commit

Permalink
re-enable mkl :(
Browse files Browse the repository at this point in the history
  • Loading branch information
bpteague committed Jan 17, 2022
1 parent 264c274 commit e48525b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 40 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/create-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
id: display
run: |
echo 'Output from Find Tag: ${{steps.tag.outputs.tag}}'
- name: Remove nomkl
run: |
sed -i '/nomkl/d' environment.yml
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.0.1
Expand Down Expand Up @@ -110,10 +106,6 @@ jobs:
ref: ${{ github.event.client_payload.ref }}
fetch-depth: 0
submodules: true

- name: Remove nomkl
run: |
sed -i '/nomkl/d' environment.yml

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.0.1
Expand Down Expand Up @@ -192,10 +184,6 @@ jobs:
id: display
run: |
echo 'Output from Find Tag: ${{steps.tag.outputs.tag}}'
- name: Remove nomkl
run: |
sed -i '/nomkl/d' environment.yml
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.0.1
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/test-and-package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true

- name: Remove nomkl
run: |
sed -i '/nomkl/d' environment.yml

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.0.1
Expand Down Expand Up @@ -77,10 +73,6 @@ jobs:
with:
fetch-depth: 0
submodules: true

- name: Remove nomkl
run: |
sed -i '/nomkl/d' environment.yml

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.0.1
Expand Down Expand Up @@ -129,10 +121,6 @@ jobs:
with:
fetch-depth: 0
submodules: true

- name: Remove nomkl
run: |
sed -i '/nomkl/d' environment.yml

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.0.1
Expand Down Expand Up @@ -191,10 +179,6 @@ jobs:
id: display
run: |
echo 'Output from Find Tag: ${{steps.tag.outputs.tag}}'
- name: Remove nomkl
run: |
sed -i '/nomkl/d' environment.yml
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.0.1
Expand Down
4 changes: 0 additions & 4 deletions docs/dev_manual/howto/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ the appropriate file.
In the new repository you just cloned, say::

conda env create --name cf_dev --file environment.yml
.. note:: On Windows, you must edit ``environment.yml`` before you execute
``conda env create``. Remove the last line, the one that reads
``- nomkl # [not win]``
* Activate the new environment::
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ dependencies:
- yapf==0.30.0

- notebook

- nomkl # [not win]

6 changes: 0 additions & 6 deletions package/conda_recipes/cytoflow/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ requirements:

- camel==0.1.2
- yapf==0.30.0

# only install mkl libraries on windows, where they're required
- nomkl # [not win]

# - {{compiler('cxx')}}
- sphinx==4.2.0
Expand Down Expand Up @@ -90,9 +87,6 @@ requirements:
# gets installed
- notebook

# only install mkl libraries on windows, where they're required
- nomkl # [not win]

test:
# Python imports
imports:
Expand Down

0 comments on commit e48525b

Please sign in to comment.