The output of BinDeps.debug("CasaCore") on Travis is
INFO: Reading build script...
The package declares 4 dependencies.
- Library "libblas"
- Satisfied by:
- System Paths at /usr/lib/libopenblas.so.0
- Providers:
- BinDeps.AptGet package libopenblas-dev
- Library "libcasa_tables"
- Satisfied by:
- Simple Build Process at
/home/travis/.julia/v0.4/CasaCore/deps/usr/lib/libcasa_tables.so
- Providers:
- Simple Build Process
- Library "libcasa_measures"
- Satisfied by:
- Simple Build Process at
/home/travis/.julia/v0.4/CasaCore/deps/usr/lib/libcasa_measures.so
- Providers:
- Simple Build Process
- Library "libcasacorewrapper"
- Providers:
- Simple Build Process
On Wednesday, December 10, 2014 1:55:18 PM UTC-8, Elliot Saba wrote:
>
> It would be helpful if you could have julia execute "using BinDeps;
> BinDeps.debug("CasaCore")" after attempting to build.
>
>
>
> It also looks like you have another error that we should look into:
> Warning: error initializing module GMP:
>
> ErrorException("The dynamically loaded GMP library (version 5.0.2 with
> __gmp_bits_per_limb == 64)
>
> does not correspond to the compile time version (version 5.1.3 with
> __gmp_bits_per_limb == 64).
>
> Please rebuild Julia.")
> Has Travis changed Ubuntu releases recently or something?
>