SiLab-Bonn / pylandau

Simple Landau distribution definitions to be used in Python.
GNU Lesser General Public License v2.1
20 stars 4 forks source link

[wip] Adding conda-based appveyor script #8

Closed henryiii closed 2 years ago

henryiii commented 6 years ago

This would allow scipy to be added to Appveyor. (Currently playing around with build options to see if I can get it working)

DavidLP commented 6 years ago

I am not sure that this can ever work. As I remember correctly compiling packages under Windows 64-bit for Python 3.6 needs a paid VS 2015 version. Anaconda does not ship this compiler but binary python packages.

cbespin commented 2 years ago

With Github Actions for testing and packaging I do not see a reason for Appveyor scripts anymore. Closing this now