| Summary: | julia backend doesn't build | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | Antonio Rojas <arojas> |
| Component: | general | Assignee: | Filipe Saraiva <filipe> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alexanderrieder, simonandric5 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 16.11.90 | |
| Sentry Crash Report: | |||
| Attachments: |
Proposed patch
Proposed patch |
||
Created attachment 102398 [details]
Proposed patch
Could you please test attached patch? I have neither 'julia' nor 'python3' installed.
Created attachment 102399 [details]
Proposed patch
(updated to respect the BUILD_TESTING variable)
Yes, the patch fixes the build (with and without building tests) Git commit e071d41a88f018ce9fdb0c8eb774b61226daaff9 by Antonio Rojas. Committed on 29/11/2016 at 18:33. Pushed by arojas into branch 'Applications/16.12'. Honor BUILD_TESTING cmake variable in julia backend Differential Revision: https://phabricator.kde.org/D3441 M +3 -1 src/backends/julia/CMakeLists.txt https://commits.kde.org/cantor/e071d41a88f018ce9fdb0c8eb774b61226daaff9 Git commit cf08414f30309c784106ea86d526ff370142e2af by Antonio Rojas. Committed on 29/11/2016 at 18:39. Pushed by arojas into branch 'master'. Honor BUILD_TESTING cmake variable in julia backend Differential Revision: https://phabricator.kde.org/D3441 M +3 -1 src/backends/julia/CMakeLists.txt https://commits.kde.org/cantor/cf08414f30309c784106ea86d526ff370142e2af This was only an issue if BUILD_TESTING was off, so it should be good now that the variable is honored |
The julia backend fails to build in 16.12 beta with the error [ 77%] Building CXX object src/backends/julia/tests/CMakeFiles/testjulia.dir/testjulia.cpp.o In file included from /build/cantor/src/cantor-16.11.80/src/backends/julia/tests/testjulia.cpp:20:0: /build/cantor/src/cantor-16.11.80/src/backends/julia/tests/testjulia.h:22:25: fatal error: backendtest.h: No such file or directory #include <backendtest.h> ^ compilation terminated. Also, please make building tests conditional on the BUILD_TESTING cmake variable.