bbopt / NOMAD.jl

Julia interface to the NOMAD blackbox optimization software
Other
47 stars 6 forks source link

Trouble installing #17

Closed shoshievass closed 3 years ago

shoshievass commented 4 years ago

When I try to Pkg.add("NOMAD"), I get the following error. Might you know what's going on?

image

amontoison commented 4 years ago

Cxx.jl is not working with Julia 1.4, is it this version of Julia that you are using? Cxx.jl and NOMAD.jl shoud work fine on julia 1.3.

amontoison commented 4 years ago

@shoshievass We just release a new version of NOMAD.jl that do not depend on Cxx.jl. It should work fine on julia 1.4 now.