emmt / OptimPackNextGen.jl

An almost pure Julia version of OptimPack for numerical optimization with particular focus on large scale problems
Other
12 stars 6 forks source link

Fix for building with julia 1.0 #3

Closed micheltallon closed 5 years ago

micheltallon commented 5 years ago

Before:

julia> Pkg.clone("https://github.com/emmt/OptimPackNextGen.jl.git") Cloning git-repo https://github.com/emmt/OptimPackNextGen.jl.git Updating git-repo https://github.com/emmt/OptimPackNextGen.jl.git [ Info: Assigning UUID b132a0d0-84c6-50b3-baad-5f8b1904065a to OptimPackNextGen Resolving package versions... ERROR: The following package names could not be resolved:

After removing Libdl in file REQUIRE:

julia> Pkg.clone("https://github.com/emmt/OptimPackNextGen.jl.git") Updating registry at ~/.julia/registries/General Updating git-repo https://github.com/JuliaRegistries/General.git Updating git-repo https://github.com/emmt/OptimPackNextGen.jl.git [ Info: Assigning UUID b132a0d0-84c6-50b3-baad-5f8b1904065a to OptimPackNextGen [ Info: Path /home/michel/.julia/dev/OptimPackNextGen exists and looks like the correct package, using existing path instead of cloning Resolving package versions... Updating ~/.julia/environments/v1.0/Project.toml [b132a0d0] + OptimPackNextGen v0.0.0 [~/.julia/dev/OptimPackNextGen] Updating ~/.julia/environments/v1.0/Manifest.toml [b132a0d0] + OptimPackNextGen v0.0.0 [~/.julia/dev/OptimPackNextGen] julia>

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8df327a). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master      #3   +/-   ##
========================================
  Coverage          ?   25.5%           
========================================
  Files             ?      14           
  Lines             ?    1929           
  Branches          ?       0           
========================================
  Hits              ?     492           
  Misses            ?    1437           
  Partials          ?       0

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8df327a...b54609a. Read the comment docs.