conda-forge / expat-feedstock

A conda-smithy repository for expat.
BSD 3-Clause "New" or "Revised" License
0 stars 18 forks source link

Using featues #4

Closed ocefpaf closed 8 years ago

ocefpaf commented 8 years ago

Should we use features here? Not sure...

conda-forge-admin commented 8 years ago

Hi! This is the friendly conda-forge-admin automated user.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ocefpaf commented 8 years ago

@msarahan trying to solve https://github.com/conda-forge/udunits2-feedstock/pull/4#issuecomment-207889893 I added features in the msinttypes recipe.

Now I am trying to use features in expat too. However, even though msinttypes is the only dependence here, I still get the enigmatic error message:

Fixing permissions 
BUILD END: expat-2.1.0-vc9_1
TEST START: expat-2.1.0-vc9_1 
Fetching package metadata: ........ 
Solving package specifications: ....
Error: The following specifications were found to be in conflict:
  - expat 2.1.0 vc9_1
Use "conda info <package>" to see the dependencies for each package.
ocefpaf commented 8 years ago
  test:
     requires:
         - python {{ environ['PY_VER'] + '*' }}  # [win]

solved it.