Skip to content

must set USE_BLAS64=0 when using Ubuntu PPA #4142

@heptal

Description

@heptal

I know this is not officially supported, but it could be that the PPA binary was built as 32-bit?

ERROR: OpenBLAS was not built with 64bit integer support.
You're seeing this error because Julia was built with USE_BLAS64=1
Please rebuild Julia with USE_BLAS64=0
Quitting.

It shows I have the one installed from @staticfloat's PPA

~/julia$ apt-cache policy libopenblas-dev
libopenblas-dev:
  Installed: 0.2.8.1-juliadeps4~precise
  Candidate: 0.2.8.1-juliadeps4~precise
  Version table:
 *** 0.2.8.1-juliadeps4~precise 0
        500 http://ppa.launchpad.net/staticfloat/julia-deps/ubuntu/ precise/main amd64 Packages
        100 /var/lib/dpkg/status
     0.1alpha2.2-3 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

Make.user:

LLVM_CONFIG=llvm-config-3.3
USECLANG=1
USE_SYSTEM_LLVM=1
USE_SYSTEM_ZLIB=1
USE_SYSTEM_SUITESPARSE=1
USE_SYSTEM_ARPACK=1
USE_SYSTEM_BLAS=1
USE_SYSTEM_FFTW=1
USE_SYSTEM_LAPACK=1
USE_SYSTEM_LIGHTTPD=1
USE_SYSTEM_GMP=1
USE_SYSTEM_PCRE=1
USE_SYSTEM_LIBUNWIND=1
USE_SYSTEM_READLINE=1
USE_SYSTEM_GLPK=1

Using Ubuntu 12.04.3 LTS inside a VM:

Linux ubuntu 3.2.0-52-generic \#78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64

It builds when I set USE_BLAS64=0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions