Skip to content

Commit

Permalink
try with mkl implementation of blas blas
Browse files Browse the repository at this point in the history
  • Loading branch information
chemiskyy committed Oct 6, 2023
1 parent ebbc678 commit 49e7dbe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
miniconda-version: "latest"
activate-environment: foo
environment-file: environment.yml
environment-file: environment_win.yml
- name: Build for Windows
shell: cmd
run: |
Expand Down
21 changes: 21 additions & 0 deletions environment_win.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: my-env

channels:
- conda-forge
- set3mah

dependencies:
- cxx-compiler
- fortran-compiler
- blas=*=mkl
- lapack=*=mkl
- cmake
- python
- numpy>=1.24
- pip
- setuptools
- cgal
- boost
- pybind11
- armadillo
- carma

0 comments on commit 49e7dbe

Please sign in to comment.