For others, the package is here: SymEngine.jl
<https://github.com/symengine/SymEngine.jl>
There is more difficulty within the package as it currently configured for
distribution. It does not build properly for me on Linux.
ERROR: LoadError: failed process: (`cmake ...`) ... while loading
/home/jas/.julia/v0.4/SymEngine/deps/build.jl, in expression starting on
line 63
also, try going into the SymEngine build directory and removing any
autogenerated files
On Monday, March 21, 2016 at 1:16:59 PM UTC-4, kunal singh wrote:
Hi everyone,
I have installed SymEngine package .
I am trying to fix some warning issues in this package.
So after I have made correct changes(tested it on travis-CI and got no more
warning there)
in this package i execute the following commands :
julia -e 'Pkg.build("SymEngine")'
julia -e 'Pkg.test("SymEngine")'
I get the same warnings.
Want I think is whatever changes I make the changes are not being compiled
by julia -e 'Pkg.build("SymEngine")'
Need urgent help pls.