JuliaMath / openspecfun

A collection of special mathematical functions
Other
35 stars 20 forks source link

undefined symbol in icc 14.0.1-linux64 build #30

Closed jiahao closed 9 years ago

jiahao commented 9 years ago

Building julia release-0.3 with JuliaLang/julia#10181 results in the following error:

julia $ make test
...
        From worker 6:       * math
/home/jiahao/julia-intel/usr/bin/./julia: symbol lookup error: /home/jiahao/julia-intel/usr/bin/../lib/libopenspecfun.so: undefined symbol: complex_
Worker 6 terminated.
tkelman commented 9 years ago

See #28 - I think we need to bump the submodule in Julia to include those changes. Probably best to test the CI waters via a PR in case anything breaks...

tkelman commented 9 years ago

28 rather

jiahao commented 9 years ago

Closed by #10198 #10200