I was trying to use RandomMatrices... I had problems with GSL (apparently).
When I tried Pkg.build("GSL") I got the following.... Had tried
Pkg.update(0 with no effect. Have included versioninfo() in the below...Any
clues?
- kieron
julia> Pkg.build("GSL")
INFO: Building GSL
INFO: Updating WinRPM package list
INFO: Downloading
http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory//repodata/repomd.xml
INFO: Downloading
http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory//repodata/4a21ea25c5c6827148dc5358d0dbbcba7aa71e31a523e141374784ff2a81251a-primary.xml.gz
WARNING: encounted invalid data while parsing repomd
=================================[ ERROR: GSL
]=================================
opening file
C:\Users\kdrake\AppData\Local\Julia_0.3.0-prerelease\pkg\v0.3\WinRPM\cache\http%3a%2f%2fdownload.opensuse.org%2frepositories%2fwindows%3a%2fmingw%3a%2fwin32%2fopenSUSE_Factory%2f\repodata%2f4a21ea25c5c6827148dc5358d0dbbcba7aa71e31a523e141374784ff2a81251a-primary.xml:
No such file or directory
while loading
C:\Users\kdrake\AppData\Local\Julia_0.3.0-prerelease\pkg\v0.3\GSL\deps\build.jl,
in expression starting on line 28
================================================================================
================================[ BUILD ERRORS
]================================
WARNING: GSL had build errors.
- packages with build errors remain installed in
C:\Users\kdrake\AppData\Local\
Julia_0.3.0-prerelease\pkg\v0.3
- build a package and all its dependencies with `Pkg.build(pkg)`
- build a single package by running its `deps/build.jl` script
================================================================================
julia> versioninfo()
Julia Version 0.3.0-prerelease+1864
Commit 6438683* (2014-03-06 05:43 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)
LAPACK: libopenblas
LIBM: libopenlibm
julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
julia>