Open tschoonj opened 4 years ago
Hi!
I am trying to build this recipe locally on my Windows 10 VM, but I am failing early on when running configure due to cblas.lib not being available:
configure:3512: clang.exe -I/c/Users/TomSc/miniconda3/conda-bld/gsl_1591987330164/_h_env/Library/include -O2 -D_CRT_SECURE_NO_WARNINGS -D_MT -D_DLL -nostdlib -Xclang --dependent-lib=msvcrt -fuse-ld=lld -DGSL_DLL -DWIN32 -I/c/Users/TomSc/miniconda3/conda-bld/gsl_1591987330164/_h_env/Library/include -O2 -D_CRT_SECURE_NO_WARNINGS -D_MT -D_DLL -nostdlib -Xclang --dependent-lib=msvcrt -fuse-ld=lld -DGSL_DLL -DWIN32 -L/c/Users/TomSc/miniconda3/conda-bld/gsl_1591987330164/_h_env/Library/lib -fuse-ld=lld -nostdlib -Xclang --dependent-lib=msvcrt -lcblas conftest.c >&5 lld-link: error: could not open 'cblas.lib': no such file or directory
This file is not provided by the conda-forge libcblas package, which only contains the dll.
Any thoughts on how this can be fixed?
Environment (conda list):
conda list
Details about conda and system ( conda info ):
conda
conda info
Hi!
I am trying to build this recipe locally on my Windows 10 VM, but I am failing early on when running configure due to cblas.lib not being available:
This file is not provided by the conda-forge libcblas package, which only contains the dll.
Any thoughts on how this can be fixed?
Environment (
conda list
):Details about
conda
and system (conda info
):