Closed duncanmmacleod closed 5 years ago
Issue:
gsl (2.4) links against a file that isn't actually provided by the (new) libcblas package:
$ conda create --name gsl-link-test gsl $ conda activate gsl-link-test $ readlink -f ${CONDA_PREFIX}/lib/libgslcblas.so.0 /home/duncan.macleod/.conda/envs/gsl-link-test/lib/libcblas.so.3.8.0 $ test -e ${CONDA_PREFIX}/lib/libgslcblas.so.0; echo $? 1
Environment (conda list):
conda list
Details about conda and system ( conda info ):
conda
conda info
@isuruf is this a case of a simple rebuild?
Not sure, testing a rebuild now.
Issue:
gsl (2.4) links against a file that isn't actually provided by the (new) libcblas package:
Environment (
conda list
):Details about
conda
and system (conda info
):