conda-forge / epics-base-feedstock

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

Invalid libraries being generated for Windows #3

Closed hhslepicka closed 4 years ago

hhslepicka commented 5 years ago

Issue: The current build of epics-base with mingw32-make is producing an invalid library and creating issues for pyepics tests and clients using Windows.

Also, we need to make sure to add %PREFIX%\epics\lib\windows-64;%PREFIX%\epics\bin\windows-64; to the %PATH% using %PREFIX%\etc\conda\activate.d\.


Environment (conda list):

``` $ conda list ```


Details about conda and system ( conda info ):

``` $ conda info ```
beenje commented 4 years ago

@hhslepicka do you agree this can be closed after https://github.com/conda-forge/epics-base-feedstock/pull/6 ?

hhslepicka commented 4 years ago

@beenje I will give it a try and report back.

hhslepicka commented 4 years ago

@beenje I just tried it at my Windows VM and it is working great! Thank you.