diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 17:23:18 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 17:23:18 +0000 |
| commit | 4ed38711101dd1ab0423aae12c0edacef9d7fafb (patch) | |
| tree | 35f4c4314858f24620f09018a8fd96fad5ed020a /setup.py | |
| parent | Debug if environment variables are present (diff) | |
| download | pygensvm-4ed38711101dd1ab0423aae12c0edacef9d7fafb.tar.gz pygensvm-4ed38711101dd1ab0423aae12c0edacef9d7fafb.zip | |
Try to be more specific with library paths
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,8 +114,8 @@ def _skl_get_blas_info(): blas_info = get_info("blas_opt", 0) print("\n\n*** blas_info: \n%r\n\n ***\n\n" % blas_info) print( - "\n\n*** os.environ.get('BLAS') = %r ***\n\n" - % (os.environ.get("BLAS", None)) + "\n\n*** os.environ.get('OPENBLAS') = %r ***\n\n" + % (os.environ.get("OPENBLAS", None)) ) if (not blas_info) or atlas_not_found(blas_info): cblas_libs = ["cblas"] |
