FS#59741 - [julia] random julia packages provide precompiled binaries depending on undocumented gcc version
Attached to Project:
Community Packages
Opened by Ronaldo Vieira Lobato (ronaldolobato) - Tuesday, 21 August 2018, 18:57 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 21 August 2018, 19:27 GMT
Opened by Ronaldo Vieira Lobato (ronaldolobato) - Tuesday, 21 August 2018, 18:57 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 21 August 2018, 19:27 GMT
|
Details
Description:
I have updated Julia to version 1.0, but when a tried to install the package Arpack (within of Julia) I got some issue. I was looking and found this issue -> https://github.com/JuliaLinearAlgebra/A … /issues/33 Seems that Julia needs to be built with gfotran7 Additional info: on julia-2:1.0.0-1 * config and/or log files etc. julia> Pkg.build("Arpack") Building Arpack → `~/.julia/packages/Arpack/Btbe4/deps/build.log` ┌ Error: Error building `Arpack`: │ ┌ Warning: Could not extract the platform key of https://github.com/JuliaLinearAlgebra/ArpackBuilder/releases/download/v3.5.0-0.2.20/ArpackBuilder.x86_64-linux-gnu.tar.gz; continuing... │ └ @ BinaryProvider ~/.julia/packages/BinaryProvider/pWVqZ/src/Prefix.jl:224 │ ERROR: LoadError: LibraryProduct(nothing, ["libarpack"], :libarpack, "Prefix(/home/ronaldo/.julia/packages/Arpack/Btbe4/deps/usr)") is not satisfied, cannot generate deps.jl! │ Stacktrace: │ [1] #write_deps_file#134(::Bool, ::Function, ::String, ::Array{LibraryProduct,1}) at /home/ronaldo/.julia/packages/BinaryProvider/pWVqZ/src/Products.jl:409 │ [2] write_deps_file(::String, ::Array{LibraryProduct,1}) at /home/ronaldo/.julia/packages/BinaryProvider/pWVqZ/src/Products.jl:396 │ [3] top-level scope at none:0 │ [4] include(::String) at ./client.jl:388 │ [5] top-level scope at none:0 │ in expression starting at /home/ronaldo/.julia/packages/Arpack/Btbe4/deps/build.jl:40 └ @ Pkg.Operations /build/julia/src/julia/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1068 Steps to reproduce: Within of Julia using Pkg Pkg.add("Arpack") |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Tuesday, 21 August 2018, 19:27 GMT
Reason for closing: Not a bug
Additional comments about closing: don't use precompiled binaries that depend on the version of gcc they were compiled with
Tuesday, 21 August 2018, 19:27 GMT
Reason for closing: Not a bug
Additional comments about closing: don't use precompiled binaries that depend on the version of gcc they were compiled with
Just build said garbage software from source as G-d intended.
We do not provide a gcc7 fortran package in any event, because gcc is at version *8*, so there's absolutely nothing to do here.