conda-forge / openblas-feedstock

A conda-smithy repository for openblas.
BSD 3-Clause "New" or "Revised" License
9 stars 38 forks source link

python 2.7 and openblas incompatible on windows #65

Closed moorepants closed 5 years ago

moorepants commented 5 years ago

Issue:

I'm getting this error:

conda.exceptions.UnsatisfiableError: The following specifications were found to be in conflict:
  - openblas=0.3.3
  - python=2.7
Use "conda search <package> --info" to see the dependencies for each package.

on a feedstock build here:

https://github.com/conda-forge/slycot-feedstock/pull/18

Also if if try conda create -n test python=2.7 openblas on a windows computer it fails to resolve the dependencies with an incompatibility.

Is openblas + py27 supported?


Environment (conda list):

``` $ conda list ```


Details about conda and system ( conda info ):

``` $ conda info ```
isuruf commented 5 years ago

Is openblas + py27 supported?

No. See https://conda-forge.org/docs/maintainer/knowledge_base.html#blas on how to link against blas.